మాడ్యూల్:Sandbox/Arjunaraoc/Bananas

వికీపీడియా నుండి
Jump to navigation Jump to search
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p