Module:Political party/W

Revision as of 15:45, 11 March 2025 by Danielyk (talk | contribs) (Created page with "local alternate = { } local full = { ["Wolverines United"] = {abbrev = "", color = "#ff5733", 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/W/doc

local alternate = {
}

local full = {
	["Wolverines United"] = {abbrev = "", color = "#ff5733", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}