Module:Sandbox/54nd60x/test: Difference between revisions

Content deleted Content added
m Testing something out
Testing something out
Line 21:
-- `frame.args[1]` refers to the first unnamed parameter
-- given to the module
return "https://en.wikipedia.org/wiki/" .. name .. "?uselangaction=rudelete" -- `..` concatenates strings. This will return a customized
-- greeting depending on the name given, such as "Hello, Fred!"
end