From 256bf3d22f2b6bb787a2a5c2ee88ea8566c2ece9 Mon Sep 17 00:00:00 2001 From: Tphamtranba <119475427+Bapham12@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:47:33 +0700 Subject: [PATCH] Add constant data for political parties --- Political party/Data/D.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Political party/Data/D.lua diff --git a/Political party/Data/D.lua b/Political party/Data/D.lua new file mode 100644 index 0000000..7eb87a5 --- /dev/null +++ b/Political party/Data/D.lua @@ -0,0 +1,14 @@ +-- Constant data used by [[Module:Political party]] + +local alternate = { +} + +local full = { + ["Democratic Party (Carloso)"] = {abbrev = "Dem", color = "#E3BC00", shortname = "Democratic",}, + ["Deutsche Kaiserliche Kreuzzugspartei"] = {abbrev = "DKK", color = "#444444", shortname = "Cross Party",}, +} + +return { + full = full, + alternate = alternate, +}