Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Documentation for this module may be created at Module:Example/doc

local exports = {}
function exports.test(ctx)
	return "Hello, world!"
end
return exports