Modulo:TeamBracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
test fix seed number finale terzo posto
Moroboshi (discussione | contributi)
fix
Riga 315:
self:addGap(row+1, self.current_col, self.current_width, 'rt')
-- seed cell
if show_seed and (not self.hideSeeds) then
local seedArg = self:getTeamArg(self.current_round, 'seed', team_number)
if show_seed and (not self.hideSeeds) then
local seedCell = self.rows[row]:tag('td'):attr('rowspan', '2'):cssText(style.seed_cell):wikitext(seedArg):newline()
if self.not_draw_top then seedCell:css('border-top-width', '0' ) end
Riga 411:
local seedArg1 = self:getTeamArg(self.current_round, 'seed', team_number1)
local seedArg2 = self:getTeamArg(self.current_round, 'seed', team_number2)
local showSeed = not self.hideSeeds and (self.showSeeds
or (seedArg1 and seedArg1 ~= '-')
or (seedArg2 and seedArg2 ~= '-'))
local winner, score_results = 0, {}
if self.bold_winner then
Riga 437:
local seedArg1 = self:getTeamArg(self.rounds, 'seed', 3)
local seedArg2 = self:getTeamArg(self.rounds, 'seed', 4)
local showSeed = not self.hideSeeds and (self.showSeeds
or (seedArg1 and seedArg1 ~= '-')
or (seedArg2 and seedArg2 ~= '-'))
local winner, score_results = 0, {}
if self.bold_winner then