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'] = '
elseif j==c-1 then entries[j][i]['header'] = '
elseif j==c-2 then entries[j][i]['header'] = '
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'] = '
end
end
Riga 1 200 ⟶ 1 203:
for j=minc,c do
if seeds then
tbl:tag('td'):css('width',getWidth('seed','
end
tbl:tag('td'):css('width',getWidth('team','
if maxlegs[j]==0 then
tbl:tag('td'):css('width',getWidth('score','
else
for l=1,maxlegs[j] do
tbl:tag('td'):css('width',getWidth('score','
end
end
if aggregate and maxlegs[j]>1 then
tbl:tag('td'):css('width',getWidth('score','
end
if j~=c then
|