Module:Sandbox/sameboat: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local p = {} |
local p = {} |
||
function p.hello(frame) |
function p.hello(frame) |
||
local |
local arg1 = frame.args[1] or "" |
||
local arg2 = frame.args[2] or "" |
local arg2 = frame.args[2] or "" |
||
return 'Hello, my ' .. arg1 .. ' is ' ..arg2 |
return 'Hello, my ' .. arg1 .. ' is ' ..arg2 |