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

From The League Wiki
Jump to navigation Jump to search
(Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Co-operative Party"] = {abbrev = "Coop", color = "#14207A", shortname = "Co-oper...")
 
Line 7: Line 7:
 
local full = {
 
local full = {
 
["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",},
 
}
 
}
  

Revision as of 16:43, 25 August 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",},
}

return {
	full = full,
	alternate = alternate,
}