Module:Political party/C

From Central Student Government Wiki
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, }")
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 = {
}

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

return {
	full = full,
	alternate = alternate,
}