Template:Cite web: Difference between revisions
Jump to navigation
Jump to search
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>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<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}}