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
  • 22:44, 13 October 2022 Couchor talk contribs created page Module:PageLocations (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(...")