Template:Cite web: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
Created page with "<includeonly><span class="citation web">"{{{title}}}"{{#if:{{{author|}}}| by {{{author}}}}}. {{#if:{{{publisher|}}}|{{{publisher}}}.}}{{#if:{{{date|}}}| ({{{date}}}).}}{{#if:{{{url|}}}| Retrieved from [{{{url}}} External Link].}}{{#if:{{{accessdate|}}}| Archived access date: {{{accessdate}}}.}}</span></includeonly>"
 
Al Piskun (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly><span class="citation web">"{{{title}}}"{{#if:{{{author|}}}|&#32;by {{{author}}}}}.&#32;{{#if:{{{publisher|}}}|{{{publisher}}}.}}{{#if:{{{date|}}}|&#32;({{{date}}}).}}{{#if:{{{url|}}}|&#32;Retrieved from [{{{url}}} External Link].}}{{#if:{{{accessdate|}}}|&#32;Archived access date: {{{accessdate}}}.}}</span></includeonly>
<includeonly>{{Citation
| title      = {{{title|}}}
| url        = {{{url|}}}
| author      = {{{author|{{{last|}}}}}}
| first      = {{{first|}}}
| date        = {{{date|}}}
| publisher  = {{{publisher|}}}
| access-date = {{{access-date|{{{accessdate|}}}}}}
}}</includeonly><noinclude>
== Template:Cite web ==
Cites a website or web page. Calls {{tl|Citation}}.
 
=== 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>
 
[[Category:Citation templates]]
</noinclude>

Revision as of 19:25, 18 May 2026

Template:Cite web

Cites a website or web page. Calls {{Citation}}.

Example

{{Cite web |url=https://boinc.berkeley.edu/central/about.php |title=About BOINC Central |publisher=UC Berkeley |access-date=2026-05-18}}