Documentation for this module may be created at Module:TestAdjuster/doc
local p = {} function p.testReplace(frame) return "Module is working!" end return p