Content deleted Content added
mNo edit summary |
No edit summary |
||
Line 9:
last.cell
:attr('height', 5)
end▼
if N == 1 then▼
newRow()▼
else▼
last.row▼
:tag('td')▼
:attr('colspan', 2)▼
last.row:tag('td')▼
:attr('colspan', 2)▼
:css('text-align', 'center')▼
:css('border', '1px solid #aaa')▼
:css('background-color', '#f2f2f2')▼
:wikitext(arg['RD' .. N] or defaultRounds[N - 1] or ('Round of ' .. math.pow(2, cols - N + 1)))▼
end
Line 35 ⟶ 19:
:css('padding', 0)
for k = 1, args.columns do
▲ newRow()
▲ last.row
▲ :tag('td')
▲ :attr('colspan', 2)
▲ end
▲ :attr('colspan', 2)
▲ :css('text-align', 'center')
▲ :css('border', '1px solid #aaa')
▲ :css('background-color', '#f2f2f2')
▲ :wikitext(
end
|