Skip to content

Commit e6ab0f8

Browse files
authored
Add Lua module for political party data
1 parent 5943eda commit e6ab0f8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • Political party/Data

Political party/Data/L.lua

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Constant data used by [[Module:Political party]]
2+
3+
local alternate = {
4+
}
5+
6+
local full = {
7+
["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",},
8+
["Líga Zararcía"] = {abbrev = "LZ", color = "#FF4F00", shortname = "Líga Zararcía",},
9+
}
10+
11+
return {
12+
full = full,
13+
alternate = alternate,
14+
}

0 commit comments

Comments
 (0)