Jump to content

Module:Aligned table: Difference between revisions

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