Content deleted Content added
texting if I fixed it for mobile |
Removing parameter that is no longer needed |
||
Line 80:
pp.preprocess(Args,tb_numplayers,'tb',yesno(Args['crosstable_fractions'] or 'no'))
end
-- Which columns to show
local show_rating = yesno(Args['show_rating'] or 'no')
Line 115 ⟶ 114:
tt = p_sub.colhead(tt,28, '<abbr title="Games Played">Pld</abbr>') -- Games played col
end
tt = p_sub.colhead(tt,
if full_table then
if show_hth and hth_first then
|