Modulo:Build bracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
importo modulo da en:Module:Build bracket
 
m rv
Etichetta: Annulla
 
(3 versioni intermedie di uno stesso utente non sono mostrate)
Riga 318:
if isempty(entries[j][i]['header']) then
if entries[j][i]['headerindex']==1 then
if j==c then entries[j][i]['header'] = 'FinalFinale'
elseif j==c-1 then entries[j][i]['header'] = 'SemifinalsSemifinali'
elseif j==c-2 then entries[j][i]['header'] = 'QuarterfinalsQuarti di finale'
else elseif j==c-3 then entries[j][i]['header'] = 'RoundOttavi di finale'..j
elseif j==c-4 then entries[j][i]['header'] = 'Sedicesimi di finale'
elseif j==c-5 then entries[j][i]['header'] = 'Trentaduesimi di finale'
else entries[j][i]['header'] = 'Turno '..j
end
else
entries[j][i]['header'] = 'LowerTurno rounddi ripescaggio '..j
end
end
Riga 1 200 ⟶ 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