-- For unit tests, see [[Module:Bananas/testcases]] local p = {} function p.hello() mw.log ("Module sandbox sub page "); return "Hello, world!" end return p