Template:Cite web: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{#if:{{{url|}}}{{{title|}}}| | ||
| | {{cite | ||
| | | author = {{{author|{{{last|}}} {{{first|}}}}}} | ||
| author | | author-link = {{{author-link|}}} | ||
| | | title = {{{title|}}} | ||
| date | | website = {{{website|{{{publisher|}}}}}} | ||
| | | publisher = {{{publisher|}}} | ||
| access-date = {{{access-date|{{{ | | date = {{{date|}}} | ||
| year = {{{year|}}} | |||
| url = {{{url}}} | |||
| access-date = {{{access-date|}}} | |||
| archive-url = {{{archive-url|}}} | |||
| archive-date = {{{archive-date|}}} | |||
| url-status = {{{url-status|}}} | |||
| quote = {{{quote|}}} | |||
| language = {{{language|}}} | |||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
=== Example | This template formats citations for web sources. | ||
<pre>{{Cite web |url=https://boinc.berkeley.edu/ | |||
== Usage == | |||
<pre> | |||
{{Cite web | |||
| url = | |||
| title = | |||
| website = | |||
| publisher = | |||
| author = | |||
| date = | |||
| access-date = | |||
}} | |||
</pre> | |||
== Example == | |||
<pre> | |||
{{Cite web | |||
| url = https://boinc.berkeley.edu/ | |||
| title = BOINC Official Website | |||
| publisher = University of California, Berkeley | |||
| access-date = 2026-05-19 | |||
}} | |||
</pre> | |||
</noinclude> | </noinclude> | ||
Revision as of 20:40, 19 May 2026
This template formats citations for web sources.
Usage
{{Cite web
| url =
| title =
| website =
| publisher =
| author =
| date =
| access-date =
}}
Example
{{Cite web
| url = https://boinc.berkeley.edu/
| title = BOINC Official Website
| publisher = University of California, Berkeley
| access-date = 2026-05-19
}}