Module:RoundN: Difference between revisions

Content deleted Content added
fix "Lua error in Module:RoundN at line 282: bad argument #2 to 'format' (no value)"
m Fix bug when displaying 3rd place match when score-boxes is set to something other than 1
Line 587:
rowNum[rows + 1]:tag'td':attr{
rowspan = m.r + 9 - rows - (text and 0 or 2),
colspan = (p.cols - 1) * 4(3 + p.scoreBoxes)
}
end