Module:Political Party/V: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
local full = { | local full = { | ||
["Vacant"] = {abbrev = "", color = "#DCDCDC", shortname = "",}, | ["Vacant (other)"] = {abbrev = "", color = "#DCDCDC", shortname = "",}, | ||
} | } | ||
Latest revision as of 18:28, 2 October 2024
Documentation for this module may be created at Module:Political Party/V/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["Vacant"] = "Vacant", } local full = { ["Vacant (other)"] = {abbrev = "", color = "#DCDCDC", shortname = "",}, } return { full = full, alternate = alternate, }