Module:Political party/H

From Infarupedia
< Module:Political party
Revision as of 04:50, 9 December 2024 by Chat (talk | contribs) (Replaced content with "-- Constant data used by Module:Political party local alternate = { ["Horizon Alliance"] = "Horizon Alliance", } local full = { ["Horizon Alliance"] = {abbrev = "HA", color = "#01284D", 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/H/doc

-- Constant data used by [[Module:Political party]]

local alternate = {
	["Horizon Alliance"] = "Horizon Alliance",

}

local full = {
	["Horizon Alliance"] = {abbrev = "HA", color = "#01284D", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}