Module:Political party/A

From The League Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Political party/A/doc

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

local alternate = {

}

local full = {
	["Action Party for Granilla"] = {abbrev = "PAG", color = "#FF0000", shortname = "Granilla Action",},
	["Adige Party"] = {abbrev = "Adg", color = "#14207A", shortname = "Adige",},
	["Alliance Party (Tirol)"] = {abbrev = "Alz", color = "#FFE97C", shortname = "Alliance",},
	["Anti-Romerist Revolutionary Front"] = {abbrev = "FRAR", color = "#781311", shortname = "Anti-Romerist",},
}

return {
	full = full,
	alternate = alternate,
}