All public logs

Combined display of all available logs of TwogPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:44, 3 June 2023 Couchor talk contribs created page Module:LocationsLanding (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...")