From df922d63201176a9b872ba9e054ab35816d60626 Mon Sep 17 00:00:00 2001 From: Tphamtranba <119475427+Bapham12@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:01:26 +0700 Subject: [PATCH] Create X.lua with political party data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added constant data for political parties including X Party, Ximoko Party, and Xixón Sí Puede. --- Political party/Data/X.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Political party/Data/X.lua 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, +}