Module:Political party/C
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Political party/C/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
["Communist Party of the Soviet Union (TheodoresTomfooleries)"] = "CPSU",
}
local full = {
["Communist Party of the Soviet Union (TheodoresTomfooleries)"] = {abbrev = "CPSU", color = "#D40000", shortname = "",},
}
return {
full = full,
alternate = alternate,
}