Module:RoundRobin: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 November 2023

21 October 2023

14 October 2023

12 October 2023

5 October 2023

29 September 2023

4 May 2023

  • curprev 21:5721:57, 4 May 2023Couchor talk contribs 3,293 bytes +3,293 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..."