Mô đun:Political party/1
Giá trị màu
sửaTên đảng chính trị | màu | viết tắt | tên ngắn | Is color valid? | Contrast normal text | Contrast unvisted link | Contrast visted link |
---|---|---|---|---|---|---|---|
1 of 5 million | #bb0004 | Failed | Failed | Failed | |||
10 Times Better | #F56000 | 10VM | AA | Failed | AA | ||
100% Sabadell | #1A1818 | Failed | Failed | Failed | |||
100% andaluces | #007B33 | Failed | Failed | Failed | |||
123 Democratic Alliance | #0000c8 | 123DA | Failed | Failed | Failed | ||
19th of April Movement | #ed1c24 | M-19 | AA | Failed | Failed | ||
1Law4All Party | #8FC745 | 1Law4All | AAA | Failed | AAA | ||
1País | #0A1172 | Failed | Failed | Failed | |||
2047 HK Monitor | #D71F2B | Failed | Failed | Failed | |||
25 May Citizens' Alternative | #F47C01 | AAA | Failed | AA | |||
26th of July Movement | #8B0000 | M-26-7 | Failed | Failed | Failed | ||
3V Movement | #D56A6A | AA | Failed | AA | |||
50PLUS | #92107D | 50+ | Failed | Failed | Failed | ||
5165 National Conservative Movement Party | #294BAD | Failed | Failed | Failed | |||
7.1 People Pile | #FF7312 | AAA | Failed | AA | |||
99 MP Party | #FFC0CB | 99 MP | AAA | AA | AAA | ||
99 Movement | #FBCA0B | AAA | AA | AAA | |||
99% – Civic Voice | #b00c28 | Failed | Failed | Failed | |||
¡Sí Se Puede! Elda | #612D62 | Failed | Failed | Failed | |||
À gauche toute! | #DC143C | Failed | Failed | Failed | |||
Ávila Free of Tolls | #1046AC | Failed | Failed | Failed | |||
Åland Centre | #a6ce39 | AAA | AA | AAA | |||
Åland Social Democrats | #c60d1a | Dân chủ Xã hội | Failed | Failed | Failed | ||
Ålandic Democracy | #2b2b2b | Failed | Failed | Failed | |||
Écija Puede | #702663 | Failed | Failed | Failed | |||
Écologie Solidaire | #77FF77 | AAA | AA | AAA | |||
Éirígí | #00A550 | AA | Failed | AA | |||
És el moment | #CF6A71 | AA | Failed | Failed | |||
Ñ Platform | #EAD816 | AAA | AA | AAA | |||
İyi Party | #3db5e6 | İYİ | AAA | Failed | AA | ||
Șor Party | #5CBB72 | ȘOR | AAA | Failed | AA |
-- Constant data used by [[Module:Political party]]
local alternate = {
["\"Union\" Political Movement"] = "Mișcarea Politică Unirea",
["20 Party Alliance"] = "Bangladesh Nationalist Party",
["2020 USR-PLUS Alliance"] = "USR PLUS",
["99% - Civic Voice"] = "99% – Civic Voice",
["ČSSD"] = "Czech Social Democratic Party",
["İYİ Party"] = "İyi Party",
["Život – National Party"] = "Life – National Party",
}
local full = {
["¡Sí Se Puede! Elda"] = {abbrev = "", color = "#612D62", shortname = "",},
["1 of 5 million"] = {abbrev = "", color = "#bb0004", shortname = "",},
["10 Times Better"] = {abbrev = "10VM", color = "#F56000", shortname = "",},
["100% andaluces"] = {abbrev = "", color = "#007B33", shortname = "",},
["100% Sabadell"] = {abbrev = "", color = "#1A1818", shortname = "",},
["123 Democratic Alliance"] = {abbrev = "123DA", color = "#0000c8", shortname = "",},
["19th of April Movement"] = {abbrev = "M-19", color = "#ed1c24", shortname = "",},
["1Law4All Party"] = {abbrev = "", color = "#8FC745", shortname = "1Law4All",},
["1País"] = {abbrev = "", color = "#0A1172", shortname = "",},
["2047 HK Monitor"] = {abbrev = "", color = "#D71F2B", shortname = "",},
["25 May Citizens' Alternative"] = {abbrev = "", color = "#F47C01", shortname = "",},
["26th of July Movement"] = {abbrev = "M-26-7", color = "#8B0000", shortname = "",},
["3V Movement"] = {abbrev = "", color = "#D56A6A", shortname = "",},
["50PLUS"] = {abbrev = "", color = "#92107D", shortname = "50+",},
["5165 National Conservative Movement Party"] = {abbrev = "", color = "#294BAD", shortname = "",},
["7.1 People Pile"] = {abbrev = "", color = "#FF7312", shortname = "",},
["99 Movement"] = {abbrev = "", color = "#FBCA0B", shortname = "",},
["99 MP Party"] = {abbrev = "", color = "#FFC0CB", shortname = "99 MP",},
["99% – Civic Voice"] = {abbrev = "", color = "#b00c28", shortname = "",},
["À gauche toute!"] = {abbrev = "", color = "#DC143C", shortname = "",},
["Åland Centre"] = {abbrev = "", color = "#a6ce39", shortname = "",},
["Åland Social Democrats"] = {abbrev = "", color = "#c60d1a", shortname = "Dân chủ Xã hội",},
["Ålandic Democracy"] = {abbrev = "", color = "#2b2b2b", shortname = "",},
["Ávila Free of Tolls"] = {abbrev = "", color = "#1046AC", shortname = "",},
["Écija Puede"] = {abbrev = "", color = "#702663", shortname = "",},
["Écologie Solidaire"] = {abbrev = "", color = "#77FF77", shortname = "",},
["Éirígí"] = {abbrev = "", color = "#00A550", shortname = "",},
["És el moment"] = {abbrev = "", color = "#CF6A71", shortname = "",},
["İyi Party"] = {abbrev = "", color = "#3db5e6", shortname = "İYİ",},
["Ñ Platform"] = {abbrev = "", color = "#EAD816", shortname = "",},
["Șor Party"] = {abbrev = "ȘOR", color = "#5CBB72", shortname = "",},
}
return {
full = full,
alternate = alternate,
}