Module:Political party/I

From Osolia Wiki
Revision as of 00:53, 16 February 2025 by Hydrogen (talk | contribs) (Created page with "local alternate = { } local full = { ["Independent"] = {abbrev = "Ind", color = "#CBCBCB", shortname = "",}, } 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

local alternate = {
}

local full = {
	["Independent"] = {abbrev = "Ind", color = "#CBCBCB", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}