Module:Political Party/V

From Infarupedia

Documentation for this module may be created at Module:Political Party/V/doc

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

local alternate = {
	["Vacant"] = "Vacant",

}

local full = {
	["Vacant (other)"] = {abbrev = "", color = "#DCDCDC", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}