Module:Aligned table: Difference between revisions

    No edit summary
    No edit summary
    Line 31: Line 31:
    if args['align' .. tostring(i)] then
    if args['align' .. tostring(i)] then
    colstyle[ i ] = 'text-align:' .. args['align' .. tostring(i)] .. ';' .. colstyle[ i ]
    colstyle[ i ] = 'text-align:' .. args['align' .. tostring(i)] .. ';' .. colstyle[ i ]
    end
    if args['nowrap' .. tostring(i)] then
    colstyle[ i ] = 'white-space:nowrap;' .. colstyle[ i ]
    end
    end
    if args['style' .. tostring(i)] then
    if args['style' .. tostring(i)] then