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

From The League Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-operative",},
 
["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-operative",},
 
["Creeperian Initiative"] = {abbrev = "IC", color = "#1a1a1a", shortname = "Initiative",},
 
["Creeperian Initiative"] = {abbrev = "IC", color = "#1a1a1a", shortname = "Initiative",},
["Creeperian Socialist Party"] = {abbrev = "PSC", color = "#B30F12", shortname = "Socialists",},
+
["Creeperian Socialist Party"] = {abbrev = "PSC", color = "#B30F12", shortname = "Socialist",},
["Creeperian Social Communist Party"] = {abbrev = "PCSC", color = "#781311", shortname = "Social Communists",},
+
["Creeperian Social Communist Party"] = {abbrev = "PCSC", color = "#781311", shortname = "Social Communist",},
 
}
 
}
  

Revision as of 20:55, 30 September 2022

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

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

local alternate = {

}

local full = {
	["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-operative",},
	["Creeperian Initiative"] = {abbrev = "IC", color = "#1a1a1a", shortname = "Initiative",},
	["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,
}