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:10, 29 September 2023 Couchor talk contribs created page Module:Person/Flag (Created page with "local Flags = require('Module:Flags') local pFlag = {} local cargo = mw.ext.cargo function pFlag.makeFlag(flagArg, playerId, gameCategory) -- Look up Cargo table for nationality string if flagArg then return Flags.icon( flagArg, gameCategory) end local tables = 'People' local fields = '_pageName, nationality' local cargoArgs = { where = '_pageName = "' .. playerId .. '"' } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then retur...")