Jump to content

Module:Political party/I

From Micro Pedia
Revision as of 07:13, 16 July 2024 by MetaWiki:MainPage>Xaloria (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, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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,
}