Template:Archived: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Formatting)
m (Missing </noinclude>)
Line 1: Line 1:
<includeonly><i>({{#if: {{{url|}}} |[{{{url}}} Archived version]|Archived version}}{{#if: {{{date|}}} |&nbsp;retrieved on {{{date}}}}})</i></includeonly><noinclude>
<i>({{#if: {{{url|}}} |[{{{url}}} Archived version]|Archived version}}{{#if: {{{date|}}} |&nbsp;retrieved on {{{date}}}}})</i><noinclude>
Template for use with archived links.


== Usage ==
== Usage ==
Place the template after a dead or archived link.
Template for use with archived links. Place the template after a dead or archived link.


== Parameters ==
== Parameters ==
Line 17: Line 16:


*<code><nowiki>{{Archived|url=https://www.example.com/|date=Date}}</nowiki></code> shows up as {{Archived|url=https://www.example.com/|date=Date}} and should be placed after a dead external link with an archived version available, along with the date of retrieval of the archived version.
*<code><nowiki>{{Archived|url=https://www.example.com/|date=Date}}</nowiki></code> shows up as {{Archived|url=https://www.example.com/|date=Date}} and should be placed after a dead external link with an archived version available, along with the date of retrieval of the archived version.
</noinclude>

Revision as of 07:36, 30 May 2018

(Archived version)

Usage

Template for use with archived links. Place the template after a dead or archived link.

Parameters

url
Link to archived version of a dead link.
date
The date the archived version was retrieved on.

Examples

  • {{Archived}} shows up as (Archived version) and should be placed after links to an archived version of a web page.
  • {{Archived|url=https://www.example.com/}} shows up as (Archived version) and should be placed after a dead external link with an archived version available.
  • {{Archived|date=Date}} shows up as (Archived version retrieved on Date) and should be placed after links to an archived version of a web page, along with the date of retrieval of the archived version.
  • {{Archived|url=https://www.example.com/|date=Date}} shows up as (Archived version retrieved on Date) and should be placed after a dead external link with an archived version available, along with the date of retrieval of the archived version.