Module:Political party/E

Revision as of 21:25, 10 March 2025 by Administrator (talk | contribs) (Created page with "local alternate = { } local full = { ["Empower Michigan"] = {abbrev = "", color = "#00274C", shortname = "",}, } return { full = full, alternate = alternate, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local alternate = {
}

local full = {
	["Empower Michigan"] = {abbrev = "", color = "#00274C", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}