Template:Cite web/doc: Difference between revisions
(←Blanked the page) |
imported>Heimstern m (Reverted edits by 69.88.95.234 (talk) to last revision (88010288) by Ligulem using VP) |
||
Line 1: | Line 1: | ||
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude><!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->__NOTOC__ |
|||
This template is used to [[WP:CITE|cite sources]] in Wikipedia. It is specifically for web sites which are not news sources. This template replaces deprecated [[template:web reference]]. It provides lower case parameters only. |
|||
A general discussion of the use of templates for adding citation of open-source web content to Wikipedia articles is available at [[citation templates]]. |
|||
== Usage == |
|||
;Common form for cases where little is known about authorship of the page (with current date) |
|||
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |format= |work= }}</nowiki></tt> |
|||
;Using last, first (with current date) |
|||
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> |
|||
;Using author (with current date) |
|||
<tt><nowiki>{{cite web |url= |title= |accessdate=</nowiki>{{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY2}}<nowiki> |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> |
|||
;Using non-linked retrieved date, last, first |
|||
<tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> |
|||
;Using non-linked retrieved date, author |
|||
<tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> |
|||
;All parameters |
|||
<pre>{{cite web |
|||
| url = |
|||
| title = |
|||
| accessdate = |
|||
| accessmonthday = |
|||
| accessyear = |
|||
| author = |
|||
| last = |
|||
| first = |
|||
| authorlink = |
|||
| coauthors = |
|||
| date = |
|||
| year = |
|||
| month = |
|||
| format = |
|||
| work = |
|||
| publisher = |
|||
| pages = |
|||
| language = |
|||
| archiveurl = |
|||
| archivedate = |
|||
| quote = |
|||
}}</pre> |
|||
=== Required parameters === |
|||
* '''url''': URL of online item. |
|||
* '''title''': Title of online item. |
|||
''For producing a [[WP:CONTEXT#Dates|wikilinked date]] of retrieval:'' |
|||
:* '''accessdate''': Full date when item was accessed, in [[ISO 8601]] YYYY-MM-DD format, for example "accessdate = 2006-02-17". ''Must not be wikilinked'' |
|||
''For producing a non-wikilinked date of retrieval:'' |
|||
:* '''accessmonthday''' and '''accessyear''': Month and day when item was accessed, for example "accessmonthday = May 10", <u>and</u> year when item was accessed, for example "accessyear = 2005". |
|||
=== Optional parameters === |
|||
* '''author''': Author |
|||
** '''last''' works with '''first''' to produce <code>last, first</code> |
|||
** '''authorlink''' works either with '''author''' or with '''last''' & '''first''' to link to the appropriate wikipedia article. Does not work with URLs. |
|||
** '''coauthors''': allows additional authors |
|||
* '''date''': Full date of publication, preferably in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. May be wikilinked. |
|||
** OR: '''year''': Year of publication, and '''month''': Name of the month of publication. If you also have the day, use ''date'' instead. Must not be wikilinked. |
|||
* '''format''': Format, e.g. PDF. HTML implied if not specified. |
|||
* '''work''': If this item is part of a larger work, name of that work. |
|||
* '''publisher''': Publisher, if any. |
|||
* '''pages''': Pages, if any, especially if pdf format. This is for listing the pages relevant to the citation, not the total number of pages in the book. |
|||
* '''language''': language of publication (don't specify "English" as this is the default). |
|||
* '''archiveurl''': URL of the archive location of the item (requires '''archivedate''') |
|||
* '''archivedate''': Date when the item was archived (requires '''archiveurl'''), in [[ISO 8601]] YYYY-MM-DD format, e.g. ''2006-02-17''. Must not be wikilinked; it will be linked automatically. |
|||
* '''quote''': Relevant quote from online item. |
|||
== Examples == |
|||
;Some standard use cases |
|||
* <nowiki>{{cite web |
|||
| author=Doe, John |
|||
| title=My Favorite Things Part II |
|||
| publisher=Open Publishing |
|||
| date=[[2005-04-30]] |
|||
| work=Encyclopedia of Things |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | author=Doe, John | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com | accessdate=2005-07-06 }}</span> |
|||
* <nowiki>{{cite web |
|||
| author=Doe, John |
|||
| title=My Favorite Things Part II |
|||
| date=[[2005-04-30]] |
|||
| work=Encyclopedia of Things |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | author=Doe, John | title=My Favorite Things Part II | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com | accessdate=2005-07-06 }}</span> |
|||
* <nowiki>{{cite web |
|||
| author=Doe, John |
|||
| title=My Favorite Things Part II |
|||
| date=[[2005-04-30]] |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | author=Doe, John | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com | accessdate=2005-07-06}}</span> |
|||
* <nowiki>{{cite web |
|||
| author=Doe, John |
|||
| title=My Favorite Things Part II |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | author=Doe, John | title=My Favorite Things Part II | url=http://www.example.com | accessdate=2005-07-06}}</span> |
|||
* <nowiki>{{cite web |
|||
| title=My Favorite Things Part II |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | title=My Favorite Things Part II | url=http://www.example.com | accessdate=2005-07-06}}</span> |
|||
* <nowiki>{{cite web |
|||
| url=http://www.nfl.com/fans/ |
|||
| title=Digest of Rules |
|||
| publisher= National Football League |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br>→ <span style="background:white">{{cite web | url=http://www.nfl.com/fans/ |
|||
| title=Digest of Rules | publisher= National Football League | accessdate=2005-07-06 }}</span> |
|||
;Non-linking date of retrieval (using accessmonthday and accessyear) |
|||
* <nowiki>{{cite web |
|||
| title=My Favorite Things Part II |
|||
| work=Encyclopedia of Things |
|||
| url=http://www.example.com/ |
|||
| accessmonthday=July 6 |
|||
| accessyear=2005 |
|||
}}</nowiki><br/> → <span style="background:white">{{cite web |
|||
| title=My Favorite Things Part II |
|||
| work=Encyclopedia of Things |
|||
| url=http://www.example.com/ |
|||
| accessmonthday=July 6 |
|||
| accessyear=2005 |
|||
}}</span> |
|||
;Using format |
|||
* <nowiki>{{cite web |
|||
| title=List of psychotropic substances under international control |
|||
| publisher = International Narcotics Control Board |
|||
| url=http://www.incb.org/pdf/e/list/green.pdf |
|||
| format = PDF |
|||
| accessdate=2005-07-06 |
|||
}}</nowiki><br/> → <span style="background:white">{{cite web |
|||
| title=List of psychotropic substances under international control |
|||
| publisher = International Narcotics Control Board | url=http://www.incb.org/pdf/e/list/green.pdf |
|||
| format = PDF | accessdate=2005-07-06}}</span> |
|||
;language |
|||
* <nowiki>{{cite web |
|||
| author=Joliet, François |
|||
| title=Honnit soit qui mal y pense |
|||
| date=[[2005-04-30]] |
|||
| url=http://www.example.com/ |
|||
| accessdate=2005-07-06 |
|||
| language=French |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | author=Joliet, François | title=Honnit soit qui mal y pense | date=[[2005-04-30]] | url=http://www.example.com | accessdate=2005-07-06 | language=French}}</span> |
|||
;coauthors |
|||
* <nowiki>{{cite web | first=John | last=Doe | coauthors=Peter Smith, Jim Smythe | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | first=John | last=Doe | coauthors=Peter Smith, Jim Smythe | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 }}</span> |
|||
;No author |
|||
* <nowiki>{{cite web | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 }}</span> |
|||
;No author, no publisher |
|||
* <nowiki>{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2005-07-06 |
|||
}}</nowiki></br>→ <span style="background:white">{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2005-07-06 }}</span> |
|||
* <nowiki>{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 }}</span> |
|||
* <nowiki>{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 }}</nowiki><br/>→ <span style="background:white">{{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 }}</span> |
|||
* <nowiki>{{cite web |
|||
| title=List of psychotropic substances under international control |
|||
| date=[[2005-04-30]] |
|||
| url=http://www.incb.org/pdf/e/list/green.pdf |
|||
| format = PDF |
|||
| accessdate=2005-07-06 |
|||
| language=Greek |
|||
}}</nowiki><br/> → <span style="background:white">{{cite web |
|||
| title=List of psychotropic substances under international control | date=[[2005-04-30]] |
|||
| url=http://www.incb.org/pdf/e/list/green.pdf | format = PDF | accessdate=2005-07-06 |
|||
| language=Greek }}</span> |
|||
; Using archiveurl and archivedate to refer to items that went away but are available from an archive site |
|||
* <nowiki>{{cite web |
|||
| title=List of psychotropic substances under international control |
|||
| date=[[2005-04-30]] |
|||
| url=http://www.incb.org/pdf/e/list/green.pdf |
|||
| format = PDF |
|||
| accessdate=2005-07-06 |
|||
| archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf |
|||
| archivedate=2005-09-11 |
|||
}}</nowiki><br/> → <span style="background:white">{{cite web |
|||
| title=List of psychotropic substances under international control |
|||
| date=[[2005-04-30]] |
|||
| url=http://www.incb.org/pdf/e/list/green.pdf |
|||
| format = PDF |
|||
| accessdate=2005-07-06 |
|||
| archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf |
|||
| archivedate=2005-09-11 }}</span> |
|||
* <nowiki> |
|||
{{cite web |
|||
|url=http://joanjettbadrep.com/cgi-bin/fullStory.cgi?archive=currnews&story=20060405-01shore.htm |
|||
|title=Interview with Maggie Downs |
|||
|date=[[2006-03-31]] |
|||
|publisher=The Desert Sun |
|||
|archiveurl=http://72.14.207.104/search?q=cache:JAxf4v-pQmgJ:joanjettbadrep.com/cgi-bin/fullStory.cgi%3Farchive%3Dcurrnews%26story%3D20060405-01shore.htm |
|||
|archivedate=2006-04-26 |
|||
}} |
|||
}}</nowiki><br/> → <span style="background:white">{{cite web |
|||
|url=http://joanjettbadrep.com/cgi-bin/fullStory.cgi?archive=currnews&story=20060405-01shore.htm |
|||
|title=Interview with Maggie Downs |
|||
|date=[[2006-03-31]] |
|||
|publisher=The Desert Sun |
|||
|archiveurl=http://72.14.207.104/search?q=cache:JAxf4v-pQmgJ:joanjettbadrep.com/cgi-bin/fullStory.cgi%3Farchive%3Dcurrnews%26story%3D20060405-01shore.htm |
|||
|archivedate=2006-04-26}}</span> |
|||
; Using quote |
|||
* <nowiki>{{cite web |
|||
| title = My Favorite Things Part II |
|||
| work = Encyclopedia of Things |
|||
| url = http://www.example.com/ |
|||
| accessdate = 2005-07-06 |
|||
| quote = Lorem ipsum dolor. |
|||
}}</nowiki><br/>→ <span style="background:white">{{cite web |
|||
| title = My Favorite Things Part II |
|||
| work = Encyclopedia of Things |
|||
| url = http://www.example.com/ |
|||
| accessdate = 2005-07-06 |
|||
| quote = Lorem ipsum dolor. |
|||
}}</span> |
|||
;No parameters (error) |
|||
* <nowiki>{{cite web}}</nowiki><br/>→ <span style="background:white">{{cite web}}</span> |
|||
<includeonly> |
|||
<!-- ADD CATEGORIES BELOW THIS LINE --> |
|||
[[Category:Citation templates|{{PAGENAME}}]] |
|||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] |
|||
<!-- ADD INTERWIKIS BELOW THIS LINE --> |
|||
[[bg:Шаблон:Cite web]] |
|||
[[el:Πρότυπο:Cite web]] |
|||
[[fr:Modèle:Lien web]] |
|||
[[ja:Template:Cite web]] |
|||
[[it:Template:Cita web]] |
|||
[[no:Mal:Kilde www]] |
|||
[[pl:Szablon:Cytuj stronę]] |
|||
[[ru:Шаблон:Cite web]] |
|||
[[vi:Tiêu bản:Chú thích web]] |
|||
[[zh:Template:Cite web]] |
|||
</includeonly> |
Revision as of 05:37, 28 November 2006
Template:Template doc page viewed directly This template is used to cite sources in Wikipedia. It is specifically for web sites which are not news sources. This template replaces deprecated template:web reference. It provides lower case parameters only.
A general discussion of the use of templates for adding citation of open-source web content to Wikipedia articles is available at citation templates.
Usage
- Common form for cases where little is known about authorship of the page (with current date)
{{cite web |url= |title= |accessdate=2025-02-25 |format= |work= }}
- Using last, first (with current date)
{{cite web |url= |title= |accessdate=2025-02-25 |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
- Using author (with current date)
{{cite web |url= |title= |accessdate=2025-02-25 |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
- Using non-linked retrieved date, last, first
{{cite web |url= |title= |accessmonthday= |accessyear= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
- Using non-linked retrieved date, author
{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
- All parameters
{{cite web | url = | title = | accessdate = | accessmonthday = | accessyear = | author = | last = | first = | authorlink = | coauthors = | date = | year = | month = | format = | work = | publisher = | pages = | language = | archiveurl = | archivedate = | quote = }}
Required parameters
- url: URL of online item.
- title: Title of online item.
For producing a wikilinked date of retrieval:
- accessdate: Full date when item was accessed, in ISO 8601 YYYY-MM-DD format, for example "accessdate = 2006-02-17". Must not be wikilinked
For producing a non-wikilinked date of retrieval:
- accessmonthday and accessyear: Month and day when item was accessed, for example "accessmonthday = May 10", and year when item was accessed, for example "accessyear = 2005".
Optional parameters
- author: Author
- last works with first to produce
last, first
- authorlink works either with author or with last & first to link to the appropriate wikipedia article. Does not work with URLs.
- coauthors: allows additional authors
- last works with first to produce
- date: Full date of publication, preferably in ISO 8601 YYYY-MM-DD format, e.g. 2006-02-17. May be wikilinked.
- OR: year: Year of publication, and month: Name of the month of publication. If you also have the day, use date instead. Must not be wikilinked.
- format: Format, e.g. PDF. HTML implied if not specified.
- work: If this item is part of a larger work, name of that work.
- publisher: Publisher, if any.
- pages: Pages, if any, especially if pdf format. This is for listing the pages relevant to the citation, not the total number of pages in the book.
- language: language of publication (don't specify "English" as this is the default).
- archiveurl: URL of the archive location of the item (requires archivedate)
- archivedate: Date when the item was archived (requires archiveurl), in ISO 8601 YYYY-MM-DD format, e.g. 2006-02-17. Must not be wikilinked; it will be linked automatically.
- quote: Relevant quote from online item.
Examples
- Some standard use cases
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| publisher=Open Publishing
| date=[[2005-04-30]]
| work=Encyclopedia of Things
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| date=[[2005-04-30]]
| work=Encyclopedia of Things
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| date=[[2005-04-30]]
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| title=My Favorite Things Part II
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| url=http://www.nfl.com/fans/
| title=Digest of Rules
| publisher= National Football League
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- Non-linking date of retrieval (using accessmonthday and accessyear)
- {{cite web
| title=My Favorite Things Part II
| work=Encyclopedia of Things
| url=http://www.example.com/
| accessmonthday=July 6
| accessyear=2005
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- Using format
- {{cite web
| title=List of psychotropic substances under international control
| publisher = International Narcotics Control Board
| url=http://www.incb.org/pdf/e/list/green.pdf
| format = PDF
| accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- language
- {{cite web
| author=Joliet, François
| title=Honnit soit qui mal y pense
| date=[[2005-04-30]]
| url=http://www.example.com/
| accessdate=2005-07-06
| language=French
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- coauthors
- {{cite web | first=John | last=Doe | coauthors=Peter Smith, Jim Smythe | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- No author
- {{cite web | title=My Favorite Things Part II | publisher=Open Publishing | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- No author, no publisher
- {{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 }}
→ Lua error: bad argument #1 to "get" (not a valid title).
- {{cite web
| title=List of psychotropic substances under international control
| date=[[2005-04-30]]
| url=http://www.incb.org/pdf/e/list/green.pdf
| format = PDF
| accessdate=2005-07-06
| language=Greek
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- Using archiveurl and archivedate to refer to items that went away but are available from an archive site
- {{cite web
| title=List of psychotropic substances under international control
| date=[[2005-04-30]]
| url=http://www.incb.org/pdf/e/list/green.pdf
| format = PDF
| accessdate=2005-07-06
| archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf
| archivedate=2005-09-11
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
-
{{cite web
|url=http://joanjettbadrep.com/cgi-bin/fullStory.cgi?archive=currnews&story=20060405-01shore.htm
|title=Interview with Maggie Downs
|date=[[2006-03-31]]
|publisher=The Desert Sun
|archiveurl=http://72.14.207.104/search?q=cache:JAxf4v-pQmgJ:joanjettbadrep.com/cgi-bin/fullStory.cgi%3Farchive%3Dcurrnews%26story%3D20060405-01shore.htm
|archivedate=2006-04-26
}}
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- Using quote
- {{cite web
| title = My Favorite Things Part II
| work = Encyclopedia of Things
| url = http://www.example.com/
| accessdate = 2005-07-06
| quote = Lorem ipsum dolor.
}}
→ Lua error: bad argument #1 to "get" (not a valid title).
- No parameters (error)
- {{cite web}}
→ Lua error: bad argument #1 to "get" (not a valid title).