Revision as of 07:44, 3 June 2023 by Couchor(talk | contribs)(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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.