Module:Political party/I: Difference between revisions
Appearance
Created page with "-- 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, }" |
Steven Buber (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 17:11, 5 January 2025
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,
}