Module:RoundN: Difference between revisions

Content deleted Content added
m oops, miscalculated minimum rows needed, which resulted in excess whitespace below table
mNo edit summary
Line 449:
if p['3rdplace'] then
p.textThird = args.Consol or args['RD' .. (p.cols + 1)] or p.RD[4]
rowNum.third = math.max(math.max(rows / 2 + rows - 18, 910) + (p.textThird:match('omit_label') and 6 or 8), rows)
end
for r = 1, rowNum.third or rows do