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

Content deleted Content added
m Use square brackets instead
m Testing something out
Line 21:
-- `frame.args[1]` refers to the first unnamed parameter
-- given to the module
return "[[https://en.wikipedia.org/w/index.php?title=" .. name .. "]]&action=edit&editintro=Template:Editnotices/Namespace/Module_talk" -- `..` concatenates strings. This will return a customized
-- greeting depending on the name given, such as "Hello, Fred!"
end