Module:Political party/X
< Module:Political party
Jump to navigation
Jump to search
Revision as of 11:26, 25 September 2021 by w>Primefac (→top: update following name change)
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 | |||
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, }