Content deleted Content added
No edit summary |
add optional |hide_for_against_columns=y per request |
||
Line 143:
end
if not hide_for_against then
if not yesno(Args['hide_for_against_columns'] or 'no') then
tt = p_sub.colhead(tt,28,'<abbr title="'..fa_word_plur..' for">'..fa_letter..'F</abbr>') -- For col tt = p_sub.colhead(tt,28,'<abbr title="'..fa_word_plur..' against">'..fa_letter..'A</abbr>') -- Against col
end
if do_ratio or do_average then
local ratio_word = do_ratio and ' ratio' or ' average'
Line 401 ⟶ 403:
end
if not hide_for_against then
if not yesno(Args['hide_for_against_columns'] or 'no') then
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gfor..'\n') -- GF▼
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..
end
if gcomp then
table.insert(t,'| style="'..ii_fw..bg_col..'" |'..gcomp..'\n') -- Goal comparison
|