Vorlage:Cite web/Doku: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
te>Sebastian Wallroth |
te>Wiegels K (noinclude-Element, Formatierung) |
||
Zeile 4: | Zeile 4: | ||
== Verwendung == | == Verwendung == | ||
− | + | '''Verwendung von last (Nachname), first (Vorname)''' | |
<tt><nowiki>{{cite web |url= |title= |accessdate= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | <tt><nowiki>{{cite web |url= |title= |accessdate= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | ||
− | + | '''Verwendung von author (Autor)''' | |
<tt><nowiki>{{cite web |url= |title= |accessdate= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | <tt><nowiki>{{cite web |url= |title= |accessdate= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | ||
− | + | '''Verwendung von nicht verlinktem Funddatum, last (Nachname), first (Vorname)''' | |
<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> | <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> | ||
− | + | '''Verwendung von nicht verlinktem Funddatum, author (Autor)''' | |
<tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | <tt><nowiki>{{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}</nowiki></tt> | ||
− | + | '''Alle Parameter''' | |
<pre>{{cite web | <pre>{{cite web | ||
− | | url = | + | | url = |
− | | title = | + | | title = |
− | | accessdate = | + | | accessdate = |
− | | accessmonthday = | + | | accessmonthday = |
− | | accessyear = | + | | accessyear = |
− | | author = | + | | author = |
− | | last = | + | | last = |
− | | first = | + | | first = |
− | | authorlink = | + | | authorlink = |
− | | coauthors = | + | | coauthors = |
− | | date = | + | | date = |
− | | year = | + | | year = |
− | | month = | + | | month = |
− | | format = | + | | format = |
− | | work = | + | | work = |
− | | publisher = | + | | publisher = |
− | | pages = | + | | pages = |
− | | language = | + | | language = |
− | | archiveurl = | + | | archiveurl = |
− | | archivedate = | + | | archivedate = |
− | | quote = | + | | quote = |
}}</pre> | }}</pre> | ||
Zeile 55: | Zeile 55: | ||
** '''coauthors''': weitere Autoren | ** '''coauthors''': weitere Autoren | ||
* '''date''': Volles Datum der Veröffentlichung, bevorzugt im [[ISO 8601]] YYYY-MM-DD Gormat, z.B. ''2006-02-17''. Wird wikiverlinkt. | * '''date''': Volles Datum der Veröffentlichung, bevorzugt im [[ISO 8601]] YYYY-MM-DD Gormat, z.B. ''2006-02-17''. Wird wikiverlinkt. | ||
− | ** ODER: | + | ** ODER: '''year''': Jahr der Veröffentlichung und '''month''': Monat der Veröffentlichung. Wenn Dir auch der Tag bekannt ist, verwende besser ''date''. Darf nicht wikiverlinkt sein. |
− | * '''format''': Format, z.B. PDF. | + | * '''format''': Format, z.B. PDF. Es wird HTML angenommen, wenn hier nichts angegeben wird. |
* '''work''': Wenn die Webseite Teil eines größeren Werkes ist: Name des Werkes. | * '''work''': Wenn die Webseite Teil eines größeren Werkes ist: Name des Werkes. | ||
* '''publisher''': Publizist, wenn es einen gibt. | * '''publisher''': Publizist, wenn es einen gibt. | ||
* '''pages''': Seitennummer, wenn es eine gibt, insbesondere für PDF. Hier sollen die für das Zitat relevanten Seiten angegeben werden, nicht die Gesamtseitenzahl des Werkes. | * '''pages''': Seitennummer, wenn es eine gibt, insbesondere für PDF. Hier sollen die für das Zitat relevanten Seiten angegeben werden, nicht die Gesamtseitenzahl des Werkes. | ||
* '''language''': Sprache der Publikation. | * '''language''': Sprache der Publikation. | ||
− | * '''archiveurl''': URL | + | * '''archiveurl''': URL der archivierten Version der Webseite (benötigt '''archivedate'''). |
* '''archivedate''': Datum, an dem die Webseite archiviert wurde. (benötigt '''archiveurl''') im [[ISO 8601]] YYYY-MM-DD format, z.B. ''2006-02-17''. Darf nicht wikiverlinkt sein; wird automatisch verlinkt. | * '''archivedate''': Datum, an dem die Webseite archiviert wurde. (benötigt '''archiveurl''') im [[ISO 8601]] YYYY-MM-DD format, z.B. ''2006-02-17''. Darf nicht wikiverlinkt sein; wird automatisch verlinkt. | ||
* '''quote''': Relevantes Zitat aus der Webseite. | * '''quote''': Relevantes Zitat aus der Webseite. | ||
== Beispiel == | == Beispiel == | ||
− | + | '''Einige Standardfälle''' | |
* <nowiki>{{cite web | * <nowiki>{{cite web | ||
| author=Doe, John | | author=Doe, John | ||
Zeile 75: | Zeile 75: | ||
| url=http://www.example.com/ | | url=http://www.example.com/ | ||
| accessdate=2005-07-06 | | 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><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 | * <nowiki>{{cite web | ||
Zeile 84: | Zeile 84: | ||
| url=http://www.example.com/ | | url=http://www.example.com/ | ||
| accessdate=2005-07-06 | | 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><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 | * <nowiki>{{cite web | ||
Zeile 92: | Zeile 92: | ||
| url=http://www.example.com/ | | url=http://www.example.com/ | ||
| accessdate=2005-07-06 | | 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><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 | * <nowiki>{{cite web | ||
Zeile 99: | Zeile 99: | ||
| url=http://www.example.com/ | | url=http://www.example.com/ | ||
| accessdate=2005-07-06 | | 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><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 | * <nowiki>{{cite web | ||
Zeile 105: | Zeile 105: | ||
| url=http://www.example.com/ | | url=http://www.example.com/ | ||
| accessdate=2005-07-06 | | 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><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 | * <nowiki>{{cite web | ||
Zeile 112: | Zeile 112: | ||
| publisher= National Football League | | publisher= National Football League | ||
| accessdate=2005-07-06 | | accessdate=2005-07-06 | ||
− | }}</nowiki><br>→ <span style="background:white">{{cite web | url=http://www.nfl.com/fans/ | + | }}</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> | | title=Digest of Rules | publisher= National Football League | accessdate=2005-07-06 }}</span> | ||
− | + | '''Nicht verlinktes Funddatum (unter Verwendung von accessmonthday und accessyear)''' | |
* <nowiki>{{cite web | * <nowiki>{{cite web | ||
| title=My Favorite Things Part II | | title=My Favorite Things Part II | ||
Zeile 122: | Zeile 122: | ||
| accessmonthday=July 6 | | accessmonthday=July 6 | ||
| accessyear=2005 | | accessyear=2005 | ||
− | }}</nowiki><br/> → <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
| title=My Favorite Things Part II | | title=My Favorite Things Part II | ||
| work=Encyclopedia of Things | | work=Encyclopedia of Things | ||
Zeile 130: | Zeile 130: | ||
}}</span> | }}</span> | ||
− | + | '''Unter Verwendung von format''' | |
− | * <nowiki>{{cite web | + | * <nowiki>{{cite web |
| title=List of psychotropic substances under international control | | title=List of psychotropic substances under international control | ||
| publisher = International Narcotics Control Board | | publisher = International Narcotics Control Board | ||
Zeile 137: | Zeile 137: | ||
| format = PDF | | format = PDF | ||
| accessdate=2005-07-06 | | accessdate=2005-07-06 | ||
− | }}</nowiki><br/> → <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
| title=List of psychotropic substances under international control | | title=List of psychotropic substances under international control | ||
| publisher = International Narcotics Control Board | url=http://www.incb.org/pdf/e/list/green.pdf | | publisher = International Narcotics Control Board | url=http://www.incb.org/pdf/e/list/green.pdf | ||
| format = PDF | accessdate=2005-07-06}}</span> | | format = PDF | accessdate=2005-07-06}}</span> | ||
− | + | '''Unter Verwendung von language''' | |
* <nowiki>{{cite web | * <nowiki>{{cite web | ||
| author=Joliet, François | | author=Joliet, François | ||
Zeile 150: | Zeile 150: | ||
| accessdate=2005-07-06 | | accessdate=2005-07-06 | ||
| language=French | | 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> | + | }}</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> |
− | + | '''Unter Verwendung von 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>{{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> | + | }}</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> |
− | + | '''Ohne Autoren''' | |
− | * <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>{{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> | + | }}</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> |
− | + | '''Ohne Autoren, ohne Publizisten''' | |
* <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>{{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></ | + | }}</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>{{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><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=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 | + | * <nowiki>{{cite web |
| title=List of psychotropic substances under international control | | title=List of psychotropic substances under international control | ||
| date=[[2005-04-30]] | | date=[[2005-04-30]] | ||
Zeile 175: | Zeile 175: | ||
| format = PDF | | format = PDF | ||
| accessdate=2005-07-06 | | accessdate=2005-07-06 | ||
− | | language=Greek | + | | language=Greek |
− | }}</nowiki><br/> → <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
| title=List of psychotropic substances under international control | date=[[2005-04-30]] | | 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 | | url=http://www.incb.org/pdf/e/list/green.pdf | format = PDF | accessdate=2005-07-06 | ||
| language=Greek }}</span> | | language=Greek }}</span> | ||
− | + | '''Unter Verwendung von archiveurl und archivedate, um Webseiten zu referenzieren, die es nicht mehr gibt, die aber auf einer Archivseite zu finden sind.''' | |
* <nowiki>{{cite web | * <nowiki>{{cite web | ||
| title=List of psychotropic substances under international control | | title=List of psychotropic substances under international control | ||
Zeile 190: | Zeile 190: | ||
| archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf | | archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf | ||
| archivedate=2005-09-11 | | archivedate=2005-09-11 | ||
− | }}</nowiki><br/> → <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
| title=List of psychotropic substances under international control | | title=List of psychotropic substances under international control | ||
| date=[[2005-04-30]] | | date=[[2005-04-30]] | ||
Zeile 208: | Zeile 208: | ||
|archivedate=2006-04-26 | |archivedate=2006-04-26 | ||
}} | }} | ||
− | }}</nowiki><br/> → <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
|url=http://joanjettbadrep.com/cgi-bin/fullStory.cgi?archive=currnews&story=20060405-01shore.htm | |url=http://joanjettbadrep.com/cgi-bin/fullStory.cgi?archive=currnews&story=20060405-01shore.htm | ||
|title=Interview with Maggie Downs | |title=Interview with Maggie Downs | ||
Zeile 216: | Zeile 216: | ||
|archivedate=2006-04-26}}</span> | |archivedate=2006-04-26}}</span> | ||
− | + | '''Unter Verwendung von quote''' | |
* <nowiki>{{cite web | * <nowiki>{{cite web | ||
| title = My Favorite Things Part II | | title = My Favorite Things Part II | ||
Zeile 223: | Zeile 223: | ||
| accessdate = 2005-07-06 | | accessdate = 2005-07-06 | ||
| quote = Lorem ipsum dolor. | | quote = Lorem ipsum dolor. | ||
− | }}</nowiki><br/>→ <span style="background:white">{{cite web | + | }}</nowiki><br />→ <span style="background:white;">{{cite web |
| title = My Favorite Things Part II | | title = My Favorite Things Part II | ||
| work = Encyclopedia of Things | | work = Encyclopedia of Things | ||
Zeile 231: | Zeile 231: | ||
}}</span> | }}</span> | ||
− | + | '''Keine Parameter (Fehler)''' | |
− | * <nowiki>{{cite web}}</nowiki><br/>→ <span style="background:white">{{cite web}}</span> | + | * <nowiki>{{cite web}}</nowiki><br />→ <span style="background:white;">{{cite web}}</span> |
+ | <noinclude> | ||
− | + | [[Kategorie:Citation templates|{{PAGENAME}}]] | |
− | + | [[Kategorie:Templates using ParserFunctions|{{PAGENAME}}]] | |
− | [[ | ||
− | [[ | ||
− | |||
[[bg:Шаблон:Cite web]] | [[bg:Шаблон:Cite web]] | ||
[[el:Πρότυπο:Cite web]] | [[el:Πρότυπο:Cite web]] | ||
Zeile 250: | Zeile 248: | ||
[[vi:Tiêu bản:Chú thích web]] | [[vi:Tiêu bản:Chú thích web]] | ||
[[zh:Template:Cite web]] | [[zh:Template:Cite web]] | ||
− | </ | + | </noinclude> |
Version vom 14. Oktober 2006, 14:42 Uhr
Diese Vorlage wird verwendet um in der Wikipedia Quellen zu zitieren. Sie dient speziell für Webseiten, die keine neuen Quellen darstellen.
Verwendung
Verwendung von last (Nachname), first (Vorname) {{cite web |url= |title= |accessdate= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
Verwendung von author (Autor) {{cite web |url= |title= |accessdate= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
Verwendung von nicht verlinktem Funddatum, last (Nachname), first (Vorname) {{cite web |url= |title= |accessmonthday= |accessyear= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
Verwendung von nicht verlinktem Funddatum, author (Autor) {{cite web |url= |title= |accessmonthday= |accessyear= |author= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |archiveurl= |archivedate= |quote= }}
Alle Parameter
{{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 der Webseite.
- title: Titel der Webseite.
Um ein Fundatum mit Wikilink zu produzieren:
- accessdate: Volles Datum, an dem die Webseite gefunden wurde, im ISO 8601 YYYY-MM-DD Format, zum Beispiel "accessdate = 2006-02-17". Darf nicht wikiverlinkt sein.
Um ein nicht wikiverlinktes Funddatum zu produzieren:
- accessmonthday und accessyear: Monat und Tag, an dem die Webseite gefunden wurde, zum Beispiel "accessmonthday = 10. Mai", und Jahr, in dem die Webseite gefunden wurde, zum Beispiel "accessyear = 2005".
Optionale Parameter
- author: Autor
- last produziert zusammen mit first
Nachname, Vorname
- authorlink produziert mit author oder mit last & first einen Link zum Wikipedia-Artikel des Autoren. Funktioniert nicht mir URLs.
- coauthors: weitere Autoren
- last produziert zusammen mit first
- date: Volles Datum der Veröffentlichung, bevorzugt im ISO 8601 YYYY-MM-DD Gormat, z.B. 2006-02-17. Wird wikiverlinkt.
- ODER: year: Jahr der Veröffentlichung und month: Monat der Veröffentlichung. Wenn Dir auch der Tag bekannt ist, verwende besser date. Darf nicht wikiverlinkt sein.
- format: Format, z.B. PDF. Es wird HTML angenommen, wenn hier nichts angegeben wird.
- work: Wenn die Webseite Teil eines größeren Werkes ist: Name des Werkes.
- publisher: Publizist, wenn es einen gibt.
- pages: Seitennummer, wenn es eine gibt, insbesondere für PDF. Hier sollen die für das Zitat relevanten Seiten angegeben werden, nicht die Gesamtseitenzahl des Werkes.
- language: Sprache der Publikation.
- archiveurl: URL der archivierten Version der Webseite (benötigt archivedate).
- archivedate: Datum, an dem die Webseite archiviert wurde. (benötigt archiveurl) im ISO 8601 YYYY-MM-DD format, z.B. 2006-02-17. Darf nicht wikiverlinkt sein; wird automatisch verlinkt.
- quote: Relevantes Zitat aus der Webseite.
Beispiel
Einige Standardfälle
- {{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
}}
→ Doe, John (2005-04-30). "My Favorite Things Part II". Encyclopedia of Things. Open Publishing. Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{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
}}
→ Doe, John (2005-04-30). "My Favorite Things Part II". Encyclopedia of Things. Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| date=[[2005-04-30]]
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Doe, John (2005-04-30). "My Favorite Things Part II". Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{cite web
| author=Doe, John
| title=My Favorite Things Part II
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ Doe, John. "My Favorite Things Part II". Retrieved 2005-07-06.
- {{cite web
| title=My Favorite Things Part II
| url=http://www.example.com/
| accessdate=2005-07-06
}}
→ "My Favorite Things Part II". Retrieved 2005-07-06.
- {{cite web
| url=http://www.nfl.com/fans/
| title=Digest of Rules
| publisher= National Football League
| accessdate=2005-07-06
}}
→ "Digest of Rules". National Football League. Retrieved 2005-07-06.
Nicht verlinktes Funddatum (unter Verwendung von accessmonthday und accessyear)
- {{cite web
| title=My Favorite Things Part II
| work=Encyclopedia of Things
| url=http://www.example.com/
| accessmonthday=July 6
| accessyear=2005
}}
→ Lua-Fehler in package.lua, Zeile 80: module 'Module:Citation/CS1/Suggestions' not found
Unter Verwendung von 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
}}
→ "List of psychotropic substances under international control" (PDF). International Narcotics Control Board. Retrieved 2005-07-06.
Unter Verwendung von 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
}}
→ Joliet, François (2005-04-30). "Honnit soit qui mal y pense" (in French). Retrieved 2005-07-06. Check date values in:|date=
(help)CS1 maint: Unrecognized language (link)
Unter Verwendung von 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-Fehler in package.lua, Zeile 80: module 'Module:Citation/CS1/Suggestions' not found
Ohne Autoren
- {{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
}}
→ "My Favorite Things Part II". Encyclopedia of Things. Open Publishing. 2005-04-30. Retrieved 2006-05-16. Check date values in:|date=
(help)
Ohne Autoren, ohne Publizisten
- {{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
}}
→ "My Favorite Things Part II". Encyclopedia of Things. 2005-04-30. Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06
}}
→ "My Favorite Things Part II". 2005-04-30. Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{cite web | title=My Favorite Things Part II | date=[[2005-04-30]] | url=http://www.example.com/ | accessdate=2005-07-06 }}
→ "My Favorite Things Part II". 2005-04-30. Retrieved 2005-07-06. Check date values in:|date=
(help)
- {{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
}}
→ "List of psychotropic substances under international control" (PDF) (in Greek). 2005-04-30. Retrieved 2005-07-06. Check date values in:|date=
(help)CS1 maint: Unrecognized language (link)
Unter Verwendung von archiveurl und archivedate, um Webseiten zu referenzieren, die es nicht mehr gibt, die aber auf einer Archivseite zu finden sind.
- {{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
}}
→ "List of psychotropic substances under international control" (PDF). 2005-04-30. Archived from the original (PDF) on 2005-09-11. Retrieved 2005-07-06. Check date values in:|date=
(help)
-
{{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
}}
}}
→ "Interview with Maggie Downs". The Desert Sun. 2006-03-31. Archived from the original on 2006-04-26. Check date values in:|date=
(help)
Unter Verwendung von 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.
}}
→ "My Favorite Things Part II". Encyclopedia of Things. Retrieved 2005-07-06.Lorem ipsum dolor.
Keine Parameter (Fehler)
- {{cite web}}
→ Empty citation (help)
bg:Шаблон:Cite web el:Πρότυπο:Cite 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