Module:Political party/E: Difference between revisions

From Infarupedia
(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, }")
 
No edit summary
Tag: Reverted
Line 8: Line 8:


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



Revision as of 20:35, 9 November 2024

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"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",},
}

return {
	full = full,
	alternate = alternate,
}