Difference between revisions of "Module:Bananas"

From VistApedia
Jump to: navigation, search
(Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
 
(No difference)

Latest revision as of 18:09, 28 March 2019

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

local p = {}
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p