Module:Aligned table: Difference between revisions

    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