Ouvrir le menu principal

Modifications

Module:TeamBracket

200 octets ajoutés, 16 novembre 2014 à 18:11
aucun résumé de modification
local roundFromLast = rounds - round + 1
if roundFromLast == 1 then
return "FinalsFinale"
elseif roundFromLast == 2 then
return "SemifinalsDemi-finales"
elseif roundFromLast == 3 then
return "QuarterfinalsQuarts de finale" elseif roundFromLast == 4 then return "Huitièmes de finale" elseif roundFromLast == 5 then return "Seizièmes de finale" elseif roundFromLast == 6 then return "Trente-deuxièmes de finale"
else
return "Round of Tour " .. math.pow(2, roundFromLast)
end
end
84

modifications