Module:Political party/H

From IxWiki
Revision as of 03:45, 10 September 2023 by Insui (talk | contribs) (Created page with "local alternate = { ["Humanos+"] = "Human+ (Cartadania)", } local full = { ["Human+ (Cartadania)"] = {abbrev = "HMN", color = "#A64D79", shortname = "Hmn+",}, } return { full = full, alternate = alternate, }")
(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/H/doc

local alternate = {
	["Humanos+"] = "Human+ (Cartadania)",
}


local full = {
	["Human+ (Cartadania)"] = {abbrev = "HMN", color = "#A64D79", shortname = "Hmn+",},
}

return {
	full = full,
	alternate = alternate,
}