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 |
function p(frame) |
||
local arg2 = frame.args[2] or "" |
local arg2 = frame.args[2] or "" |
||
return 'Hello, my ' .. frame.args[1] .. ' is ' ..arg2 |
return 'Hello, my ' .. frame.args[1] .. ' is ' ..arg2 |