imported>Pppery
m Pppery moved page Module:Sandbox/PhotographerTomtest to Module:Sandbox/PhotographerTom without leaving a redirect: Cleanup further
 
(No difference)

Latest revision as of 13:34, 5 May 2018

Template:Lua

Usage edit source

{{#invoke:Sandbox|function_name}}



local p = {}

function p.hello( frame )
    return "Hello, world!"
end

return p