Content deleted Content added
No edit summary |
No edit summary |
||
Line 39:
-- First convert to lower case if it is a string
for_against_style = string.lower(for_against_style)
if for_against_style=='s' or for_against_style=='
fa_letter = '
fa_word_sing = '
fa_word_plur = '
elseif for_against_style=='none' then
hide_for_against = true
else
fa_letter = '
fa_word_sing = '
fa_word_plur = '
end
Line 122:
end
if not hide_game_for_against then
tt = p_sub.colhead(tt,20,'<abbr title="'..
tt = p_sub.colhead(tt,20,'<abbr title="'..
if do_ratio then
tt = p_sub.colhead(tt,20,'<abbr title="'..
elseif do_percentage then
tt = p_sub.colhead(tt,20,'<abbr title="'..
else
tt = p_sub.colhead(tt,20,'<abbr title="'..
end
Line 176:
local wins = tonumber(Args['win_'..team_code_ii]) or 0
local losses = tonumber(Args['loss_'..team_code_ii]) or 0
local gfor = tonumber(Args['gf_'..team_code_ii]) or tonumber(Args['gf_'..team_code_ii]) or 0
local gaig = tonumber(Args['ga_'..team_code_ii]) or tonumber(Args['ga_'..team_code_ii]) or 0
|