Content deleted Content added
No edit summary |
No edit summary |
||
Line 127:
tt.tab_text = t -- Actual text
-- Actual headers
tt = p_sub.colhead(tt,
-- Add group header
if full_table and group_col then
tt = p_sub.colhead(tt,
end
tt = p_sub.colhead(tt,team_width,team_head_text..VTE_text) -- Team col
tt = p_sub.colhead(tt,
if full_table then
tt = p_sub.colhead(tt,
if loss_first then
tt = p_sub.colhead(tt,
else
tt = p_sub.colhead(tt,
end
if not hide_for_against then
Line 177:
end
if show_points then
tt = p_sub.colhead(tt,
elseif show_perc then
tt = p_sub.colhead(tt,36,'<abbr title="Win percentage">PCT</abbr>') -- Win percentage col
|