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

Content deleted Content added
Add curly brackets and template: prefix
Tag: Reverted
m Use square brackets instead
Line 21:
-- `frame.args[1]` refers to the first unnamed parameter
-- given to the module
return "{{Template:[[" .. name .. "}}]]" -- `..` concatenates strings. This will return a customized
-- greeting depending on the name given, such as "Hello, Fred!"
end