Module:Political party/G: Difference between revisions

Content deleted Content added
Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Greens (EMP)"] = {abbrev = "GRN", color = "#73af48", shortname = "Green Party",}, } return { full = full, alternate = alternate, }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2:
 
local alternate = {
["Greens (EMP)"] = "Greens",
}
 
local full = {
["GreensGreen Social and Labour Party of (EMP)Empherias"] = {abbrev = "GRNGS&L", color = "#73af48", shortname = "Green PartyS&L",},
["Green Party of Empherias"] = {abbrev = "GRN", color = "#73af48", shortname = "Green",},
["Golden Coalition"] = {abbrev = "GOLD", color = "#E59906", shortname = "Golden Coalition",},
}