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

11 March 2024

12 November 2023

8 November 2023

6 November 2023

24 October 2023

  • curprev 20:5320:53, 24 October 2023Couchor talk contribs 4,147 bytes +4,147 Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Func = require('Module:Functions') local getTeamLogo = Func.getTeamLogo local stringifyDate = Func.stringifyDate local p = {} function p.team(frame) local args = getArgs(frame) local currentPage = mw.title.getCurrentTitle().text local game = mw.text.split(currentPage, '/')[1] local tables = 'AllMatches' local fields = '_ID, _pageName, p1, p2, p1score, p2score, winner, date, besto..."