Mô đun:Political party/X
Giao diện
Giá trị màu
[sửa mã nguồn]Tê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 |
---|---|---|---|---|---|---|---|
X Party | #6CB0B3 | AAA | Failed | AA | |||
Ximoko Party | yellow | AAA | AAA | AAA | |||
Xixón Sí Puede | #502553 | Failed | Failed | Failed |
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["X Party"] = {abbrev = "", color = "#6CB0B3", shortname = "",},
["Ximoko Party"] = {abbrev = "", color = "yellow", shortname = "",},
["Xixón Sí Puede"] = {abbrev = "", color = "#502553", shortname = "",},
}
return {
full = full,
alternate = alternate,
}