Jump to content

Module:Sandbox/Sapph/My time and Module:Sandbox/Sapph/My time/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
Content deleted Content added
Created page with 'local p = {} function p.hello( frame ) return "Hello, world!" end return p'
 
Daevid (talk | contribs)
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