Module:Political party/H

From Harlon City Server

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

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

local alternate = {

}

local full = {
	["Harlon Progress Party"] = {abbrev = "HPP", color = "#74209A", shortname = "",},
	["Harlon Wok Party"] = {abbrev = "HWP", color = "#A80000", shortname = "",},
	["Harlonian Business Party"] = {abbrev = "HBP", color = "#ECBE31", shortname = "",},
	["Harlonian Centre Party"] = {abbrev = "HCP", color = "#475724", shortname = "",},
	["Harlonian Green Party"] = {abbrev = "HGP", color = "#6AA84F", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}