Module:Param Parse: Difference between revisions

yes_no_smw
(yes_no_smw instead of yes_no)
Tags: Mobile edit Mobile web edit Advanced mobile edit
(yes_no_smw)
Line 37:
return nil
end
returnlocal bool = yes_no[text] or nil
if bool ~= nil then
return bool
end
return nil
end