Module:Aligned table: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 73: Line 73:
cell:addClass(args['class' .. tostring(j) .. '.' .. tostring(i)])
cell:addClass(args['class' .. tostring(j) .. '.' .. tostring(i)])
elseif args['rowclass' .. tostring(j)] then
elseif args['rowclass' .. tostring(j)] then
cell:addClass(args['rowclass' .. tostring(j)] .. '"')
cell:addClass(args['rowclass' .. tostring(j)])
elseif colclass[i] ~= '' then
elseif colclass[i] ~= '' then
cell:addClass(colclass[i])
cell:addClass(colclass[i])
Anonymous user