Difference between revisions of "Module:Banana"

From PKC
Jump to navigation Jump to search
(Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p")
 
Line 5: Line 5:
end
end


return p
return mw.getCurrentFrame

Revision as of 08:12, 24 July 2021

Documentation for this module may be created at Module:Banana/doc

local p = {} --p stands for package

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

return mw.getCurrentFrame