Template:Cite web: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
No edit summary
Al Piskun (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly>{{Citation
<includeonly>{{Citation
| title       = {{{title|}}}
| title       = {{{title|}}}
| url         = {{{url|}}}
| url         = {{{url|}}}
| author     = {{{author|{{{last|}}}}}}
| author       = {{{author|{{{last|}}}}}}
| first       = {{{first|}}}
| first       = {{{first|}}}
| date       = {{{date|}}}
| date         = {{{date|}}}
| work       = {{{work|{{{website|}}}}}}
| work         = {{{work|{{{website|}}}}}}
| publisher   = {{{publisher|}}}
| publisher   = {{{publisher|}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
| archive-url  = {{{archive-url|{{{archiveurl|}}}}}}
| archive-date = {{{archive-date|{{{archivedate|}}}}}}
| url-status  = {{{url-status|{{{urlstatus|live}}}}}}
| language    = {{{language|}}}
| quote        = {{{quote|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
== Template:Cite web ==
== Template:Cite web ==
Line 30: Line 35:
|-
|-
| <code>access-date</code> or <code>accessdate</code> || Date accessed || <code>2026-05-18</code>
| <code>access-date</code> or <code>accessdate</code> || Date accessed || <code>2026-05-18</code>
|-
| <code>archive-url</code> or <code>archiveurl</code> || Wayback Machine URL || <code><nowiki>https://web.archive.org/web/20240101000000/https://example.com/</nowiki></code>
|-
| <code>archive-date</code> or <code>archivedate</code> || Date of archive snapshot || <code>2024-01-01</code>
|-
| <code>url-status</code> || <code>live</code>, <code>dead</code>, <code>unfit</code>, or <code>usurped</code> || <code>dead</code>
|-
| <code>language</code> || Language if not English || <code>fr</code>
|-
| <code>quote</code> || Brief relevant quotation || <code>volunteer computing since 2002</code>
|}
|}
=== Example ===
=== Examples ===
Live page:
<pre>{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About BOINC Central |work=BOINC Central |publisher=UC Berkeley |access-date=2026-05-18}}</pre>
<pre>{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About BOINC Central |work=BOINC Central |publisher=UC Berkeley |access-date=2026-05-18}}</pre>
Dead page with archive:
<pre>{{Cite web |url=https://boinc.nanohub.org/nanoHUB_at_home/ |title=What is nanoHUB@Home? |publisher=nanoHUB@Home |archive-url=https://web.archive.org/web/20240330190511/https://boinc.nanohub.org/nanoHUB_at_home/ |archive-date=2024-03-30 |url-status=dead |access-date=2026-05-21}}</pre>
[[Category:Citation templates]]
[[Category:Citation templates]]
</noinclude>
</noinclude>

Latest revision as of 22:00, 21 May 2026

Template:Cite web

Cites a website or web page. Calls {{Citation}}.

Parameters

Parameter Description Example
title Page title (required) About BOINC Central
url Full URL (required) https://boinc.berkeley.edu/central/about.php
author or last Author surname Anderson
first Author first name David P.
date Publication date 2024-03-01
work or website Name of the website BOINC Central
publisher Publisher UC Berkeley
access-date or accessdate Date accessed 2026-05-18
archive-url or archiveurl Wayback Machine URL https://web.archive.org/web/20240101000000/https://example.com/
archive-date or archivedate Date of archive snapshot 2024-01-01
url-status live, dead, unfit, or usurped dead
language Language if not English fr
quote Brief relevant quotation volunteer computing since 2002

Examples

Live page:

{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About BOINC Central |work=BOINC Central |publisher=UC Berkeley |access-date=2026-05-18}}

Dead page with archive:

{{Cite web |url=https://boinc.nanohub.org/nanoHUB_at_home/ |title=What is nanoHUB@Home? |publisher=nanoHUB@Home |archive-url=https://web.archive.org/web/20240330190511/https://boinc.nanohub.org/nanoHUB_at_home/ |archive-date=2024-03-30 |url-status=dead |access-date=2026-05-21}}