Module:Political party/D
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 |
|---|---|---|---|---|---|---|---|
| Democratic Party | #FFD700 | DEM | Democrats | AAA | AA | AAA | |
| Deverauxshire Party | #64B69A | Deverauxshire | AAA | Failed | AA | ||
| Direct Democracy Party | #BBD9DB | Direct Democracy | AAA | AA | AAA |
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Democratic Party"] = {abbrev = "DEM", color = "#FFD700", shortname = "Democrats",},
["Deverauxshire Party"] = {abbrev = "", color = "#64B69A", shortname = "Deverauxshire",},
["Direct Democracy Party"] = {abbrev = "", color = "#BBD9DB", shortname = "Direct Democracy",},
}
return {
full = full,
alternate = alternate,
}