Module:Political party/G: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
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
Line 6:
 
local full = {
["Greens (EMP)"] = {abbrev = "GRN", color = "#73af48", shortname = "Green Party",},
}
 

Revision as of 02:02, 28 May 2024

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

return {
	full = full,
	alternate = alternate,
}