Template:Wayback/doc

From Wikipedia, the free encyclopedia

{{Wayback/doc}} is intended to simplify the linking process to files at the Internet Archive "Wayback Machine".

Additionally, {{Cite web}} provides an archiveurl

Parameters[edit]

{{Wayback|url=}}

{{Wayback|url=|title=|date=}}

url
The URL of the link that is being referenced in the Internet Archives.
title (optional)
The text label for the external link. If this is omitted, a generic 'Archive copy' label will be used.
date (optional, but recommended)
The Internet Archive timestamp (YYYYMMDDhhmmss) for the date of the archived page that is to be displayed. If provided, the Template will format the date and display it : Month-name, day-number, year. If omitted, the history of the referenced page will be listed instead. You must use the full 4 digits for the year, and 2 digits for month, day, hour minute and second. use leading zeros if necessary, and use a 24 hour clock for the time.
df (optional)
When a date is specified, set this to "yes" to output dates day-first (e.g. 1 May 2024 rather than May 1, 2024).

Examples[edit]

Link to page history, using a generic label
{{Wayback |url=http://example.org/ }}
Copia de archivo en Wayback Machine.
Link to page history, using a title rather than the generic label
{{Wayback |url=http://example.org/ |title=Example Title }}
Example Title en Wayback Machine.
Link to page history using a title, and displaying a particular archived date (2005-01-07, at 12:30 pm and 45 seconds.)
{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 }}
Example Title en Wayback Machine (archivado el 7 de January de 2005).
As above, but with DMY date ordering
{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 |df=yes }}
Example Title en Wayback Machine (archivado el 7 de January de 2005).

See also[edit]

External links[edit]