Main public logs
Appearance
This is a combined display of all logs except the patrol, review, tag and thanks logs:
- Who performed the action – enter their name without prefix under "Performer".
- The page or user affected by an action – enter the page or user name (prefixed with "User:") under "Target".
- 22:39, 17 March 2025 TheThomanski talk contribs created page Module:SongContestTable (←Created page with 'local getArgs = require('Module:Arguments').getArgs local order = require('Module:SongContestData')._order local p = {} function p.main(f) local args = getArgs(f) local contest = args[1] local year = args[2] local round = string.gsub(args[3], "%d+", "") -- eg sf1 -> sf local roundNo = string.match(args[3], "%d+") -- eg sf1 -> 1 local wikitable = args['table'] local rows = {} local sorting = round..'_draw' local ordered = {} if roundNo then...')