Module:Political party/C

From Harlon City Server
Revision as of 19:35, 12 October 2023 by Muffinbarde (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Coconut Malled Party"] = {abbrev = "CMP", color = "#8A6F4A", shortname = "",}, } return { full = full, alternate = alternate, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

local alternate = {

}

local full = {
	["Coconut Malled Party"] = {abbrev = "CMP", color = "#8A6F4A", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}