Module:Sports table/WDL: Difference between revisions

Content deleted Content added
add optional goalpoints
optional pld_header
Line 18:
end
-- Custom header options
local played_head_text = Args['pld_header'] or '<abbr title="Played">Pld</abbr>'
local draw_head_text = Args['draw_header']
or (yesno(Args['use_tie'] or 'no') and '<abbr title="Tied">T</abbr>') or '<abbr title="Drawn">D</abbr>'
Line 123 ⟶ 124:
end
if show_played then
tt = p_sub.colhead(tt,28,'<abbr title="Played">Pld</abbr>'played_head_text) -- Matches played col
end
if full_table then