Template:Webarchive/doc

From Phuketer
Revision as of 21:37, 12 April 2026 by imported>W.andrea (Configuration: verifydates: format code as code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{Webarchive}} is for linking to web archiving services such as the Wayback Machine and all other web archiving services.

This template is a replacement for {{wayback}}, {{webcite}}, {{memento}}, and {{cite archives}}, as decided in this discussion.

Note: The most common method for linking a web archive are the CS1|2 templates such as {{cite web}} with the ‹See TfM›|archive-url=, ‹See TfM›|archive-date=, and ‹See TfM›|url-status= parameters. Please be aware of WP:CITEVAR before converting this template to a CS1|2 template.

Usage

In most cases the template needs only two parameters, the archive ‹See TfM›|url= and archive ‹See TfM›|date=. It is also common to include a ‹See TfM›|title=. For some URLs, the template can automatically display the date. To prevent the template from adding a wikilink to the name of the web archiving site, use the ‹See TfM›|nolink= parameter with any value.

Usage with ‹See TfM›|url= and ‹See TfM›|date=
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=2 August 2016}}
Archived 2 August 2016 at the Wayback Machine
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |date=12 February 2009}}
Archived 12 February 2009 at WebCite
Usage with ‹See TfM›|url= and ‹See TfM›|title=
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title}}
Page Title at the Wayback Machine (archived 2016-08-02)
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |title=Page Title}}
Page Title at WebCite (archived 2009-02-12)
Usage with ‹See TfM›|url=, ‹See TfM›|date=, and ‹See TfM›|title=
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=August 2, 2016 |title=Page Title}}
Page Title at the Wayback Machine (archived August 2, 2016)
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |date=February 12, 2009 |title=Page Title}}
Page Title at WebCite (archived February 12, 2009)
Usage with ‹See TfM›|url=, ‹See TfM›|date=, and ‹See TfM›|nolink=
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=August 2, 2016 |nolink=y}}
Archived August 2, 2016, at the Wayback Machine
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |date=February 12, 2009 |nolink=1}}
Archived February 12, 2009, at WebCite

Multiple URLs

The template optionally supports multiple URLs (up to 10) for linking to multiple archiving services for the same source link. The first url argument is ‹See TfM›|url= then ‹See TfM›|url2= .. ‹See TfM›|url10=. Each URL can have its own date and title argument, thus ‹See TfM›|date2= .. ‹See TfM›|date10= and ‹See TfM›|title2= .. ‹See TfM›|title10=.

Parameters

Main parameters

url..url10
The URL(s) to the archive service. There should always be a ‹See TfM›|url= which counts as the first url. Each ‹See TfM›|url#= can have its own numbered corresponding ‹See TfM›|date#= and ‹See TfM›|title#=. Matching of URL with date and title is done by numbers, not position. Numbers do not need to be in sequence, for example ‹See TfM›|url2= followed by ‹See TfM›|url5= works.
date..date10
The date the page was archived. The date format displayed is the same as entered. If ‹See TfM›|date= is missing the template will make a best effort to find the date by decoding the archive URL (wayback and webcite for example provide this data in the URL), and will display the date in iso format by default. However including a date is recommended for date formatting reasons, and because other tools may not have the ability to decode the date from the URL.
title..title10
The text displayed for the link. If no ‹See TfM›|title= is provided then ‹See TfM›|date= is displayed. Otherwise ‹See TfM›|title= takes precedence if both are set.

Secondary parameters

nolink
If set to any value, the archive service name will not be wikilinked.
format
This is a special option to support the merger of {{cite archives}}. It may be deprecated in the future. Because CS1|2 templates do not currently support more than one archive link, this template will tack on additional archive links to the end of a CS1|2 template output. It takes two values: ‹See TfM›|format=addlarchives or ‹See TfM›|format=addlpages. Addlarchives will display output appropriate for linking to multiple web archiving services. Addlpages will display output appropriate for linking to multiple pages at the same archive.

Examples

The number of possible examples is extensive depending on the mix of options. Some common cases follow. For more extensive testing see the testcases page.

