Main public logs

Jump to navigation Jump to search

Combined display of all available logs of New Prairie Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:11, 15 July 2026 Randombell talk contribs created page Module:Tracklist (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local totalSeconds = 0 local output = '<table class="wikitable">\n<tr><th>#</th><th>Title</th><th>Length</th></tr>\n' local i = 1 while args['track' .. i] do local title = args['track' .. i] local length = args['length' .. i] or "0:00" -- Parse MM:SS into seconds local min, sec = length:match("(%d+):(%d+)") if min and sec then...")