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'
 
(No difference)

Latest revision as of 11:20, 16 September 2019

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