Module:User:Mr. Stradivarius/previewbug

This is the current revision of this page, as edited by imported>Mr. Stradivarius at 04:54, 28 March 2013 (bug test for "script error" link not showing on "preview page with this template"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
p = {}

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

return p