Jump to content

Module:Aligned table: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 35: Line 35:
if type( k ) == 'number' then
if type( k ) == 'number' then
i = math.fmod(k-1,cols) + 1
i = math.fmod(k-1,cols) + 1
entries[ k ] = '<td' .. colstyle[i] .. '">' .. v .. '</td>'
entries[ k ] = '<td' .. colstyle[i] .. '>' .. v .. '</td>'
if i == 1 then
if i == 1 then
entries[ k ] = '<tr style="vertical-align:top">' .. entries[ k ]
entries[ k ] = '<tr style="vertical-align:top">' .. entries[ k ]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.