Module:Political party/S

From Harlon City Server
Revision as of 18:38, 9 October 2023 by Muffinbarde (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Sunrise National Party"] = {abbrev = "SNP", color = "#FF9000", 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/S/doc

-- Constant data used by [[Module:Political party]]

local alternate = {

}

local full = {
	["Sunrise National Party"] = {abbrev = "SNP", color = "#FF9000", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}