We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4598464 + 2415acf commit 86cf4afCopy full SHA for 86cf4af
1 file changed
Political party/Data/Z.lua
@@ -0,0 +1,13 @@
1
+-- Constant data used by [[Module:Political party]]
2
+
3
+local alternate = {
4
+}
5
6
+local full = {
7
+ ["Zentraler zukünftiger Staatsrat"] = {abbrev = "Dem", color = "#6a329f", shortname = "Staatsrat",},
8
+ }
9
10
+return {
11
+ full = full,
12
+ alternate = alternate,
13
0 commit comments