cite_text-de 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. __NOTOC__
  2. <div style="width:100%; padding:0px 10px 2px 10px; margin:5px auto;">
  3. Diese Seite dient ausschließlich als Hilfe zum '''korrekten Zitieren von Daten, einzelnen Sätzen oder kürzeren Abschnitten''' aus {{SITENAME}} im Rahmen des Zitatrechts.
  4. '''Wichtig:''' Zur Übernahme umfangreicher Absätze oder kompletter Seiten müssen die [[{{MediaWiki:copyrightpage}}|Lizenzbestimmungen]] eingehalten werden.
  5. </div>
  6. <div class="plainlinks" style="border-style: solid; border-width: 1px; width:95%; padding:6px 10px 6px 10px; margin:5px auto;">
  7. == Bibliografische Angaben für „[[{{FULLPAGENAME}}]]“ ==
  8. * Seitentitel: {{FULLPAGENAME}}
  9. * Herausgeber: {{SITENAME}}, {{MediaWiki:Sitesubtitle}}.
  10. * Autor(en): siehe [{{fullurl:{{FULLPAGENAME}}|action=history}} Versionsgeschichte]
  11. * Datum der letzten Bearbeitung: {{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}, {{LOCALTIME}}
  12. * Versions-ID der Seite: {{REVISIONID}}
  13. * Permanentlink: {{fullurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}
  14. * Datum des Abrufs: <citation>{{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}, {{LOCALTIME}}</citation>
  15. </div>
  16. <div class="plainlinks" style="border-style: solid; border-width: 1px; width:95%; padding:6px 10px 6px 10px; margin:5px auto;">
  17. ==Zitatangabe zum Kopieren==
  18. Seite ''{{FULLPAGENAME}}.'' In: {{SITENAME}}, {{MediaWiki:Sitesubtitle}}. Bearbeitungsstand: {{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}, {{LOCALTIME}}. URL: {{fullurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} (Abgerufen: <citation>{{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}, {{LOCALTIME}}</citation>)
  19. </div>
  20. <div class="plainlinks" style="border-style: solid; border-width: 1px; width:95%; padding:6px 10px 6px 10px; margin:5px auto;">
  21. == BibTeX-Eintrag ==
  22. @misc{ wiki:xxx,
  23. author = "{{SITENAME}}",
  24. title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{MediaWiki:Sitesubtitle}}",
  25. year = "{{LOCALYEAR}}",
  26. url = "{{fullurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}",
  27. note = "[Online; Stand <citation>{{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}</citation>]"
  28. }
  29. Bei Benutzung der LaTeX-Paketes „url“ (<tt>\usepackage{url}</tt> im Bereich der Einleitung), welches eine schöner formatierte Internetadresse ausgibt, oder „hyperref“ (<tt>\usepackage{hyperref}</tt>, nur bei Erzeugung von PDF-Dokumenten), welches diese zusätzlich noch verlinkt, kann die folgende Ausgabe genommen werden:
  30. @misc{ wiki:xxx,
  31. author = "{{SITENAME}}",
  32. title = "{{FULLPAGENAME}} --- {{SITENAME}}{,} {{MediaWiki:Sitesubtitle}}",
  33. year = "{{LOCALYEAR}}",
  34. url = "'''\url{'''{{fullurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}}'''}'''",
  35. note = "[Online; Stand <citation>{{LOCALDAY}}. {{LOCALMONTHNAME}} {{LOCALYEAR}}</citation>]"
  36. }
  37. </div><!--closing div for "plainlinks"-->