Module:User:Mr. Stradivarius/sandbox

There are no reviewed versions of this page, so it may not have been checked for adherence to standards.

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