Module:Political party/I
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Political party/I/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Independent politician"] = {abbrev = "IND", color = "#DCDCDC", shortname = "Independent",}, -- Not affiliated with any party
}
return {
full = full,
alternate = alternate,
}