Module:GameLanding/Transfers: 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 February 2024

16 November 2023

13 November 2023

10 November 2023

31 October 2023

29 September 2023

  • curprev 11:3011:30, 29 September 2023Couchor talk contribs 4,084 bytes +4,084 Created page with "local cargo = mw.ext.cargo local Flags = require('Module:Flags') local getTeamLogo = require('Module:Functions').getTeamLogo local p = {} function p.latestTransfers(game) local tables = 'Transfers' local fields = '_pageName, id, flag, joindate, leavedate, inactivedate' local cargoArgs = { where = '_pageName LIKE "' .. game .. '/%"', orderBy = 'joindate DESC', limit = 10 } local size = '25px' local results = cargo.query(tables, fields, cargoArgs) if #resul..."