Module:GameLanding/Tournaments: 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.

29 September 2023

  • curprev 11:3211:32, 29 September 2023Couchor talk contribs 3,661 bytes +3,661 Created page with "local cargo = mw.ext.cargo local p = {} local prizeToString = require('Module:Functions').prizeToString function p.tournaments(game) local tables = 'Tournaments' local fields = '_pageName, start, end, prize, logoAll, logoLight, logoDark, iconAll, iconLight, iconDark, venue' local currentDate = os.date('%Y-%m-%d') local cargoArgs = { where = 'featured IS NULL AND _pageName LIKE "' .. game .. '/%" AND ( (start is NULL OR start < "' .. currentDate .. '") AND (end is..."