Module:User:Mr. Stradivarius/sandbox

Documentation for this module may be created at Module:User:Mr. Stradivarius/sandbox/doc

p = {}

function p.test()
    return error("this error text is not visible when using 'Preview page with this template'")
end

return p