Content deleted Content added
←Created page with 'local p = {} function p.hello( frame ) local args=frame.args local Message = "Minions love bananas!" if args[1] == "1" then Message = "Cahuna" e...' |
No edit summary |
||
Line 3:
function p.hello( frame )
local args=frame.args
output = "Bob"
if args[1] == "1"
Line 11:
Message = args[1]
end
if args[1] == "1"
return '<div>Bob</div>' ▼
then
output = output.."Cahuna"
else
output = output..args[1]
end
end
|