Module:RoundN: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 526:
col.show3rd = (m.num - col.top) * 2
if col.show3rd == 2 then
drawHead(local text = args.Consol or args['RD' .. (p.cols + 1)] or p.RD[4], m.r)
if text:match('omit_label') then
text = nil
end
if rowNum[rows + 1] and p.cols > 1 then --if 3rd place extends below bottom cell
rowNum[rows + 1]:tag'td':attr{
rowspan = m.r + 9 - rows - (text and 0 or 2),
colspan = (p.cols - 1) * 4
}
Line 539 ⟶ 543:
end
m.r = r + bumps
if text then
drawHead(args.Consol or args['RD' .. (p.cols + 1)] or p.RD[4], m.r)
bumps drawHead(text, = bumps + 2m.r)
m.r bumps = rbumps + bumps2
m.r = r + bumps
end
end
end