|
Tags: Replaced Undo Reverted |
Line 1: |
Line 1: |
| <includeonly>{{#if: {{{url|}}} and {{{title|}}}|<ref>{{#if: {{{author|}}}|{{{author}}}, }}{{#if: {{{author2|}}}|{{{author2}}}, }}{{#if: {{{author3|}}}|{{{author3}}}, }}{{#if: {{{date|}}}|({{{date}}}). }}"{{{title}}}" {{#if: {{{website|}}}|'''{{{website}}}'''. }}{{#if: {{{publisher|}}}|{{{publisher}}}. }}{{#if: {{{url|}}}|URL: [{{{url}}} {{{url}}}] }}{{#if: {{{access-date|}}}|(accessed {{{access-date}}}). }}{{#if: {{{page|}}}|p. {{{page}}}. }}{{#if: {{{quote|}}}|"{{{quote}}}" }}{{#if: {{{language|}}}|[{{{language}}}] }}</ref>|<span style="color:red">Error: Both title and url parameters are required.</span>}}</includeonly><noinclude> | | <includeonly>{{#invoke:citation/CS1|citation |
| == Cite Web Template ==
| | |CitationClass=web |
| This template creates standardized citations for web references.
| | }}</includeonly><noinclude> |
| | | {{documentation}} |
| === Usage ===
| |
| <pre>
| |
| {{cite web | |
| | title = <!-- Required -->
| |
| | url = <!-- Required -->
| |
| | author = <!-- Optional -->
| |
| | author2 = <!-- Optional -->
| |
| | author3 = <!-- Optional -->
| |
| | date = <!-- Optional -->
| |
| | website = <!-- Optional -->
| |
| | publisher = <!-- Optional -->
| |
| | access-date = <!-- Optional -->
| |
| | archive-url = <!-- Optional -->
| |
| | archive-date = <!-- Optional -->
| |
| | quote = <!-- Optional -->
| |
| | language = <!-- Optional -->
| |
| | page = <!-- Optional -->
| |
| | format = <!-- Optional -->
| |
| }} | |
| </pre>
| |
| | |
| === Required Parameters ===
| |
| * '''title''': The title of the webpage being cited
| |
| * '''url''': The URL of the webpage being cited
| |
| | |
| All other parameters are optional.
| |
| </noinclude> | | </noinclude> |