Content deleted Content added
add optional goalpoints |
No edit summary |
||
Line 17:
end
-- Custom header options
local played_head_text = Args['pld_header'] or '<abbr title="Played">Pld</abbr>'
local group_head_text = Args['group_header'] or '<abbr title="Group">Grp</abbr>'
local OTwin_head_text = Args['OTwin_header'] or '<abbr title="Won in overtime">OTW</abbr>'
Line 90 ⟶ 91:
tt = p_sub.colhead(tt,team_width,'Team'..VTE_text) -- Team col
if show_played then
tt = p_sub.colhead(tt,32,
end
if full_table then
|