Module:Political party/U: 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 = { ["Unity Coalition"] = {abbrev = "UC", color = "#000000", shortname = "Unity",}, } return { full = full, alternate = alternate, }"
 
mNo edit summary
 
Line 6: Line 6:


local full = {
local full = {
["Unity Coalition"] = {abbrev = "UC", color = "#000000", shortname = "Unity",},
["Unity Coalition"] = {abbrev = "UC", color = "#ffffff", shortname = "Unity",},
}
}

Latest revision as of 17:47, 2 October 2025

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

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

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

local full = {
	["Unity Coalition"] = {abbrev = "UC", color = "#ffffff", shortname = "Unity",},
	
}

return {
	full = full,
	alternate = alternate,
}