Content deleted Content added
hmm, maybe try teamBracket approach |
No edit summary |
||
Line 67:
--end
]]--
frame2 = mw.clone(frame:getParent() or frame)
output = require('Module:TeamBracket').teamBracket({rounds = args.columns})▼
frame2.args.rounds = args.columns
frame2.args['seed-width'] = 0
frame2.args['team-width'] = 170
frame2.args['team-width'] = args.widescore and 40 or 30
return output
|