Module:MatchHTML: 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

18 October 2023

17 October 2023

16 October 2023

15 October 2023

9 October 2023

5 October 2023

4 May 2023

  • curprev 21:5321:53, 4 May 2023Couchor talk contribs 1,352 bytes +1,352 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(..."