Module:Sports table/Badminton team: Difference between revisions

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,2822,pos_label) -- Position col
-- Add group header
if full_table and group_col then
tt = p_sub.colhead(tt,2822,group_head_text) -- Group col
end
tt = p_sub.colhead(tt,team_width,team_head_text..VTE_text) -- Team col
tt = p_sub.colhead(tt,2822,'<abbr title="Played">Pld</abbr>') -- Matches played col
if full_table then
tt = p_sub.colhead(tt,2822,'<abbr title="Won">W</abbr>') -- Win col
if loss_first then
tt = p_sub.colhead(tt,2822,'<abbr title="Lost">L</abbr>') -- Loss col
else
tt = p_sub.colhead(tt,2822,'<abbr title="Lost">L</abbr>') -- Loss col
end
if not hide_for_against then
Line 177:
end
if show_points then
tt = p_sub.colhead(tt,2822,'<abbr title="Points">Pts</abbr>') -- Points col
elseif show_perc then
tt = p_sub.colhead(tt,36,'<abbr title="Win percentage">PCT</abbr>') -- Win percentage col