Module:Person/Flag: Revision history

From TwogPedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 October 2023

29 September 2023

  • curprev 11:1011:10, 29 September 2023Couchor talk contribs 592 bytes +592 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..."