Single link at the Wayback Machine with date and title (recommended method)
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=August 2, 2016 |title=Page Title}}
Page Title at the Wayback Machine (archived August 2, 2016)
Single link at the Wayback Machine with date only
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=August 1, 2016}}
Archived August 2, 2016, at the Wayback Machine
Single link at the Wayback Machine with title; date extracted from URL
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title}}
Page Title at the Wayback Machine (archived 2016-08-02)
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title |date=mdy}}
Page Title at the Wayback Machine (archived August 2, 2016)
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title |date=dmy}}
Page Title at the Wayback Machine (archived 2 August 2016)
Single link at WebCite with title; date extracted from URL
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com |title=Page Title}}
Page Title at WebCite (archived 2009-02-12)
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com |title=Page Title |date=mdy}}
Page Title at WebCite (archived February 12, 2009)
{{webarchive |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com |title=Page Title |date=dmy}}
Page Title at WebCite (archived 12 February 2009)
Multi-link at the Wayback Machine with dates and titles (recommended method)
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title |date=August 2, 2016 |url2=https://web.archive.org/web/20160902000046/http://example.com/ |title2=Page2 Title |date2=September 2, 2016}}
Page Title at the Wayback Machine (archived August 2, 2016). Additional archives: Page2 Title.
Multi-link at the Wayback Machine with dates only
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |date=August 2, 2016 |url2=https://web.archive.org/web/20160902000046/http://example.com/ |date2=September 2, 2016}}
Archived August 2, 2016, at the Wayback Machine. Additional archives: September 2, 2016.
Multi-link at the Wayback Machine with titles only
{{webarchive |url=https://web.archive.org/web/20160802001301/http://example.com/ |title=Page Title |url2=https://web.archive.org/web/20160902000046/http://example.com/ |title2=Page2 Title}}
Page Title at the Wayback Machine (archived 2016-08-02). Additional archives: Page2 Title.
Additional archives format
{{webarchive |format=addlarchives |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |date=12 February 2009}}
Additional archives: 12 February 2009.
Additional pages format
{{webarchive |format=addlpages |url=https://www.webcitation.org/5eWaHRbn4?url=http://www.example.com/ |url2=https://web.archive.org/web/20160902000046/http://example.com/ |date=12 February 2009}}
Additional pages archived on 12 February 2009: Page 1, Page 2.

Tracking categories

The template has a number of hidden tracking categories which may be added (via Module:Webarchive):

Tracking archive sites

Tracking warnings and errors

Template maintenance

The following can be done to maintain the template.

Monitor tracking categories

  • The tracking categories for "warnings" and "errors" can be monitored to alert for any problems in the data.
  • The tracking category for "unknown archives" may indicate a problem in the data; for example an editor used the source URL instead of the archive URL in the ‹See TfM›|url= field.

Monitor template argument usage

This tool shows which instances of the template are using which arguments—it might show, for example, that ‹See TfM›|access-date= is being used by five instances in five articles. Since this is an error (the template does not support ‹See TfM›|access-date=) those five template instances should be fixed to remove the ‹See TfM›|access-date=.

Configuration: verifydates

The template can verify that dates in URLs for Wayback and WebCite match the date in the ‹See TfM›|date= argument (same for Archive.is, but usage of that site is deprecated). If the dates do not match, it will display the date from the URL, add a red warning message "date mismatch", and add the article to the warning tracking category.

Because the verification function adds some overhead to the template, it can optionally be globally disabled by setting the variable verifydates = no (see the Module source in function p.webarchive()). (After setting to "yes", it can take a week or more for the tracking category to be fully populated. Set to "yes" if you are searching for problems in the data that need fixing (they'll show up in the tracking category).)

Configuration: maxurls

The max number of URLs is 10 but this can be changed by setting the "maxurls" variable in the p.webarchive() function. This is a global variable that will affect all instances of the template, use with caution. Reducing the number will increase the template speed and reduce resource use.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Webarchive in articles based on its TemplateData.

TemplateData for Webarchive

A template for linking to offsite archives such as Wayback, WebCite, etc..

Template parameters

ParameterDescriptionTypeStatus
Archive URLurl

URL to the archive.

Example
https://web.archive.org/web/20160802001301/http://example.com/
Stringrequired
Archive datedate

Date of the archive.

Example
August 2, 2016
Stringsuggested
Archive titletitle

Title (or text) displayed on the Wiki page for the link.

Default
Date argument, or the word 'Archive'
Example
Example website
Stringsuggested
Wikilinknolink

Wikilink to the archive's page in the rendering. Any value including blank means no wikilink.

Stringoptional
Format of template renderingformat

For multi-URL instances, render display in one of two formats.

Stringoptional

See also