Module:Bananas
Revision as of 22:14, 16 April 2013 by Mediawiki>老陳 (Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
Documentation for this module may be created at Module:Bananas/doc
local p = {}
function p.hello( frame )
return "Hello, world!"
end
return p