Modulo:Build bracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m fix
m rv
Etichetta: Annulla
 
(2 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1 203:
for j=minc,c do
if seeds then
tbl:tag('td'):css('width',getWidth('seed','25px28px'))
end
tbl:tag('td'):css('width',getWidth('team','150px170px'))
if maxlegs[j]==0 then
tbl:tag('td'):css('width',getWidth('score','25px28px'))
else
for l=1,maxlegs[j] do
tbl:tag('td'):css('width',getWidth('score','25px28px'))
end
end
if aggregate and maxlegs[j]>1 then
tbl:tag('td'):css('width',getWidth('score','25px28px'))
end
if j~=c then