Module:Political party/I
< Module:Political party
Jump to navigation
Jump to search
Revision as of 15:55, 19 April 2023 by Cascadia (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Independent politician"] = {abbrev = "IND", color = "#DCDCDC", shortname = "Inde...")
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,
}