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

21 November 2023

12 November 2023

29 October 2023

24 October 2023

12 October 2023

9 October 2023

5 October 2023

4 October 2023

2 October 2023

1 October 2023

29 September 2023

  • curprev 11:2811:28, 29 September 2023Couchor talk contribs 3,175 bytes +3,175 Created page with "local cargo = mw.ext.cargo local p = {} function p.getTeamPage(team, game) local currentTitle = mw.title.getCurrentTitle().text local gameCategory = game or mw.text.split(currentTitle, '/')[1] -- Check if shorthand of a team was used local tables = 'Teams' local fields = '_pageName, shorthand' local cargoArgs = { where = '_pageName LIKE "' .. gameCategory .. '/%" AND shorthand = "' .. team .. '"' } local results = cargo.query(tables, fields, cargoArgs) if #re..."