Module:Political party/I: Difference between revisions

From Osolia Wiki
Hydrogen (talk | contribs)
Created page with "local alternate = { } local full = { ["Independent"] = {abbrev = "Ind", color = "#CBCBCB", shortname = "",}, } return { full = full, alternate = alternate, }"
 
(No difference)

Latest revision as of 00:53, 16 February 2025

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