Module:Bananas

From VistApedia
Revision as of 18:09, 28 March 2019 by DavidWhitten (talk | contribs) (Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

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