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

Content deleted Content added
mNo edit summary
No edit summary
Line 21:
-- `frame.args[1]` refers to the first unnamed parameter
-- given to the module
return "<strong><red>Error: Only administrators can block this user " .. name .. ".</red></strong>" -- `..` concatenates strings. This will return a customized
-- greeting depending on the name given, such as "Hello, Fred!"
end