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:53, 4 May 2023 Couchor talk contribs created page Module:MatchHTML (Created page with "local MatchHTML = {} local VariablesLua = mw.ext.VariablesLua function MatchHTML.team(name, score, rev) local teamName = name and mw.ext.displaytitle.get(name) or '' local team = mw.html.create('div'):addClass('team') local nameNode = mw.html.create('div'):wikitext(teamName):addClass('teamName') if rev and VariablesLua.var( 'matchList', 0 ) == '1' then team:addClass('reverse') end return team:node(nameNode):node(mw.html.create('div'):wikitext(score):addClass(...")