Template:Cite web: Difference between revisions
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> | ||