Difference between revisions of "Template:Cite web"

From CWCki
Jump to navigation Jump to search
m
(added notice when a volatile site has no archive)
Line 13: Line 13:
#if: {{{title|}}}  
#if: {{{title|}}}  
   | [{{{url}}} {{{title|}}}]
   | [{{{url}}} {{{title|}}}]
   | {{{url}}}}}{{
   | {{{url}}}}}</s>{{
 
#ifeq: {{{url-status|}}} | dead | </s> }}{{


<!--============  Archive  ============-->
<!--============  Archive  ============-->
#if: {{{archive|{{{autoarchive|{{{wayback|}}}}}}}}}
#if: {{{archive|{{{autoarchive|{{{wayback|}}}}}}}}}
   |&nbsp;[{{{archive
   |&nbsp;[{{{archive|https://web.archive.org/web/{{{autoarchive|{{{wayback|}}}}}}/{{{url}}}}}} (archived)] <!-- If archived -->
  |https://web.archive.org/web/{{{autoarchive|{{{wayback|}}}}}}/{{{url}}}}}} (archived)]}}. {{
  |{{#ifeq: {{{archive-priority|}}} <!-- If not archived, and this is a volatile site, put a notice. -->
  | high | &nbsp;<span class="basic-tooltip" style="color: red;" title="{{{website|This site}}} is unreliable, and may be in danger of crashing and losing the information here. Editors should add a link to a suitable archived version as soon as possible.">''Warning: volatile site''</span>}}}}. {{  


<!--============  Website name  ============-->
<!--============  Website name  ============-->
Line 43: Line 42:
<pre>{{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|first=John|last=Smith|website=[[Wikipedia]]}}</pre>
<pre>{{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|first=John|last=Smith|website=[[Wikipedia]]}}</pre>


Displays: {{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|first=John|last=Smith|website=[[Wikipedia]]}}
Displays: {{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|first=John|last=Smith|website=[[Wikipedia]]|archive-priority=high}}
}}
}}
</noinclude>
</noinclude>

Revision as of 14:20, 27 October 2021

{{{url}}}.



Usage

These usage notes will not be included in articles bearing this template.

Note: The 'autoarchive' parameter is just the number in the Wayback Machine. If this doesn't work, or if you're using an alternative site, just use the normal 'archive' parameter.

{{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|writer=Wikipedia editors|website=[[Wikipedia]]|autoarchive=20050214084215|url-status=dead}}

Displays: Wikipedia editors. Wikipedia Main Page (archived). Wikipedia.

{{Cite web|url=https://wikipedia.org|website=[[Wikipedia]]|autoarchive=20050214084215}}

Displays: https://wikipedia.org (archived). Wikipedia.

{{Cite web|url=https://wikipedia.org|title=Wikipedia Main Page|first=John|last=Smith|website=[[Wikipedia]]}}

Displays: Smith, John. Wikipedia Main Page Warning: volatile site. Wikipedia.