Module:PoliticalParty: Difference between revisions
Jump to navigation
Jump to search
(Created page with "p = {} local data = require("Module:PoliticalParty/data") function nameConvert(arg) if data.partyNames[arg] ~= nil then return data.partyNames[arg] else return arg end end p.color = function(frame) local arg = frame.args[1] return data.parties[nameConvert(arg)][1] end return p") |
(No difference)
|
Revision as of 07:17, 14 November 2023
Documentation for this module may be created at Module:PoliticalParty/doc