Content deleted Content added
No edit summary |
removing tracking and unused parameters per talk page |
||
Line 348:
for _, v in ipairs({--more args to boolean
'widescore',
'color',
'color_repechage',
Line 454 ⟶ 452:
setmetatable(scoreWidth, _scoreWidth)
end
local head_br = {
count = 0,
Line 486 ⟶ 480:
or p.RD[#p.RD + k - p.tCols - 1]
or ('Round of ' .. math.pow(2, p.tCols - k + 1))
drawHead(head.wt)
end
end
Line 527 ⟶ 516:
rowNum[1]:node(c < p.cols and
mw.clone(bumpBase):attr{rowspan = bump}
)
end
Line 839 ⟶ 823:
local args = require'Module:Arguments'.getArgs(frame, {trim = false})
args.columns = args.columns or columns
▲ return tostring(p._main(args)) .. tracking
end
|