မေႃႇၵျူး:Political party/Z

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး
Documentation icon ၽိုၼ်ၵႅမ်မိုဝ်းမေႃႇၵျူး[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း]

Updating this submodule[မႄးထတ်းငဝ်ႈငႃႇ]


Color values[မႄးထတ်းငဝ်ႈငႃႇ]

Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
ZANU–PF#008000ZANU–PFFailedFailedFailed
Zabaltzen#C8402BFailedFailedFailed
Zac Goldsmith Team#2DA0D2AAAFailedAA
Zaker Party#089B4BAAFailedFailed
Zambia Democratic Congress#984ea3ZADECOFailedFailedFailed
Zambian African National Congress#FFCC00AAAAAAAA
Zambians for Empowerment and DevelopmentblueFailedFailedFailed
Zamoran People's Union#339933AAFailedFailed
Zaragoza en Común#BA1227ZGZFailedFailedFailed
ZaresorangeAAAFailedAAA
Zehut#6AC7DFAAAFailedAAA
Zen-Dai Party#060709FailedFailedFailed
Zenith Labour Party#f5ec00ZLPAAAAAAAA
Zero Cuts#00862AFailedFailedFailed
Zero Tolerance Policing ex Chief#DDDDDDAAAAAAAA
Zeynab Society#01c3ffAAAFailedAAA
Zimbabwe African National Union#008000ZANUFailedFailedFailed
Zimbabwe African National Union – Ndonga#FFD700ZANU–NdongaAAAAAAAA
Zimbabwe African People's Union#010100ZAPUFailedFailedFailed
Zimbabwe Unity Movement#B22222ZUMFailedFailedFailed
Zionist Union#013068FailedFailedFailed
Zmena zdola#FECE00Zmena zdola, DÚAAAAAAAA
Zomi Congress for Democracy#CC232AZCDFailedFailedFailed
Zoram Nationalist Party#0000FFZNPFailedFailedFailed
Zoram People's Movement#FFF700ZPMAAAAAAAAA
ZvenoblackFailedFailedFailed

-- 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 = "",},
	["Zen-Dai Party"] = {abbrev = "", color = "#060709", 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,
}