Categoria:!Páginas com erros na predefinição wayback

Origem: Wikipédia, a enciclopédia livre.

Esta é uma categoria de monitoramento para Predefinição:Wayback para páginas que tem erros.

  • Check url. Should be the original URL not an archive.org URL.
The |url= parameter is probably like this:
{{wayback |url=https://web/archive.org/201609001000000/http://example.org}} 
It should be like this:
{{wayback |url=http://example.org |date=201609001000000}} 
  • Check date. Should be 14-digit snapshot ID in form YYYYMMDDhhmmss (error code 1)
The |data= is probably set like this:
{{wayback |url=http://example.org |date=May 1, 2016}} 
It should be in this form:
{{wayback |url=http://example.org |date=20160501000000}} 
Or without the hhmmss usually works
{{wayback |url=http://example.org |date=20160501}} 
(error code 2)
The date doesn't contain enough digits.
(error code 3)
The date is malformed in some way.
(error code 4)
The month or day is out of range.
(error code 5)
The year is out of range.