Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Archivelink: Difference between revisions

Template page
Joe Beaudoin Jr. (talk | contribs)
initial creation
 
Joe Beaudoin Jr. (talk | contribs)
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>[{{{url}}} {{{title}}}] ([[archive:{{{url}}}|web.archive.org backup link]])</includeonly>
<includeonly>{{#switch:{{{live|yes}}}
<noinclude>
|no|No|N=[[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url|{{{1|}}}}}}|{{{title|{{{2|}}}}}}]]
|yes|Y|Yes|#default=[{{{url|{{{1|}}}}}} {{{title|{{{2|}}}}}}] <small>([[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url|{{{1|}}}}}}|web.archive.org backup link]])</small>
}}</includeonly><noinclude>
= Documentation =
= Documentation =
This template facilitates the inclusion of linking external websites and tying it into the Internet Wayback Machine's backup system within articles.
This template facilitates the inclusion of linking external websites and tying it into the Internet Wayback Machine's backup system within articles.


== Usage ==
== Usage ==
 
Named parameters:
<pre>
<pre>
{{archivelink
{{archivelink
| url =
| url =  
| title =
| title =
| live =
| date =  
}}
}}
</pre>
Positional parameters:
<pre>
{{archivelink|url|title}}
</pre>
</pre>


== Fields ==
== Fields ==


'''Both fields are required.'''
'''The first two parameters are required.'''
 
* '''url''' or '''1''': Full URL of the link to the web page.
* '''title''' or '''2''': The web page's title.
 
'''Optional fields.'''
 
* '''live''': Site is still live ''outside'' of the Wayback Machine. 
** ''Yes'' by default, '''so there is no need to specify when calling out this template.'''
** ''No'' means that the site is offline, and ''only'' available via the Wayback Machine.
* '''date''': Specifies the date, which can typically be found in the URL.
** Example: '''20081011202746''' in the url <nowiki>https://web.archive.org/web/</nowiki>'''20081011202746'''<nowiki>/http://tviv.org/wiki/Battlestar_Galactica_(2003)/Flashlight</nowiki> 


* '''url''': Full URL of the link to the web page.
[[de:{{FULLPAGENAME}}]]
* '''title''': The web page's title.


<templatedata>
{
"params": {
"url": {
"label": "URL",
"description": "Full URL of the link to the web page.",
"type": "url",
"required": true,
"aliases": [
"1"
]
},
"title": {
"label": "Title",
"description": "The web page's title.",
"type": "line",
"required": true,
"aliases": [
"2"
]
},
"live": {
"label": "Live",
"description": "Site is still live outside of the Wayback Machine. 'Yes' by default. 'No' means that the site is offline, and only available via the Wayback Machine.",
"type": "string",
"suggestedvalues": [
"Yes",
"No"
],
"default": "Yes",
"suggested": true
},
"date": {
"label": "Archive Date",
"description": "Specifies the archive date from the Wayback Machine URL, e.g. 20081011202746.",
"type": "line",
"suggested": true
}
},
"paramOrder": [
"url",
"title",
"live",
"date"
],
"description": "Allows archived links to show up in the event an external website dies or is otherwise unavailable.",
"format": "inline"
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 01:03, 10 August 2025

Documentation

edit source

This template facilitates the inclusion of linking external websites and tying it into the Internet Wayback Machine's backup system within articles.

Named parameters:

{{archivelink
| url = 
| title = 
| live = 
| date = 
}}

Positional parameters:

{{archivelink|url|title}}

The first two parameters are required.

  • url or 1: Full URL of the link to the web page.
  • title or 2: The web page's title.

Optional fields.

  • live: Site is still live outside of the Wayback Machine. 
    • Yes by default, so there is no need to specify when calling out this template.
    • No means that the site is offline, and only available via the Wayback Machine.
  • date: Specifies the date, which can typically be found in the URL.
    • Example: 20081011202746 in the url https://web.archive.org/web/20081011202746/http://tviv.org/wiki/Battlestar_Galactica_(2003)/Flashlight 

Allows archived links to show up in the event an external website dies or is otherwise unavailable.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
URLurl 1

Full URL of the link to the web page.

URLrequired
Titletitle 2

The web page's title.

Linerequired
Livelive

Site is still live outside of the Wayback Machine. 'Yes' by default. 'No' means that the site is offline, and only available via the Wayback Machine.

Suggested values
Yes No
Default
Yes
Stringsuggested
Archive Datedate

Specifies the archive date from the Wayback Machine URL, e.g. 20081011202746.

Linesuggested