Module:Sandbox/Arjunaraoc/Bananas

From English Wikipedia @ Freddythechick

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.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

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

return p