Module:Political party/S

From Harlon City Server

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 = "",},
	["Social Democratic Party"] = {abbrev = "SDP", color = "#FE245E", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}