Content deleted Content added
add optional round |
bolding and notes |
||
Line 112:
-- What to rank the teams by
local cp_fw, cp_string, round_fw, round_string = '
if show_round then
local cp_string = hth_string▼
local round_fw = 'font-weight: bold;'
local round_string = hth_string
else
local cp_fw = 'font-weight: bold;'
end
local show_played = not yesno(Args['hide_played'] or 'no')
Line 136 ⟶ 142:
end
if show_round then
table.insert(t,'| style="'..ii_fw..
end
-- Add − for negative point totals
if cp<0 then
table.insert(t,'| style="'..ii_fw..cp_fw..bg_col..'" | −'..num_align(-cp,digits)..
else
table.insert(t,'| style="'..ii_fw..cp_fw..bg_col..'" | '..num_align(cp,digits)..
end
if tp<0 then
|