Module:Bracket: 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.

6 November 2023

16 October 2023

7 October 2023

5 October 2023

4 May 2023

  • curprev 21:5121:51, 4 May 2023Couchor talk contribs 8,833 bytes +8,833 Created page with "local getArgs = require('Module:Arguments').getArgs local html = require('Module:MatchHTML') local Bracket = {} local VariablesLua = mw.ext.VariablesLua function Bracket.main(frame) local args = getArgs(frame) if args.teams == nil then return 'Have to enter a "teams" value as a Bracket template paramater' end -- set const values local roundW = args.roundW or 180 -- create all the html parent elements local container = mw.html.create('div'):addClass('bracket') if..."