Module:Bananas

From Guild of Archivists
Revision as of 22:14, 16 April 2013 by Alahmnat (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)

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

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