Module:Political party/V

From MicroWiki, the free micronational encyclopædia
Jump to navigation Jump to search

-- 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 = "",},

}

return {
full = full,
alternate = alternate,
}