Content deleted Content added
m 54nd60x moved page Module:Sandbox/54nd60x/testcases to Module:Sandbox/54nd60x/test without leaving a redirect: /testcases doesn’t work the way I want it to- has banner on top |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 17:
end -- end of the function "hello"
function p.
local name = frame.args[1] -- To access arguments passed to a module, use `frame.args`
-- `frame.args[1]` refers to the first unnamed parameter
-- given to the module
return "
-- greeting depending on the name given, such as "Hello, Fred!"
end
|