Module:Political party/E

From Infarupedia
< Module:Political party
Revision as of 20:14, 9 November 2024 by Chat (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["Enlightenment Party"] = "Enlightenment ", ["Libertarian Party"] = "Libertarian Party", } local full = { ["Enlightenment Party (Faru)"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",}, } 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/E/doc

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

local alternate = {
	["Enlightenment Party"] = "Enlightenment ",
	["Libertarian Party"] = "Libertarian Party",

}

local full = {
	["Enlightenment Party (Faru)"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",},
}

return {
	full = full,
	alternate = alternate,
}