Module:PageTabs org: 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.

9 October 2023

13 June 2023

19 October 2022

  • curprev 14:4514:45, 19 October 2022Couchor talk contribs 1,243 bytes +16 No edit summary
  • curprev 12:3812:38, 19 October 2022Couchor talk contribs 1,227 bytes +243 No edit summary
  • curprev 11:4411:44, 19 October 2022Couchor talk contribs 984 bytes +984 Created page with "local cargo = mw.ext.cargo local PageTabs = {} function PageTabs.main(frame) local currentTitle = mw.title.getCurrentTitle().text local empty = true local titleSplit = mw.text.split(currentTitle, '/') local org = #titleSplit > 1 and titleSplit[2] or currentTitle -- Check if there are any interviews for this page local tables = 'Teams' local fields = '_pageName, org' local cargoArgs = { where = 'org="' .. org .. '"' } local results = cargo.query(tables, f..."