Plankton (talk | contribs)
testing if lua works
Plankton (talk | contribs)
No edit summary
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
local p{}
{{#invoke:Sandbox/Plankton|test}}
function p.hello(frame)
    local name = frame.args[1] or "world"
    return "Hello, " .. name .. "!"
end
return p