2,175
edits
(Remove other language) |
(Update Wikipedia link) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | {{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
{{tl|{{PAGENAME}}}} is intended to simplify the linking process to files at the | {{tl|{{PAGENAME}}}} is intended to simplify the linking process to files at the {{Wpd|Internet Archive}} "Wayback Machine". | ||
{{see also|Wikipedia:Using the Wayback Machine|Template:Dead link}} | {{see also|Wikipedia:Using the Wayback Machine|Template:Dead link}} | ||
Line 13: | Line 13: | ||
<nowiki>{{Wayback|url=|title=|date=}}</nowiki> | <nowiki>{{Wayback|url=|title=|date=}}</nowiki> | ||
;url | ;url | ||
:The URL of the link that is being referenced in the Internet Archives. | :The URL of the link that is being referenced in the Internet Archives. | ||
;title <span style="font-weight: normal;">(optional)</span> | ;title <span style="font-weight: normal;">(optional)</span> | ||
:The text label for the external link. If this is omitted, a generic 'Archive copy' label will be used. | :The text label for the external link. If this is omitted, a generic 'Archive copy' label will be used. | ||
;date <span style="font-weight: normal;">(optional, but recommend)</span> | ;date <span style="font-weight: normal;">(optional, but recommend)</span> | ||
:The Internet Archive timestamp (<code>YYYYMMDDhhmmss</code>) for the date of the archived page that is to be displayed. 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. | :The Internet Archive timestamp (<code>YYYYMMDDhhmmss</code>) for the date of the archived page that is to be displayed. 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. | ||
== Examples == | == Examples == | ||
;Link to page history, using a generic label | ;Link to page history, using a generic label | ||
:<nowiki>{{Wayback |url=http://example.org/ }}</nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ }}</span> | :<nowiki>{{Wayback |url=http://example.org/ }}</nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ }}</span> | ||
;Link to page history, using a title rather than the generic label | ;Link to page history, using a title rather than the generic label | ||
:<nowiki>{{Wayback |url=http://example.org/ |title=Example Title }} </nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ |title=Example Title }}</span> | :<nowiki>{{Wayback |url=http://example.org/ |title=Example Title }} </nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ |title=Example Title }}</span> | ||
;Link to page history using a title, and displaying a particular archived date (2005-01-07, at 12:30 pm and 45 seconds.) | ;Link to page history using a title, and displaying a particular archived date (2005-01-07, at 12 | ||
:30 pm and 45 seconds.) | |||
:<nowiki>{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 }} </nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 }}</span> | :<nowiki>{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 }} </nowiki><br>→ <span style="background: none repeat scroll 0% 0% white;">{{Wayback |url=http://example.org/ |title=Example Title |date=20050107123045 }}</span> | ||
edits