Module:Political party/X: Difference between revisions
Jump to navigation
Jump to search
w>Primefac m (→top: update following name change) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 20:00, 13 February 2023
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, }