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
  • 01:19, 13 December 2022 Couchor talk contribs created page Module:Transfers (Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local Transfers = {} function Transfers.main(frame) local args = getArgs(frame) local parent = mw.html.create('div') if args.game ~= nil then local tables = 'Transfers' local fields = '_pageName, id, joindate, leavedate, inactivedate, newteam, flag' local cargoArgs = { where = '_pageName LIKE "' .. args.game .. '%"', orderBy = 'joindate DESC, leavedate DESC' } local result...")