Difference between revisions of "Module:Bananas"

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

Revision as of 22:14, 16 April 2013

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

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