Module:Aligned table: Difference between revisions

    (more mw.html)
    No edit summary
    Line 66: Line 66:
    for j=1,rows do
    for j=1,rows do
    -- start a new row
    -- start a new row
    local row = table:tag('tr')
    local row = root:tag('tr')
    row:css('vertical-align', 'top')
    row:css('vertical-align', 'top')
    -- loop over the cells in each row
    -- loop over the cells in each row