Module:Political party/C

< Module:Political party
Revision as of 19:22, 28 October 2022 by TheodoresTomfooleries (talk | contribs) (Contains only my party for now. You can... figure out how to put your own party in pretty easily.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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,
}