Module:Sandbox/Arjunaraoc/Bananas

Revision as of 11:20, 16 September 2019 by imported>Arjunaraoc (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')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
mw.log ("Module sandbox sub page ");
	return "Hello, world!"
end

return p