Module:Param Parse: Difference between revisions
Fix yes_no
No edit summary |
(Fix yes_no) |
||
Line 28:
}
function parse.yes_no(text)
if yes_no[text] ~= nil then
return text
end
|
No edit summary |
(Fix yes_no) |
||
Line 28:
}
function parse.yes_no(text)
if yes_no[text] ~= nil then
return text
end
|