Module:Game/Teams: 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.

4 October 2023

29 September 2023

  • curprev 11:3511:35, 29 September 2023Couchor talk contribs 3,903 bytes +3,903 Created page with "local Flags = require('Module:Flags') local p = {} local VariablesLua = mw.ext.VariablesLua local cargo = mw.ext.cargo local limit = 25 function p.main(frame) local game = mw.text.split(mw.title.getCurrentTitle().text, '/')[1] local tables = 'Teams' local fields = '_pageName, region' local cargoArgs = { where = '_pageName LIKE"' .. game .. '/%" AND inactive IS NULL', orderBy = 'region' } local results = cargo.query(tables, fields, cargoArgs) local contain..."