Module:Political party/N

From Infarupedia
< Module:Political party
Revision as of 17:16, 6 December 2024 by Chat (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

local alternate = {
	["New Conservative Party"] = "New Conservative Party",
	["New Farun Labor (Faru)"] = "New Farun Labor (Faru)",

}

local full = {
	["New Conservative Party"] = {abbrev = "NCP", color = "#4F8DFF", shortname = "",},
	["New Farun Labor (Faru)"] = {abbrev = "NFL", color = "#fe3889", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}