Modulo:Build bracket: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
importo modulo da en:Module:Build bracket |
m fix |
||
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
|