Module:Political party/L

From Harlon City Server
Revision as of 10:58, 16 October 2023 by Muffinbarde (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

local alternate = {

}

local full = {
	["Liberal Party Of Harlon"] = {abbrev = "LPH", color = "#800020", shortname = "",},
	["Living City Party"] = {abbrev = "LCP", color = "#FF00DD", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}