Module:Sandbox/B2project/WLT: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 19:
table.insert(t,'|+'..table_header..'\n')
end
local gp_head_text = Args['played_header'] or '<abbr title="Games played">GP</abbr>'
local group_head_text = Args['group_header'] or '<abbr title="Group">Grp</abbr>'
local tie_head_text = Args['tie_header'] or '<abbr title="Tie">T</abbr>'
if tiebr_text then
local tiebr_head_text = Args['tiebr_header'] or '<abbr title="Regulation and overtime wins">ROW</abbr>'
end
local gp_head_text = Args['played_header'] or '<abbr title="Games played">GP</abbr>'
-- Use points instead of goals for/against
local for_against_style = Args['for_against_style'] or 'goals'
Line 63 ⟶ 65:
tt = p_sub.colhead(tt,32,'<abbr title="Lost">L</abbr>') -- Loss col
tt = p_sub.colhead(tt,32,tie_head_text)
if use_tiebr then
tt=p_sub.colhead(tt,32,tiebr_text)
end
tt = p_sub.colhead(tt,32,'<abbr title="'..fa_word_plur..' for">'..fa_letter..'F</abbr>') -- For col
tt = p_sub.colhead(tt,32,'<abbr title="'..fa_word_plur..' against">'..fa_letter..'A</abbr>') -- Against col