Template:Sandbox
Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.
Feel free to voice your opinion regarding this template.
A template for marking dead links along with the date they were discovered. This replaces the use of HTML comments that go unnoticed when not editing the source and makes it easy to find dead links on the wiki by checking Special:WhatLinksHere/Template:Dead link.
Dead links can be partially checked by a bot.
Usage
{{Sandbox|yyyy|mm|dd|status=optional}}
1
Year2
Month3
Daystatus
Optional text indicating the link status when it was last checked. It can be either the HTTP status code or a human-readable description such as "redirects to different domain".
Example
[https://example.com/somepage.html a link]{{Sandbox|2011|09|04}}
appears as: a link[dead link 2011-09-04]
[https://example.com/somepage.html a link]{{Sandbox|2011|09|04|status=404}}
appears as: a link[dead link 2011-09-04—HTTP 404]
[https://example.com/somepage.html a link]{{Sandbox|2011|09|04|status=SSL error}}
appears as: a link[dead link 2011-09-04—SSL error]