All public logs

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

Logs
  • 21:57, 4 May 2023 Couchor talk contribs created page Module:RoundRobin (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local RoundRobin = {} local VariablesLua = mw.ext.VariablesLua function RoundRobin.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('table'):addClass('rr-table') local header = mw.html.create('tr'):node(mw.html.create('th'):attr('colspan', 4):wikitext(args.title)) tableContainer:node(header) local teams = mw.text.split(args.participants, ',') local te...")