Module:Sandbox/B2project/WLT: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 48:
-- Whether to use tiebreak
local use_tiebr_val = Args['use_tiebr'] or 'noyes'
local do_tiebr = falsetrue
if yesno(use_tiebr_val) then do_tiebr = truefalse end
-- Initialize
Line 145:
 
-- Whether to use tiebreak
local use_tiebr_val = Args['use_tiebr'] or 'noyes'
local do_tiebr = falsetrue
if yesno(use_tiebr_val) then do_tiebr = truefalse end
-- Some local vars