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
  • 11:30, 29 September 2023 Couchor talk contribs created page Module:GameLanding/Featured tournament (Created page with "local cargo = mw.ext.cargo local p = {} local prizeToString = require('Module:Functions').prizeToString function p.featured(game) local tables = 'Tournaments' local fields = '_pageName, start, end, prize, logoAll, logoLight, logoDark, iconAll, iconLight, iconDark, venue' local currentDate = os.date('%Y-%m-%d') local cargoArgs = { where = 'featured="1" AND _pageName LIKE "' .. game .. '/%"', limit = 1 -- where = 'featured="Yes" AND _pageName LIKE "' .. args.gam...")