Difference between revisions of "Template:Cite book"

From Dungeons and Dragons Wiki
Jump to: navigation, search
(Fixed yet another whitespace issue)
Line 27: Line 27:
 
</nowiki></pre>
 
</nowiki></pre>
 
The 'pages', 'year' and 'ISBN' parameters are optional. All other parameters are required and cannot be left out. You can include wiki links in the 'author', 'title' and 'publisher' parameters where appropriate.
 
The 'pages', 'year' and 'ISBN' parameters are optional. All other parameters are required and cannot be left out. You can include wiki links in the 'author', 'title' and 'publisher' parameters where appropriate.
 +
 +
===When citing a source multiple times===
 +
Put the actual reference where you want the <sup>[1]</sup> to appear on the page, like this (in my example I'm citing page 54):
 +
<pre><nowiki><ref>{{Cite book/Volo's Guide to the North|54}}</ref></nowiki></pre>
 +
Then, if you want to cite page 55 later in the article, again, put this where you want the <sup>[2]</sup> to appear (note the different page number):
 +
<pre><nowiki><ref>{{Cite book/Volo's Guide to the North|55}}</ref></nowiki></pre>
 +
Then finally, at the end of the article, create a notes section that will automatically generate your references, like this:
 +
<pre><nowiki>==Notes==
 +
<references /></nowiki></pre>
 +
If you want to use the same citation in different places in the same article, you'll need to give it a name the first time you use it, like this:
 +
<pre><nowiki><ref name="MyRef1">{{Cite book/Volo's Guide to the North|16}}</ref></nowiki></pre>
 +
Then, every time you want to use it again in the same article (you can use it again as many times as you like) you would put this:
 +
<pre><nowiki><ref name="MyRef1" /></nowiki></pre>
 +
If you need to see a working example, please edit the [[Cormanthor]] page and see the wiki markup I've used there.
 +
 
[[Category:Content templates]]</noinclude>
 
[[Category:Content templates]]</noinclude>

Revision as of 05:00, 8 February 2007

This template is for use when citing Forgotten Realms or Dungeons & Dragons books. It is based on the Wikipedia cite book template. Use this template when you want to cite an article. It has many sub-templates which can be used to easily cite certain existing Forgotten Realms or Dungeons & Dragons books. If no sub-template exists for the book that you wish to cite, you can still use this template manually.

Usage

Below are examples and instructions for using this template.

When a sub-template exists

If there is already a sub-template for the book you want to cite, it will be under this template, separated by a forward slash character. For example, the sub-template for Manual of the Planes is accessed using:

{{Cite book/Manual of the Planes}}

Note the capitalisation of the words in the template name. Putting this template on the page will automatically include all the citation details you need for this book. You can also cite certain pages from a book as follows:

{{Cite book/Manual of the Planes|50}}
{{Cite book/Manual of the Planes|50-51}}

Use the first where you only want to cite a single page. Use the second where you need to cite several pages at once.

When no sub-template exists

The best option here is to create the sub-template. Just copy an existing sub-template, such as Template:Cite book/Manual of the Planes and change the details. A great place to gain the details for any Forgotten Realms or Dungeons & Dragons book is on the Wizards of the Coast site, where you can usually just search for the book's title.

If you cannot create the sub-template for any reason, or it would not be worthwhile (usually because your book is unlikely to be cited again), you can use this template directly as follows:

{{Cite book
|author =
|title =
|year =
|publisher =
|ISBN =
|pages =
}}

The 'pages', 'year' and 'ISBN' parameters are optional. All other parameters are required and cannot be left out. You can include wiki links in the 'author', 'title' and 'publisher' parameters where appropriate.

When citing a source multiple times

Put the actual reference where you want the [1] to appear on the page, like this (in my example I'm citing page 54):

<ref>{{Cite book/Volo's Guide to the North|54}}</ref>

Then, if you want to cite page 55 later in the article, again, put this where you want the [2] to appear (note the different page number):

<ref>{{Cite book/Volo's Guide to the North|55}}</ref>

Then finally, at the end of the article, create a notes section that will automatically generate your references, like this:

==Notes==
<references />

If you want to use the same citation in different places in the same article, you'll need to give it a name the first time you use it, like this:

<ref name="MyRef1">{{Cite book/Volo's Guide to the North|16}}</ref>

Then, every time you want to use it again in the same article (you can use it again as many times as you like) you would put this:

<ref name="MyRef1" />

If you need to see a working example, please edit the Cormanthor page and see the wiki markup I've used there.