Modulo:TeamBracket: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
r
Moroboshi (discussione | contributi)
r
Riga 361:
self:addGap(r, self.current_col, self.current_width, 'rm')
end
local cell=self.rows[row_base]:tag('td')
:attr('rowspan', '2')
:attr('colspan', self.current_width +1)
:cssText(style.path_bottom)
if debug then cell:css('background-color', '#ADD8E6') end
--:wikitext(match_number)
cell = self.rows[row_base+2]:tag('td')
:css('background-color', '#ADD8E6')
self.rows[row_base+2]:tag('td')
:attr('rowspan', '2')
:attr('colspan', self.current_width +1)
:cssText(style.path_top)
if debug then cell:css('background-color', '#ADD8E6') end
--:wikitext(match_number)
:css('background-color', '#ADD8E6')
return row_base
end