Vorlage:Cite web/Doku

Aus FreeWiki
< Vorlage:Cite web
Version vom 9. Juli 2007, 09:07 Uhr von te>Saint-Louis (Hinweis auf korrekte Vorlage.)
Zur Navigation springen Zur Suche springen


Bitte nach Möglichkeit die deutschsprachige Vorlage:Internetquelle verwenden. 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
  • 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=[[30. April]] [[2005]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | author=Doe, John | title=My Favorite Things Part II | date=[[30. April]] [[2005]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | author=Doe, John | title=My Favorite Things Part II | date=[[30. April]] [[2005]] | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | author=Doe, John | title=My Favorite Things Part II | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | title=My Favorite Things Part II | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | url=http://www.nfl.com/fans/ | title=Digest of Rules | publisher= National Football League | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

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: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

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=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

Unter Verwendung von language

  • {{cite web | author=Joliet, François | title=Honnit soit qui mal y pense | date=[[30. April]] [[2005]] | url=http://www.example.com/ | accessdate=6. Juni 2005 | language=French }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

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=[[30. April]] [[2005]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

Ohne Autoren

  • {{cite web | title=My Favorite Things Part II | publisher=Open Publishing | date=[[30. April]] [[2005]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=2006-05-16 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

Ohne Autoren, ohne Publizisten

  • {{cite web | title=My Favorite Things Part II | date=[[30. April]] [[2005]] | work=Encyclopedia of Things | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | title=My Favorite Things Part II | date=[[30. April]] [[2005]] | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | title=My Favorite Things Part II | date=[[30. April]] [[2005]] | url=http://www.example.com/ | accessdate=6. Juni 2005 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{cite web | title=List of psychotropic substances under international control | date=[[30. April]] [[2005]] | url=http://www.incb.org/pdf/e/list/green.pdf | format = PDF | accessdate=6. Juni 2005 | language=Greek }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

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=[[30. April]] [[200[[30. April]] [[2005]]] | url=http://www.incb.org/pdf/e/list/green.pdf | format = PDF | accessdate=6. Juni 2005 | archiveurl=http://www.archive.org/2005-09-11/www.incb.org/pdf/e/list/green.pdf | archivedate=2005-09-11 }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted
  • {{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-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

Unter Verwendung von quote

  • {{cite web | title = My Favorite Things Part II | work = Encyclopedia of Things | url = http://www.example.com/ | accessdate = 6. Juni 2005 | quote = Lorem ipsum dolor. }}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted

Keine Parameter (Fehler)

  • {{cite web}}
    ? Lua-Fehler: Der Prozess konnte nicht erstellt werden: proc_open(/dev/null): failed to open stream: Operation not permitted