Module:Sports table/Badminton team: Difference between revisions

Content deleted Content added
make game_for_against_style hide points as well (for consistency with header)
try again - nest as done for headers
Line 376:
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gaig..'\n') -- GA
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gcomp..'\n') -- Game comparison
end
if Args['point_for_against_style'] ~= 'none' or Args['game_for_against_style'] ~= 'none' then -- game param hides games and points in header
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..pfor..'\n') -- PF
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..paig..'\n') -- PA
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..pcomp..'\n') -- Point comparison
end
end
end