Module:Bananas
Documentation for this module may be created at Module:Bananas/doc
local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p
Documentation for this module may be created at Module:Bananas/doc
local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p