Module:Political party/I
Appearance
Documentation for this module may be created at Module:Political party/I/doc
-- 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,
}