Content deleted Content added
update from sandbox (support for game_for_against_style and point_for_against_style in rows) |
make game_for_against_style hide points as well (for consistency with header) |
||
Line 377:
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
|