Module:Political party/I

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

-- Constant data used by [[Module:Political party]]

local alternate = {
["Independent"] = "Independent politician",
}

local full = {
["Independent politician"] = {abbrev = "IND", color = "#DDDDDD", shortname = "Independent",},
["Independent Party (Adammia)"] = {abbrev = "", color = "#FE81AD", shortname = "Ind. Party",},
["IRS Party (Penn)"] = {abbrev = "IR", color = "#00DE07", shortname = "IRS",},
}

return {
full = full,
alternate = alternate,
}