Revision as of 18:17, 7 September 2022 by Couchor(talk | contribs)(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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.