Module:Political party/K: Difference between revisions

From Wiki Balkavani
Created page with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", } local full = { ["Kastortast Vinna - Prosperous Path"] = {abbrev = "KVPP", color = "#800000", shortname = "Kastortast Vinna",}, } return { full = full, alternate = alternate, }"
 
mNo edit summary
 
Line 7: Line 7:
local full = {
local full = {
["Kastortast Vinna - Prosperous Path"] = {abbrev = "KVPP", color = "#800000", shortname = "Kastortast Vinna",},
["Kastortast Vinna - Prosperous Path"] = {abbrev = "KVPP", color = "#800000", shortname = "Kastortast Vinna",},
["Krjstendodjl Decolonisation Party"] = {abbrev = "KDP", color = "ff4b00", shortname = "Krjstendodjl",},
}
}



Latest revision as of 17:40, 2 October 2025

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

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

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

local full = {
	["Kastortast Vinna - Prosperous Path"] = {abbrev = "KVPP", color = "#800000", shortname = "Kastortast Vinna",},
	["Krjstendodjl Decolonisation Party"] = {abbrev = "KDP", color = "ff4b00", shortname = "Krjstendodjl",},
}

return {
	full = full,
	alternate = alternate,
}