Module:Political party/R

From Xomnipedia
Jump to navigation Jump to search

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

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

local alternate = {
	
}

local full = {
	["Red Bloq"] = {abbrev = "RBQ", color = "#E4003B", shortname = "Red Bloq",},
	["Red Bloq of Ahitereira and Koresa"] = {abbrev = "RBQ–AK", color = "#992122", shortname = "Red Bloq (A&K)",},
	["Red Bloq of Peryzium"] = {abbrev = "RBQ–Pz", color = "#DC241F", shortname = "Red Bloq (Pz)",},
	["Rael Carinye"] = {abbrev = "RC", color = "#EA619F", shortname = "Rael Carinye",},
}

return {
	full = full,
	alternate = alternate,
}