Module:Political party/V
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Political party/V/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Placeholder"] = {abbrev = "", color = "#000000", shortname = "PH",},
["Vishwamitran National Party"] = {abbrev = "VNP", color = "#00508E", shortname = "",},
["Vision Georgienstine"] = {abbrev = "VG", color = "#04F9F2", shortname = "Vision Georgienstine",},
["Vacant"] = {abbrev = "V", color = "#FFFFFF", shortname = "",},
["Vacant Black"] = {abbrev = "V", color = "#000000", shortname = "",},
}
return {
full = full,
alternate = alternate,
}