Module:Political party/Z: Difference between revisions
Jump to navigation
Jump to search
w>Watercheetah99 (Color used in logo + differentiates from other reds in Nigeria) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 20:00, 13 February 2023
Updating this submodule
{{#section-h:Module:Political party/doc|Updating the module}}
Color values
Political party name | color | abbrev | shortname | Is color valid? | Contrast normal text | Contrast unvisited link | Contrast visited link |
---|---|---|---|---|---|---|---|
ZANU–PF | #008000 | ZANU–PF | Failed | Failed | Failed | ||
Zabaltzen | #C8402B | Failed | Failed | Failed | |||
Zac Goldsmith Team | #2DA0D2 | AAA | Failed | AA | |||
Zaker Party | #089B4B | AA | Failed | Failed | |||
Zambia Democratic Congress | #984ea3 | ZADECO | Failed | Failed | Failed | ||
Zambian African National Congress | #FFCC00 | AAA | AA | AAA | |||
Zambians for Empowerment and Development | blue | Failed | Failed | Failed | |||
Zamoran People's Union | #339933 | AA | Failed | Failed | |||
Zaragoza en Común | #BA1227 | ZGZ | Failed | Failed | Failed | ||
Zares | orange | AAA | Failed | AAA | |||
Zehut | #6AC7DF | AAA | Failed | AAA | |||
Zenith Labour Party | #f5ec00 | ZLP | AAA | AA | AAA | ||
Zero Cuts | #00862A | Failed | Failed | Failed | |||
Zero Tolerance Policing ex Chief | #DDDDDD | AAA | AA | AAA | |||
Zeynab Society | #01c3ff | AAA | Failed | AAA | |||
Zimbabwe African National Union | #008000 | ZANU | Failed | Failed | Failed | ||
Zimbabwe African National Union – Ndonga | #FFD700 | ZANU–Ndonga | AAA | AA | AAA | ||
Zimbabwe African People's Union | #010100 | ZAPU | Failed | Failed | Failed | ||
Zimbabwe Unity Movement | #B22222 | ZUM | Failed | Failed | Failed | ||
Zionist Union | #013068 | Failed | Failed | Failed | |||
Zmena zdola | #FECE00 | Zmena zdola, DÚ | AAA | AA | AAA | ||
Zomi Congress for Democracy | #CC232A | ZCD | Failed | Failed | Failed | ||
Zoram Nationalist Party | #0000FF | ZNP | Failed | Failed | Failed | ||
Zoram People's Movement | #FFF700 | ZPM | AAA | AAA | AAA | ||
Zveno | black | Failed | Failed | Failed |
-- Constant data used by [[Module:Political party]] local alternate = { ["ZANU-PF"] = "ZANU–PF", -- dash differences ["Zatlers' Reform Party"] = "Reform Party (Latvia)", ["Zimbabwe African National Union-Patriotic Front"] = "ZANU–PF", ["Zimbabwe African National Union – Patriotic Front"] = "ZANU–PF", ["Zionist Organisation Mizrachi"] = "Mizrachi (political party)", } local full = { ["Zabaltzen"] = {abbrev = "", color = "#C8402B", shortname = "",}, ["Zac Goldsmith Team"] = {abbrev = "", color = "#2DA0D2", shortname = "",}, ["ZANU–PF"] = {abbrev = "ZANU–PF", color = "#008000", shortname = "",}, ["Zaker Party"] = {abbrev = "", color = "#089B4B", shortname = "",}, ["Zambia Democratic Congress"] = {abbrev = "ZADECO", color = "#984ea3", shortname = "",}, ["Zambian African National Congress"] = {abbrev = "", color = "#FFCC00", shortname = "",}, ["Zambians for Empowerment and Development"] = {abbrev = "", color = "blue", shortname = "",}, ["Zamoran People's Union"] = {abbrev = "", color = "#339933", shortname = "",}, ["Zaragoza en Común"] = {abbrev = "ZGZ", color = "#BA1227", shortname = "",}, ["Zares"] = {abbrev = "", color = "orange", shortname = "",}, ["Zehut"] = {abbrev = "", color = "#6AC7DF", shortname = "",}, ["Zenith Labour Party"] = {abbrev = "ZLP", color = "#f5ec00", shortname = "",}, ["Zero Cuts"] = {abbrev = "", color = "#00862A", shortname = "",}, ["Zero Tolerance Policing ex Chief"] = {abbrev = "", color = "#DDDDDD", shortname = "",}, ["Zeynab Society"] = {abbrev = "", color = "#01c3ff", shortname = "",}, ["Zimbabwe African National Union – Ndonga"] = {abbrev = "ZANU–Ndonga", color = "#FFD700", shortname = "",}, ["Zimbabwe African National Union"] = {abbrev = "ZANU", color = "#008000", shortname = "",}, ["Zimbabwe African People's Union"] = {abbrev = "ZAPU", color = "#010100", shortname = "",}, ["Zimbabwe Unity Movement"] = {abbrev = "ZUM", color = "#B22222", shortname = "",}, ["Zionist Union"] = {abbrev = "", color = "#013068", shortname = "",}, ["Zmena zdola"] = {abbrev = "", color = "#FECE00", shortname = "Zmena zdola, DÚ",}, ["Zomi Congress for Democracy"] = {abbrev = "ZCD", color = "#CC232A", shortname = "",}, ["Zoram Nationalist Party"] = {abbrev = "ZNP", color = "#0000FF", shortname = "",}, ["Zoram People's Movement"] = {abbrev = "ZPM", color = "#FFF700", shortname = "",}, ["Zveno"] = {abbrev = "", color = "black", shortname = "",}, } return { full = full, alternate = alternate, }