Content deleted Content added
optional override of showing the OT win and OT loss columns |
No edit summary |
||
Line 44:
-- Whether to show the OT win and OT loss columns
local show_OTwin = yesno(Args['showOTwin'] or 'yes')
local show_OTloss =
-- Initialize
Line 134:
-- Whether to show the OT win and OT loss columns
local show_OTwin = yesno(Args['showOTwin'] or 'yes')
local show_OTloss =
-- Some local vars
|