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 Fatherland Front"] = {abbrev = "FCP", color = "#FDDF4C", shortname = "Catholic Fatherland",},
	["Catholic Labor Front"] = {abbrev = "FdLC", color = "#000000", shortname = "Catholic Labor",},
	["Catholic Royalist Party"] = {abbrev = "PRC", color = "#F8C401", shortname = "Catholic Royalist",},
	["Castillianan Coalition of Autonomous Rights"] = {abbrev = "CCDA", color = "#FFDD00", shortname = "Autonomists",},
	["Christian Republicans of Jackson"] = {abbrev = "CR", color = "#FF3399", shortname = "Christian Republicans",},
	["Civil War Answers Party (Sequoyah)"] = {abbrev = "HDDU", color = "#F03AE4", shortname = "Civil War Answers",},
	["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",},
	["Coalition of the United Social Left"] = {abbrev = "CESU", color = "#96218F", shortname = "United Social Left",},
	["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-operative",},
	["Creeperian Centrist Party"] = {abbrev = "PCC", color = "#990ECC", shortname = "Creeperian Centrist",},
	["Creeperian Initiative"] = {abbrev = "IC", color = "#1a1a1a", shortname = "Initiative",},
	["Creeperian Interests Party (El Salvador)"] = {abbrev = "PIC", color = "#1a1a1a", shortname = "Creeperian Interests",},
	["Creeperian Interests Party (Sequoyah)"] = {abbrev = "PIC", color = "#1a1a1a", shortname = "Creeperian Interests",},
	["Creeperian Fascist Union"] = {abbrev = "UFC", color = "#000000", shortname = "Fascists",},
	["Creeperian League (Sequoyah)"] = {abbrev = "LICRE", color = "#1a1a1a", shortname = "Creeperian League",},
	["Creeperian Pro-Fatherland Front"] = {abbrev = "FPPC", color = "#1a1a1a", shortname = "Pro-Fatherland Front",},
	["Creeperian Progress Party"] = {abbrev = "PPC", color = "#AFF600", shortname = "Creeperian Progress",},
	["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,
}