Module:Param Parse: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
(Fix yes_no)
Line 28: Line 28:
}
}
function parse.yes_no(text)
function parse.yes_no(text)
if yes_no[text] then
if yes_no[text] ~= nil then
return text
return text
end
end