Module:Political party/C

From The League Wiki
Jump to navigation Jump to search

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

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

local alternate = {

}

local full = {
	["Catholic Royalist Party"] = {abbrev = "PRC", color = "#F8C401", shortname = "Catholic Royalist",},
	["Castillianan Coalition of Autonomous Rights"] = {abbrev = "CCDA", color = "#FFDD00", shortname = "Autonomists",},
	["Conservative Party (Atlántida)"] = {abbrev = "PC", color = "#0000FF", shortname = "Conservatives",},
	["Conservative Party (Castilliano)"] = {abbrev = "PC", color = "#0A238B", shortname = "Conservatives",},
	["Conservative Party (Creeperopolis)"] = {abbrev = "PC", color = "#0F519C", shortname = "Conservatives",},
	["Catholic Royalist Party"] = {abbrev = "PRC", color = "#F8C401", shortname = "Catholic Royalist",},
	["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-operative",},
	["Creeperian Initiative"] = {abbrev = "IC", color = "#1a1a1a", shortname = "Initiative",},
	["Creeperian Fascist Union"] = {abbrev = "UFC", color = "#000000", shortname = "Fascists",},
	["Creeperian League (Sequoyah)"] = {abbrev = "LICRE", color = "#1a1a1a", shortname = "League",},
	["Creeperian Pro-Fatherland Front"] = {abbrev = "FPPC", color = "#1a1a1a", shortname = "Pro-Fatherland Front",},
	["Creeperian Socialist Party"] = {abbrev = "PSC", color = "#B30F12", shortname = "Socialist",},
	["Creeperian Social Communist Party"] = {abbrev = "PCSC", color = "#781311", shortname = "Social Communist",},
}

return {
	full = full,
	alternate = alternate,
}