Module:Political party/X
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
Updating this submodule
[edit source]{{#section-h:Module:Political party/doc|Updating the module}}
Color values
[edit source]| 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,
}