Module:Political party/L

From Harlon City Server

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

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

local alternate = {

}

local full = {
	["Liberal Party Of Harlon"] = {abbrev = "LPH", color = "#800020", shortname = "",},
	["Living City Party"] = {abbrev = "LCP", color = "#FF00DD", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}