Module:Bananas

From Unagipedia
Jump to navigation Jump to search

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

Script error: Lua error: Internal error: The interpreter exited with status 126.

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