Module:Political party/C

From Eratosthenia
Jump to navigation Jump to search
==Color values==
Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
Christian Democratic Party#9966CCCDPChristian DemocratsAAFailedFailed
Communist Party#E3170DCommunistFailedFailedFailed
Conservative Party#2061A2CONConservativeFailedFailedFailed
Country Party#00A86BCountryAAFailedAA

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

local alternate = {
}

local full = {
		["Christian Democratic Party"] = {abbrev = "CDP", color = "#9966CC", shortname = "Christian Democrats",},
		["Communist Party"] = {abbrev = "", color = "#E3170D", shortname = "Communist",},
		["Conservative Party"] = {abbrev = "CON", color = "#2061A2", shortname = "Conservative",},
		["Country Party"] = {abbrev="", color = "#00A86B", shortname = "Country",},

}

return {
	full = full,
	alternate = alternate,
}