Content deleted Content added
Create sandbox version of Module:RoundN |
(merged changes from main) attempt at fixing 3rd place-match bump in small tournaments with score-boxes != 1 |
||
Line 395:
s = s + n
end
return s--[[ + (p.scoreSumBox and #t == 3 and -2 or 0) --merging disabled with score boxes, uncomment if enable]]
end
}
Line 586:
rowNum[rows + 1]:tag'td':attr{
rowspan = m.r + 9 - rows - (text and 0 or 2),
colspan = (p.cols - 1) * 4 + p.scoreSumBox - 1
}
end
|