Module:Political party/N
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 |
|---|---|---|---|---|---|---|---|
| National Party | #0087DC | NAT | National | false | AA | Failed | Failed |
| Nationalist Party | #C19A6B | Nationalist | AAA | Failed | AA | ||
| New Ingrea First | #D2B48C | AAA | Failed | AAA | |||
| New Labour Party | #CD5C5C | NLP | New Labour | AA | Failed | Failed |
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["National Party"] = {abbrev = "NAT", color = "#0087DC ", shortname = "National",},
["Nationalist Party"] = {abbrev = "", color = "#C19A6B", shortname = "Nationalist",},
["New Ingrea First"] = {abbrev = "", color = "#D2B48C", shortname = "",},
["New Labour Party"] = {abbrev = "NLP", color = "#CD5C5C", shortname = "New Labour",},
}
return {
full = full,
alternate = alternate,
}