Modul:Sports table/Badminton team: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
k uji coba
kTidak ada ringkasan suntingan
Baris 40:
for_against_style = string.lower(for_against_style)
if for_against_style=='m' or for_against_style=='match' or for_against_style=='matches' then
fa_letter = 'MP'
fa_word_sing = 'MainPartai'
fa_word_plur = 'MainPartai'
elseif for_against_style=='none' then
hide_for_against = true
else
fa_letter = 'MP'
fa_word_sing = 'MainPartai'
fa_word_plur = 'MainPartai'
end
Baris 137:
tt = p_sub.colhead(tt,30,'<abbr title="Menang">M</abbr>') -- Win col
if loss_first then
tt = p_sub.colhead(tt,30,'<abbr title="LostKalah">K</abbr>') -- Loss col
else
tt = p_sub.colhead(tt,30,'<abbr title="LostKalah">K</abbr>') -- Loss col
end
if not hide_for_against then
tt = p_sub.colhead(tt,30,'<abbr title="Menang '..fa_word_plur..' for">M'..fa_letter..'</abbr>') -- For col
tt = p_sub.colhead(tt,30,'<abbr title="Kalah '..fa_word_plur..' against">K'..fa_letter..'</abbr>') -- Against col
if do_ratio then
tt = p_sub.colhead(tt,30,'<abbr title="Rasio '..fa_word_sing..' ratio">R'..fa_letter..'</abbr>') -- Ratio col
elseif do_percentage then
tt = p_sub.colhead(tt,30,'<abbr title="Persentase '..fa_word_sing..' percentage">%</abbr>') -- Percentage col
else
tt = p_sub.colhead(tt,30,'<abbr title="Selisih '..fa_word_sing..' difference">S'..fa_letter..'</abbr>') -- Difference col
end
if not hide_game_for_against then
tt = p_sub.colhead(tt,30,'<abbr title="Menang '..gfa_word_plur..' for">M'..gfa_letter..'</abbr>') -- For col
tt = p_sub.colhead(tt,30,'<abbr title="Kalah '..gfa_word_plur..' against">K'..gfa_letter..'</abbr>') -- Against col
if do_ratio then
tt = p_sub.colhead(tt,30,'<abbr title="Rasio '..gfa_word_sing..' ratio">R'..gfa_letter..'</abbr>') -- Ratio col
elseif do_percentage then
tt = p_sub.colhead(tt,30,'<abbr title="Persentase '..gfa_word_sing..' percentage">%</abbr>') -- Percentage col
else
tt = p_sub.colhead(tt,30,'<abbr title="Selisih '..gfa_word_sing..' difference">S'..gfa_letter..'</abbr>') -- Difference col
end
if not hide_point_for_against then
tt = p_sub.colhead(tt,30,'<abbr title="Menang '..pfa_word_plur..' for">M'..pfa_letter..'</abbr>') -- For col
tt = p_sub.colhead(tt,30,'<abbr title="Kalah '..pfa_word_plur..' against">K'..pfa_letter..'</abbr>') -- Against col
if do_ratio then
tt = p_sub.colhead(tt,30,'<abbr title="Rasio '..pfa_word_sing..' ratio">R'..pfa_letter..'</abbr>') -- Ratio col
elseif do_percentage then
tt = p_sub.colhead(tt,30,'<abbr title="Persentase '..pfa_word_sing..' percentage">%</abbr>') -- Percentage col
else
tt = p_sub.colhead(tt,30,'<abbr title="Selisih '..pfa_word_sing..' difference">S'..pfa_letter..'</abbr>') -- Difference col
end
end
Baris 177:
end
if show_points then
tt = p_sub.colhead(tt,30,'<abbr title="PointsPoin">Poin</abbr>') -- Points col
elseif show_perc then
tt = p_sub.colhead(tt,36,'<abbr title="WinPersentase percentagemenang">PCT</abbr>') -- Win percentage col
end
if full_table then