Module:Political party/L: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
local full = { | local full = { | ||
["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",}, | ["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",}, | ||
["Líga Zararcía"] = {abbrev = "LZ", color = "#FF4F00", shortname = "Líga Zararcía",}, | |||
} | } | ||
Revision as of 13:49, 4 July 2023
Documentation for this module may be created at Module:Political party/L/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",},
["Líga Zararcía"] = {abbrev = "LZ", color = "#FF4F00", shortname = "Líga Zararcía",},
}
return {
full = full,
alternate = alternate,
}