Modulo:Sports table/WL tiebreak: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m uff
test
Riga 5:
Args['showOTwin'] = Args['showOTwin'] or 'no'
Args['show_draw'] = Args['show_draw'] or 'no'
local tiebr_head_text = Args['tiebr_header'] or '<abbr title="Tiebreaker">TBR</abbr>'
return pmod.header(t,Args,p_sub,pos_label,group_col,full_table,results_header_txt)
end
Riga 11 ⟶ 12:
Args['showOTwin'] = Args['showOTwin'] or 'no'
Args['show_draw'] = Args['show_draw'] or 'no'
local tiebr_val = tonumber(Args['tiebr_'..team_code_ii]) or 0
return pmod.row(frame,t,Args,p_sub,notes_exist,hth_id_list,full_table,rand_val,team_list,team_code_ii,ii_start,ii_end,ii_fw,bg_col,N_teams,ii,ii_show)
end