Mô đun:Political party/1

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[xem] [sửa] [lịch sử] [làm mới]

Giá trị màu[sửa mã nguồn]

Tên đảng chính trịmàuviết tắttên ngắnIs color valid?Contrast normal textContrast unvisted linkContrast visted link
1 of 5 million#bb0004FailedFailedFailed
10 Times Better#F5600010VMAAFailedAA
100% Sabadell#1A1818FailedFailedFailed
100% andaluces#007B33FailedFailedFailed
123 Democratic Alliance#0000c8123DAFailedFailedFailed
19th of April Movement#ed1c24M-19AAFailedFailed
1Law4All Party#8FC7451Law4AllAAAFailedAAA
1País#0A1172FailedFailedFailed
2047 HK Monitor#D71F2BFailedFailedFailed
25 May Citizens' Alternative#F47C01AAAFailedAA
26th of July Movement#8B0000M-26-7FailedFailedFailed
3V Movement#D56A6AAAFailedAA
50PLUS#92107D50+FailedFailedFailed
5165 National Conservative Movement Party#294BADFailedFailedFailed
7.1 People Pile#FF7312AAAFailedAA
99 MP Party#FFC0CB99 MPAAAAAAAA
99 Movement#FBCA0BAAAAAAAA
99% – Civic Voice#b00c28FailedFailedFailed
¡Sí Se Puede! Elda#612D62FailedFailedFailed
À gauche toute!#DC143CFailedFailedFailed
Ávila Free of Tolls#1046ACFailedFailedFailed
Åland Centre#a6ce39AAAAAAAA
Åland Social Democrats#c60d1aFailedFailedFailed
Ålandic Democracy#2b2b2bFailedFailedFailed
Écija Puede#702663FailedFailedFailed
Écologie Solidaire#77FF77AAAAAAAA
Éirígí#00A550AAFailedAA
És el moment#CF6A71AAFailedFailed
Ñ Platform#EAD816AAAAAAAA
İyi Party#3db5e6İYİAAAFailedAA
Șor Party#5CBB72ȘORAAAFailedAA

-- 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 = "",},
	["Å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,
}