Module:Political party/S: Difference between revisions

From Central Student Government Wiki
Jump to navigation Jump to search
Administrator (talk | contribs)
Created page with "local alternate = { } local full = { ["SHUT IT DOWN"] = {abbrev = "", color = "#red", shortname = "",}, } return { full = full, alternate = alternate, }"
 
Administrator (talk | contribs)
mNo edit summary
 
Line 3: Line 3:


local full = {
local full = {
["SHUT IT DOWN"] = {abbrev = "", color = "#red", shortname = "",},
["SHUT IT DOWN"] = {abbrev = "", color = "#a10000", shortname = "",},
}
}



Latest revision as of 20:22, 10 March 2025

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

local alternate = {
}

local full = {
	["SHUT IT DOWN"] = {abbrev = "", color = "#a10000", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}