Documentation for this module may be created at Module:Random/doc
local p = {} function p.test(frame) return "This is a test!" end return p