Module:Political party/C

Revision as of 20:27, 10 March 2025 by Administrator (talk | contribs) (Replaced content with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""}, } return { full = full, alternate = alternate, }")

Documentation for this module may be created at Module:Political party/C/doc

-- Constant data used by [[Module:Political party]]

local alternate = {
}

local full = {
	["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""},
}

return {
	full = full,
	alternate = alternate,
}