Module:CareerList: Difference between revisions

no edit summary
No edit summary
No edit summary
function p.makeCell(cellType, args)
local function getColor(index)
return ((index or 0) % 2 == 0) and '#F3F3F3' or '#FFFFFF'
end