Module:Sports table/Badminton individual: Difference between revisions

Content deleted Content added
Created page with '-- Style for football tables local pp = {} function pp.header(t,Args,p_sub,pos_label,group_col,VTE_text,full_table,results_header_txt) -- Load relevant modules...'
 
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=='mg' or for_against_style=='matchgame' or for_against_style=='matchesgames' then
fa_letter = 'MG'
fa_word_sing = 'MatchGame'
fa_word_plur = 'MatchesGames'
elseif for_against_style=='none' then
hide_for_against = true
else
fa_letter = 'MG'
fa_word_sing = 'MatchGame'
fa_word_plur = 'MatchesGames'
end
Line 69:
-- First convert to lower case if it is a string
for_against_style = string.lower(for_against_style)
if game_for_against_style=='gs' or game_for_against_style=='gameset' or game_for_against_style=='gamessets' then
gfa_letter = 'GS'
gfa_word_sing = 'GameSet'
gfa_word_plur = 'GamesSets'
elseif game_for_against_style=='none' then
hide_game_for_against = true
else
gfa_letter = 'GS'
gfa_word_sing = 'GameSet'
gfa_word_plur = 'GamesSets'
end