Module:Sandbox/Sapph/My time and Module:Sandbox/Sapph/My time/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
←Created page with 'local p = {} function p.hello( frame ) return "Hello, world!" end return p' |
No edit summary |
||
Line 1: | Line 1: | ||
--[[ |
|||
local p = {} |
|||
{{#invoke:Sandbox/Sapph/My time|hello}} |
|||
--]] |
|||
function p.hello( frame ) |
|||
return "Hello, world!" |
|||
end |
|||
return p |