Module:Sandbox/Arjunaraoc/Bananas
< Module:Sandbox | Arjunaraoc
This is the current revision of this page, as edited by imported>Arjunaraoc at 12:20, 16 September 2019 (←Created page with '-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() mw.log ("Module sandbox sub page "); return "Hello, world!" end return p'). The present address (URL) is a permanent link to this version.
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}
function p.hello()
mw.log ("Module sandbox sub page ");
return "Hello, world!"
end
return p