Jump to content

Module:Sandbox

From Simple English Wikipedia, the free encyclopedia
Revision as of 20:31, 28 March 2016 by 67.241.15.174 (talk)

®️ This is not a main module page, but it serves as a placeholder for testing lua codes.

At the edit box area below: add the title of the module, Example: 'Example', not: 'Module:Sandbox/Example'.

You can check the subpages of this page at Special:PrefixIndex/Module:Sandbox.

See also

Wikipedia:Sandbox


-- Placeholder only! Do not add code.
-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
	return "Happy birthday!"
end

return p