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:51, 4 May 2023 Couchor talk contribs created page Module:Bracket (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...")