local p = {}
function p.hello(frame)
if frame.args[1] == 'abcdefg' then
return 'true'
else
return 'false'
end
end
return p
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|