Module:Political party/C: Difference between revisions

From Central Student Government Wiki
Jump to navigation Jump to search
Administrator (talk | contribs)
m Replaced content with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""}, } return { full = full, alternate = alternate, }"
Tag: Replaced
Danielyk (talk | contribs)
No edit summary
 
Line 6: Line 6:
local full = {
local full = {
["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""},
["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""},
["CSG Forever"] = {abbrev = "CF", color = "#adffe7", shortname = ""},
}
}



Latest revision as of 15:47, 11 March 2025

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

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

local alternate = {
}

local full = {
	["Collaboration, Respect, & Change"] = {abbrev = "CRC", color = "#adffe7", shortname = ""},
	["CSG Forever"] = {abbrev = "CF", color = "#adffe7", shortname = ""},

}

return {
	full = full,
	alternate = alternate,
}