Difference between revisions of "Module:Political party/C"

From The League Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
local full = {
 
local full = {
 +
["Catholic Labor Front"] = {abbrev = "FdLC", color = "#000000", shortname = "Catholic Labor",},
 
["Catholic Royalist Party"] = {abbrev = "PRC", color = "#F8C401", shortname = "Catholic Royalist",},
 
["Catholic Royalist Party"] = {abbrev = "PRC", color = "#F8C401", shortname = "Catholic Royalist",},
 
["Castillianan Coalition of Autonomous Rights"] = {abbrev = "CCDA", color = "#FFDD00", shortname = "Autonomists",},
 
["Castillianan Coalition of Autonomous Rights"] = {abbrev = "CCDA", color = "#FFDD00", shortname = "Autonomists",},

Revision as of 19:51, 25 March 2023

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 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",},
	["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 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,
}