Module:Political party/L

From Infarupedia
< Module:Political party
Revision as of 20:34, 9 November 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/L/doc

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

local alternate = {
	["Liberal-Conservative Party"] = "Liberal Conservative Party (Faru)",
	["Libertarian Party"] = "Libertarian Party",

}

local full = {
	["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",},
    ["Libertarian Party (Faru)"] = {abbrev = "LP", color = "#174A7B", shortname = "",},
	["Liberal-Conservative Party "] = {abbrev = "LCP", color = "#279300", shortname = "",},
    ["Libertarian Party"] = {abbrev = "LP", color = "#174A7B", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}