Template:Cite web: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
No edit summary
Al Piskun (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>{{Citation
<includeonly>{{#if:{{{url|}}}{{{title|}}}|
| title      = {{{title|}}}
{{cite
| url        = {{{url|}}}
| author = {{{author|{{{last|}}} {{{first|}}}}}}
| author     = {{{author|{{{last|}}}}}}
| author-link = {{{author-link|}}}
| first      = {{{first|}}}
| title = {{{title|}}}
| date       = {{{date|}}}
| website = {{{website|{{{publisher|}}}}}}
| publisher  = {{{publisher|}}}
| publisher = {{{publisher|}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
| 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>
== Template:Cite web ==
Cites a website or web page. Calls {{tl|Citation}}.


=== Example ===
This template formats citations for web sources.
<pre>{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About BOINC Central |publisher=UC Berkeley |access-date=2026-05-18}}</pre>
 
== 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>


[[Category:Citation templates]]
</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
}}