Module:Yesno: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
stop making the default "default" value true, as we run into problems if you need to distinguish between false and nil
(return nil values as nil)
(stop making the default "default" value true, as we run into problems if you need to distinguish between false and nil)
Line 9:
elseif val == true or val == 'yes' or val == 'y' or val == 'true' or tonumber(val) == 1 then
return true
elseif default ~= nil then
return default
else
return truedefault
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu