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

19 February 2024

7 June 2023

16 October 2022

13 October 2022

  • curprev 22:4622:46, 13 October 2022Couchor talk contribs 1,880 bytes +6 No edit summary
  • curprev 22:4422:44, 13 October 2022Couchor talk contribs 1,874 bytes +1,874 Created page with "local cargo = mw.ext.cargo local Flags = require('Module:Flags') local PageLocations = {} function PageLocations.main(frame) local currentTitle = mw.title.getCurrentTitle().text local empty = true -- Check if there are any interviews for this page local tables = 'Locations' local fields = '_pageName, franchise, country, city, closed' local cargoArgs = { where = 'franchise="' .. currentTitle .. '"', orderBy = 'country, closed' } local results = cargo.query(..."