Module:RoundN/sandbox: Difference between revisions

Content deleted Content added
Sync with main
Adjust logic
Tag: Reverted
Line 736:
if interval % 2 == 0 then
--col.t and col.t2 control whether lines are drawn
col.t = col.t2 or skipMatch[col.tot + col.n / 2 + 1] and 3 or ((skipMatch[col.top] and 1 or 0) + (skipMatch[col.top + 1] and 2 or 0))
col.n = col.n + 2
col.t2 = skipMatch[col.tot + col.n / 2 + 1] and 3 or ((skipMatch[col.top + col.n] and 1 or 0) + (skipMatch[col.top + col.n + 1] and 2 or 0))