Module:Political party/M

From Central Student Government Wiki
Revision as of 20:21, 10 March 2025 by Administrator (talk | contribs) (Created page with "local alternate = { } local full = { ["MomentUM"] = {abbrev = "", color = "#00274C", shortname = "",}, } 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/M/doc

local alternate = {
}

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

return {
	full = full,
	alternate = alternate,
}