Module:Sports table/Badminton individual: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 122:
end
if not hide_game_for_against then
tt = p_sub.colhead(tt,20,'<abbr title="'..gfa_word_plursfa_word_plur..' for">'..gfa_lettersfa_letter..'F</abbr>') -- For col
tt = p_sub.colhead(tt,20,'<abbr title="'..gfa_word_plursfa_word_plur..' against">'..gfa_lettersfa_letter..'A</abbr>') -- Against col
if do_ratio then
tt = p_sub.colhead(tt,20,'<abbr title="'..gfa_word_singsfa_word_sing..' ratio">'..gfa_lettersfa_letter..'R</abbr>') -- Ratio col
elseif do_percentage then
tt = p_sub.colhead(tt,20,'<abbr title="'..gfa_word_singsfa_word_sing..' percentage">%</abbr>') -- Percentage col
else
tt = p_sub.colhead(tt,20,'<abbr title="'..gfa_word_singsfa_word_sing..' difference">'..gfa_lettersfa_letter..'D</abbr>') -- Difference col
end