Module:Political party/C
< Module:Political party
Jump to navigation
Jump to search
Revision as of 05:35, 5 April 2023 by ACG2 (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Conservative Party (Central Exoña)"] = {abbrev = "PC", color = "MediumBlue", sh...")
Documentation for this module may be created at Module:Political party/C/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Conservative Party (Central Exoña)"] = {abbrev = "PC", color = "MediumBlue", shortname = "Conservative",},
}
return {
full = full,
alternate = alternate,
}