Module:Political party/N

From Wiki Balkavani
Revision as of 17:37, 2 October 2025 by JabicAdmin (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["National Party of Unions"] = {abbrev = "NPU", color = "#ffcc00", shortname = "Unions",}, } return { full = full, alternate = alternate, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

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

local full = {
	["National Party of Unions"] = {abbrev = "NPU", color = "#ffcc00", shortname = "Unions",},
}

return {
	full = full,
	alternate = alternate,
}