Module:Aligned table: Difference between revisions
will work on this later
(should work now) |
(will work on this later) |
||
Line 12: | Line 12: | ||
local colstyle = {} | local colstyle = {} | ||
local cols = tonumber(args['cols']) or 2 | local cols = tonumber(args['cols']) or 2 | ||
-- create the root table | -- create the root table | ||
Line 113: | Line 112: | ||
else | else | ||
row:css('vertical-align', 'top') | row:css('vertical-align', 'top') | ||
end | end | ||
-- loop over the cells in the row | -- loop over the cells in the row |