Module:Political party/Q
Jump to navigation
Jump to search
Updating this submodule
[edit source]{{#section-h:Module:Political party/doc|Updating the module}}
Color values
[edit source]| Political party name | color | abbrev | shortname | Is color valid? | Contrast normal text | Contrast unvisited link | Contrast visited link |
|---|---|---|---|---|---|---|---|
| Qadimun | #2B77A9 | Failed | Failed | Failed | |||
| Qaransoor Party | #39B9EB | AAA | Failed | AAA | |||
| Qaumi Watan Party | #b30029 | QWP | Failed | Failed | Failed | ||
| Quami Ekta Dal | green | QED | Failed | Failed | Failed | ||
| Queensland Greens | #10C25B | Greens | AAA | Failed | AA | ||
| Queensland Labor Party | #F00011 | ALP | Labor | AA | Failed | Failed | |
| Queensland Labor Party (1957–1978) | #008080 | QLP | Queensland Labor | Failed | Failed | Failed | |
| Queensland Liberal Party | #080CAB | LIB | Liberal | Failed | Failed | Failed | |
| Queensland National Party | #008000 | NAT | National | Failed | Failed | Failed | |
| Queensland People's Party | #4169e1 | QPP | People's | Failed | Failed | Failed | |
| Queremos Puerto | #99BE19 | AAA | Failed | AAA | |||
| Quintuple Coalition | white | QC | AAA | AAA | AAA | ||
| Quisqueyano Christian Democratic Party | #FEDB1D | PQDC | AAA | AA | AAA | ||
| Qulleq (political party) | #F7F17F | Qulleq | AAA | AAA | AAA | ||
| Qurultai-Rukh | #0091D5 | false | AA | Failed | AA |
-- Constant data used by [[Module:Political party]]
local alternate = {
["Qulleq"] = "Qulleq (political party)",
["QWP"] = "Qaumi Watan Party",
}
local full = {
["Qadimun"] = {abbrev = "", color = "#2B77A9", shortname = "",},
["Qaransoor Party"] = {abbrev = "", color = "#39B9EB", shortname = "",},
["Qaumi Watan Party"] = {abbrev = "QWP", color = "#b30029", shortname = "",},
["Quami Ekta Dal"] = {abbrev = "QED", color = "green", shortname = "",},
["Queensland Greens"] = {abbrev = "", color = "#10C25B", shortname = "Greens",},
["Queensland Labor Party"] = {abbrev = "ALP", color = "#F00011", shortname = "Labor",},
["Queensland Labor Party (1957–1978)"] = {abbrev = "QLP", color = "#008080", shortname = "Queensland Labor",},
["Queensland Liberal Party"] = {abbrev = "LIB", color = "#080CAB", shortname = "Liberal",},
["Queensland National Party"] = {abbrev = "NAT", color = "#008000", shortname = "National",},
["Queensland People's Party"] = {abbrev = "QPP", color = "#4169e1", shortname = "People's",},
["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
["Quintuple Coalition"] = {abbrev = "QC", color = "white", shortname = "",},
["Quisqueyano Christian Democratic Party"] = {abbrev = "PQDC", color = "#FEDB1D", shortname = "",},
["Qurultai-Rukh"] = {abbrev = "", color = " #0091D5", shortname = "",},
["Qulleq (political party)"] = {abbrev = "", color = "#F7F17F", shortname = "Qulleq",},
}
return {
full = full,
alternate = alternate,
}