Module:Political party/I

From Donjon Wiki
< Module:Political party
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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