Module:Political party/X
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 |
---|---|---|---|---|---|---|---|
X Party | #6CB0B3 | AAA | Failed | AA | |||
Xiluva | #EF5323 | AA | Failed | Failed | |||
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 = "",},
["Xiluva"] = {abbrev = "", color = "#EF5323", shortname = "",},
["Ximoko Party"] = {abbrev = "", color = "yellow", shortname = "",},
["Xixón Sí Puede"] = {abbrev = "", color = "#502553", shortname = "",},
}
return {
full = full,
alternate = alternate,
}