Module:Political party/C: Difference between revisions

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