Help:Editing/Citations: Difference between revisions
m whereever -> wherever |
m updated examples with lowercase parameters |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
IntactiWiki articles should always base on reliable sources from outside the IntactiWiki. Wherever possible, offer references and quote citations. | IntactiWiki articles should always base on [[Help:Editing/Verifiability|reliable sources]] from outside the IntactiWiki. Wherever possible, offer references and quote citations. | ||
This subpage shows how to format citations in articles. | This subpage shows how to format citations in articles. | ||
| Line 21: | Line 21: | ||
Here is a simple example for how to use it: | Here is a simple example for how to use it: | ||
<pre>{{Citation | | <pre>{{Citation |text=This is a short quote of a wonderful sentence read somewhere in some book. |author=John Doe}}</pre> | ||
{{Citation | | {{Citation |text=This is a short quote of a wonderful sentence read somewhere in some book. |author=John Doe}} | ||
{{NOTE}} You see that the quoted text is nicely bracketed with large quotation marks and the author's name is shown below in capitals. This formatting is done in the template and identical for all usages of this template in all articles. (Therefore we always recommend using templates.) | |||
=== Template (advanced) === | === Template (advanced) === | ||
| Line 31: | Line 31: | ||
A more complex example: | A more complex example: | ||
<pre>{{Citation | <pre>{{Citation | ||
| | |title=What a quotation! | ||
| | |text=This is a short quote of a wonderful sentence read somewhere in some book. | ||
| | |author=John Doe | ||
| | |source=Reader's Digest vol. 42 | ||
|ref=<ref>[http://www.somedomain.com Some website]</ref> | |ref=<ref>[http://www.somedomain.com Some website]</ref> | ||
}}</pre> | }}</pre> | ||
{{Citation | {{Citation | ||
| | |title=What a quotation! | ||
| | |text=This is a short quote of a wonderful sentence read somewhere in some book. | ||
| | |author=John Doe | ||
| | |source=Reader's Digest vol. 42 | ||
|ref=<ref>[http://www.somedomain.com Some website]</ref> | |ref=<ref>[http://www.somedomain.com Some website]</ref> | ||
}} | }} | ||
| Line 50: | Line 50: | ||
Here is a most complex example which also shows that templates can be used in templates: | Here is a most complex example which also shows that templates can be used in templates: | ||
<pre>{{Citation | <pre>{{Citation | ||
| | |title=What a quotation! | ||
| | |text=Dies ist ein kurzes Zitat eines wundervollen Satzes, irgendwo in einem Buch gelesen. | ||
You can of course use Wiki ''formatting'' elements in the quotation. '''Empty lines''' will be formatted as the beginning of a new paragraph. | You can of course use Wiki ''formatting'' elements in the quotation. '''Empty lines''' will be formatted as the beginning of a new paragraph. | ||
| | |author=John Doe | ||
| | |source=Reader's Digest vol. 42 | ||
| lang=German | |lang=German | ||
| before=>> | |before=>> | ||
| after=<< | |after=<< | ||
| | |transcription=[Use this when the original quote is in a non-latin language like Hebrew, Chinese, etc.] | ||
| | |translation=This is a short quote of a wonderful sentence read somewhere in some book. | ||
| ref=<ref>{{REFbook | |comment=Did you know that you can even comment a citation? | ||
|ref=<ref>{{REFbook | |||
|last=Doe | |||
|first=John | |||
|year=1948 | |||
|title=The Story of My Life | |||
|url=http://www.somedomain.com | |||
|work=Reader's Digest | |||
|editor=Jim Long | |||
|edition=1 | |||
|volume=42 | |||
|chapter=8 | |||
|pages=42-43 | |||
|location=London | |||
|publisher=Penguin Books | |||
|isbn=1234567890123 | |||
|quote=Dies ist ein kurzes Zitat eines wundervollen Satzes, irgendwo in einem Buch gelesen. | |||
|accessdate=2019-09-25 | |||
}}</ref> | |note=This is just an example! | ||
}}</ref> | |||
}}</pre> | }}</pre> | ||
{{Citation | {{Citation | ||
| | |title=What a quotation! | ||
| | |text=Dies ist ein kurzes Zitat eines wundervollen Satzes, irgendwo in einem Buch gelesen. | ||
You can of course use Wiki ''formatting'' elements in the quotation. '''Empty lines''' will be formatted as the beginning of a new paragraph. | You can of course use Wiki ''formatting'' elements in the quotation. '''Empty lines''' will be formatted as the beginning of a new paragraph. | ||
| | |author=John Doe | ||
| | |source=Reader's Digest vol. 42 | ||
| lang=German | |lang=German | ||
| before=>> | |before=>> | ||
| after=<< | |after=<< | ||
| | |transcription=[Use this when the original quote is in a non-latin language like Hebrew, Chinese, etc.] | ||
| | |translation=This is a short quote of a wonderful sentence read somewhere in some book. | ||
| ref=<ref>{{REFbook | |comment=Did you know that you can even comment a citation? | ||
|ref=<ref>{{REFbook | |||
|last=Doe | |||
|first=John | |||
|year=1948 | |||
|title=The Story of My Life | |||
|url=http://www.somedomain.com | |||
|work=Reader's Digest | |||
|editor=Jim Long | |||
|edition=1 | |||
|volume=42 | |||
|chapter=8 | |||
|pages=42-43 | |||
|location=London | |||
|publisher=Penguin Books | |||
|isbn=1234567890123 | |||
|quote=Dies ist ein kurzes Zitat eines wundervollen Satzes, irgendwo in einem Buch gelesen. | |||
|accessdate=2019-09-25 | |||
}}</ref> | |note=This is just an example! | ||
}}</ref> | |||
}} | }} | ||