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[' | if args['style' .. tostring(i)] then | ||
colstyle[ i ] = colstyle[ i ] .. args[' | colstyle[ i ] = colstyle[ i ] .. args['style' .. tostring(i)] | ||
end | end | ||
if colstyle[ i ] ~= '' then | if colstyle[ i ] ~= '' then |