Module:Political party/G: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 2: Line 2:


local alternate = {
local alternate = {
["Greens (EMP)"] = "Greens",
}
}


local full = {
local full = {
["Greens (EMP)"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
["Green Party of Empherias"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
}
}



Revision as of 13:07, 6 June 2024

Documentation for this module may be created at Module:Political party/G/doc

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

local alternate = {
	["Greens (EMP)"] = "Greens",
}

local full = {
	["Green Party of Empherias"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
}

return {
	full = full,
	alternate = alternate,
}