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