Module:Political party/G

From Xomnipedia
Revision as of 04:44, 21 July 2023 by Laosy (talk | contribs) (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, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

-- 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,
}