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

7 June 2023

3 June 2023

  • curprev 07:4407:44, 3 June 2023Couchor talk contribs 2,082 bytes +2,082 Created page with "local cargo = mw.ext.cargo local Flags = require('Module:Flags') local p= {} function p.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, _rowID, country, city, closed' local cargoArgs = { orderBy = '_rowID DESC', limit = 30 } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.creat..."