diff --git a/Political party/Data/X.lua b/Political party/Data/X.lua new file mode 100644 index 0000000..2a84c4d --- /dev/null +++ b/Political party/Data/X.lua @@ -0,0 +1,16 @@ +-- 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, +}