Jump to content

Module:User:Mr. Stradivarius/sandbox

Unchecked
From Wikipedia

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