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
  • 14:39, 12 February 2024 Couchor talk contribs created page Module:NewsLanding/Transfers (Created page with "local cargo = mw.ext.cargo local Flags = require('Module:Flags') local getTeamLogo = require('Module:Functions').getTeamLogo local p = {} function p.main() local tables = 'Transfers' local fields = '_pageName, id, flag, joindate, leavedate, inactivedate, maxdate' local cargoArgs = { orderBy = 'maxdate DESC', limit = 30 } local size = '25px' local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then local prevTransfers = {} loca...")