Template:Cite web: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
No edit summary
Tag: Manual revert
Al Piskun (talk | contribs)
No edit summary
Line 5: Line 5:
| first      = {{{first|}}}
| first      = {{{first|}}}
| date        = {{{date|}}}
| date        = {{{date|}}}
| work        = {{{work|{{{website|}}}}}}
| publisher  = {{{publisher|}}}
| publisher  = {{{publisher|}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
Line 10: Line 11:
== 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>
|}
=== Example ===
=== Example ===
<pre>{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About 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>
 
[[Category:Citation templates]]
[[Category:Citation templates]]
</noinclude>
</noinclude>

Revision as of 17:33, 20 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

Example

{{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}}