Module:Political party/T

From Wiki Balkavani

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

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

local alternate = {
	["K-Party"] = "Communist Party of Sweden (1995)",
}

local full = {
	["Test Party"] = {abbrev = "", color = "#000000", shortname = "Test",},
}

return {
	full = full,
	alternate = alternate,
}