Module:Aligned table: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 44: | Line 44: | ||
colstyle[ i ] = colstyle[ i ] or '' | colstyle[ i ] = colstyle[ i ] or '' | ||
if isnotempty(args['colstyle']) then | if isnotempty(args['colstyle']) then | ||
colstyle[ i ] = args['colstyle'] .. ';' | colstyle[ i ] = args['colstyle'] .. ';' .. colstyle[ i ] | ||
end | end | ||
if isnotempty(args['colalign' .. tostring(i)]) then | if isnotempty(args['colalign' .. tostring(i)]) then |