Template:Cite web: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{Citation | <includeonly>{{Citation | ||
| title | | title = {{{title|}}} | ||
| url | | url = {{{url|}}} | ||
| author | | author = {{{author|{{{last|}}}}}} | ||
| first | | first = {{{first|}}} | ||
| date | | date = {{{date|}}} | ||
| publisher | | work = {{{work|{{{website|}}}}}} | ||
| access-date = {{{access-date|{{{accessdate|}}}}}} | | publisher = {{{publisher|}}} | ||
| 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 == | ||
Cites a website or web page. Calls {{tl|Citation}}. | Cites a website or web page. Calls {{tl|Citation}}. | ||
=== Parameters === | |||
{| class="wikitable" | |||
! Parameter !! Description !! Example | |||
|- | |||
| <code>title</code> || Page title (required) || <code>About BOINC Central</code> | |||
|- | |||
| <code>url</code> || Full URL (required) || <code><nowiki>https://boinc.berkeley.edu/central/about.php</nowiki></code> | |||
|- | |||
| <code>author</code> or <code>last</code> || Author surname || <code>Anderson</code> | |||
|- | |||
| <code>first</code> || Author first name || <code>David P.</code> | |||
|- | |||
| <code>date</code> || Publication date || <code>2024-03-01</code> | |||
|- | |||
| <code>work</code> or <code>website</code> || Name of the website || <code>BOINC Central</code> | |||
|- | |||
| <code>publisher</code> || Publisher || <code>UC Berkeley</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> | |||
|} | |||
=== 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> | |||
Dead page with archive: | |||
<pre>{{Cite web |url=https://boinc. | <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}}