Documentation for this module may be created at Module:Example/doc
local exports = {} function exports.test(ctx) return "Hello, world!" end return exports