Module:Political party/U

From Infarupedia
< Module:Political party
Revision as of 17:39, 15 January 2025 by Chat (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

local alternate = {
	["United Party of Faru"] = "United Party",
    ["Union Party"] = "Union Party",
}

local full = {
	["United Party of Faru (Faru)"] = {abbrev = "UPF", color = "#FF0000", shortname = "United",},
    ["Union Party"] = {abbrev = "UP", color = "#0b3162", shortname = "Union",},
}

return {
	full = full,
	alternate = alternate,
}