Content deleted Content added
SocietyBox (talk | contribs) m showteam with deductions |
SocietyBox (talk | contribs) m support group header |
||
Line 22:
--Header specific options
local group_head_text = Args['group_header'] or '<abbr title="Group">Grp</abbr>'
local team_head_text = Args['team_header'] or 'Team'
local tie_head_text = Args['tie_header'] or '<abbr title="Tied">T</abbr>'
Line 49 ⟶ 50:
tt = p_sub.colhead(tt,28,pos_label) -- Position col
end
-- Add group header
if full_table and group_col then
tt = p_sub.colhead(tt,28,group_head_text) -- Group col
end
tt = p_sub.colhead(tt, team_width, team_head_text..VTE_text) -- Team col
|