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

Editing Template:Archivelink

Template page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
<includeonly>{{#switch:{{{live|yes}}}
<includeonly>{{#switch:{{{live}}}|
|no|No|N=[[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url|{{{1|}}}}}}|{{{title|{{{2|}}}}}}]]
|no
|yes|Y|Yes|#default=[{{{url|{{{1|}}}}}} {{{title|{{{2|}}}}}}] <small>([[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url|{{{1|}}}}}}|web.archive.org backup link]])</small>
|No
}}</includeonly><noinclude>
|N=[[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url}}}|{{{title}}}]]
|yes
|Y
|Yes
|#default=[{{{url}}} {{{title}}}] <small>([[archive:{{#if:{{{date|}}}|{{{date}}}/}}{{{url}}}|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 =  
| live =
| date =  
| date =
}}
}}
</pre>
Positional parameters:
<pre>
{{archivelink|url|title}}
</pre>
</pre>


== Fields ==
== Fields ==


'''The first two parameters are required.'''
'''Both fields are required.'''


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


'''Optional fields.'''
'''Optional fields.'''


* '''live''': Site is still live ''outside'' of the Wayback Machine. 
* '''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.'''
** ''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.
** ''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.
* '''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> 
** Example: '''20081011202746''' in the url <nowiki>https://web.archive.org/web/</nowiki>'''20081011202746'''<nowiki>/http://tviv.org/wiki/Battlestar_Galactica_(2003)/Flashlight</nowiki>  


[[de:{{FULLPAGENAME}}]]
[[de:{{FULLPAGENAME}}]]
Line 42: Line 41:
{
{
"params": {
"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": {
"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",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
"Yes",
"Yes",
"No"
"No"
],
]
"default": "Yes",
"suggested": true
},
},
"date": {
"date": {
"label": "Archive Date",
"type": "line"
"description": "Specifies the archive date from the Wayback Machine URL, e.g. 20081011202746.",
},
"type": "line",
"url": {
"suggested": true
"type": "url"
},
"title": {
"type": "line"
}
}
},
},
"paramOrder": [
"description": "Allows archived links to show up in the event an external website dies or is otherwise unavailable."
"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>
</templatedata></noinclude>
</noinclude>

To edit this page, please enter the words that appear below in the box (more info):

Refresh
Cancel Editing help (opens in new window)

  [] · [[]] · [[|]] · {{}} · · “” ‘’ «» ‹› „“ ‚‘ · ~ | ° &nbsp; · ± × ÷ ² ³ ½ · §
     [[Category:]] · [[:File:]] · [[Special:MyLanguage/]] · <code></code> · <nowiki></nowiki> <code><nowiki></nowiki></code> · <syntaxhighlight></syntaxhighlight> · <includeonly></includeonly> · <noinclude></noinclude> · #REDIRECT[[]] · <translate></translate> · <languages/> · {{#translation:}} · <tvar|></> · {{DEFAULTSORT:}} · <categorytree></categorytree> · <div style="clear:both;"></div> <s></s>


Your changes will be visible immediately.
  • For testing, please use the sandbox instead.
  • On talk pages, please sign your comment by typing four tildes (~~~~).