Module:Political party/K

Revision as of 18:56, 10 March 2025 by Administrator (talk | contribs) (Replaced content with "-- Constant data used by Module:Political party local alternate = { ["K-Party"] = "Communist Party of Sweden (1995)", ["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran", ["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino", } local full = { ["KEEP IT RUNNING"] = {abbrev = "KIR", color = "#322D87", shortname = "",}, } return { full = full, alternate = alternate, }")

Updating this submodule

{{#section-h:Module:Political party/doc|Updating the module}}

Color values

Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
KEEP IT RUNNING#322D87KIRFailedFailedFailed

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

local alternate = {
	["K-Party"] = "Communist Party of Sweden (1995)",
	["KABAKA"] = "Kabalikat ng Bayan sa Kaunlaran",
	["Kabalikat ng Mamamayang Pilipino"] = "Kabalikat ng Malayang Pilipino",
}

local full = {
	["KEEP IT RUNNING"] = {abbrev = "KIR", color = "#322D87", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}