Module:Political party/Faru

From Infarupedia
< Module:Political party
Revision as of 23:16, 1 October 2024 by Chat (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["Liberal Conservative Party"] = "Libcons", } local full = { ["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#14B0A7", 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/Faru/doc

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

local alternate = {
	["Liberal Conservative Party"] = "Libcons",

}

local full = {
	["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#14B0A7", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}