Module:Political party/F

From Infarupedia
< Module:Political party
Revision as of 15:41, 4 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/F/doc

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

local alternate = {
	["Farun Labor Front"] = "Labor Front",

}

local full = {
	["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",},
	["Faru in the Stars (Faru)"] = {abbrev = "FitS", color = "#0005AD", shortname = "",},
	["Federation of Mutualists and Agrarians"] = {abbrev = "FMA", color = "#0065B2", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}