Module:Political party/C
Jump to navigation
Jump to search
==Color values==
| Political party name | color | abbrev | shortname | Is color valid? | Contrast normal text | Contrast unvisited link | Contrast visited link |
|---|---|---|---|---|---|---|---|
| Christian Democratic Party | #9966CC | CDP | Christian Democrats | AA | Failed | Failed | |
| Communist Party | #E3170D | Communist | Failed | Failed | Failed | ||
| Conservative Party | #2061A2 | CON | Conservative | Failed | Failed | Failed | |
| Country Party | #00A86B | Country | AA | Failed | AA |
-- 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,
}