Template:Cite web: Difference between revisions
No edit summary Tag: Manual revert |
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> | ||