Content deleted Content added
No edit summary Tag: Reverted |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 16:
--"str" back to Wikipedia.
end -- end of the function "
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 "https://en.wikipedia.org/w/index.php?title=" .. name .. "
-- greeting depending on the name given, such as "Hello, Fred!"
end
|