Module:Political party/G: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


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


local full = {
local full = {
["Greens (EMP)"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
["Green Social and Labour Party of Empherias"] = {abbrev = "GS&L", color = "#73af48", shortname = "Green S&L",},
["Green Party of Empherias"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
["Golden Coalition"] = {abbrev = "GOLD", color = "#E59906", shortname = "Golden Coalition",},
}
}



Latest revision as of 17:49, 1 July 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 Social and Labour Party of Empherias"] = {abbrev = "GS&L", color = "#73af48", shortname = "Green S&L",},
	["Green Party of Empherias"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
	["Golden Coalition"] = {abbrev = "GOLD", color = "#E59906", shortname = "Golden Coalition",},
}

return {
	full = full,
	alternate = alternate,
}