Module:Political party/L
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 |
|---|---|---|---|---|---|---|---|
| Labour Party | #FF3333 | LAB | Labour | AA | Failed | Failed | |
| Labour Workers Party | #DC241F | LWP | Labour Workers | Failed | Failed | Failed | |
| Liberal Party | #FFA500 | LIB | Liberal | AAA | Failed | AAA |
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Labour Party"] = {abbrev = "LAB", color = "#FF3333", shortname = "Labour",},
["Labour Workers Party"] = {abbrev = "LWP", color = "#DC241F", shortname = "Labour Workers",},
["Liberal Party"] = {abbrev = "LIB", color = "#FFA500", shortname = "Liberal",},
}
return {
full = full,
alternate = alternate,
}