Jump to content

Module:Aligned table: Difference between revisions

class
No edit summary
(class)
Line 40: Line 40:
if colstyle[ i ] ~= '' then
if colstyle[ i ] ~= '' then
colstyle[ i ] = ' style="' .. colstyle[ i ] .. '"'
colstyle[ i ] = ' style="' .. colstyle[ i ] .. '"'
end
if args['class' .. tostring(i)] then
colstyle[ i ] = ' class="' .. args['class' .. tostring(i)] .. '"' .. colstyle[i]
end
end
end
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.