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
  • 18:17, 7 September 2022 Couchor talk contribs created page Module:Player/Flag (Created page with "local Flags = require('Module:Flags') local pFlag = {} local cargo = mw.ext.cargo function pFlag.makeFlag(playerId) -- Look up Cargo table for nationality string mw.log('playerId') mw.log(playerId) local tables = 'Players' local fields = '_pageName, nationality' local cargoArgs = { where = '_pageName = "' .. playerId .. '"' } local results = cargo.query(tables, fields, cargoArgs) mw.log(results) mw.logObject(results) if #results > 0 then Flags.icon( mw.t...")