GaryJJSpate (talk | contribs) Created page with "<includeonly>{{#if:{{{author|}}}|{{{author}}}. |}''{{{title}}}''{{#if:{{{edition|}}}| ({{{edition}}} ed.).}}{{#if:{{{publisher|}}}| {{{publisher}}}.}}{{#if:{{{year|}}}| {{{year}}}.}}{{#if:{{{isbn|}}}| ISBN {{{isbn}}}.}}{{#if:{{{page|}}}| p. {{{page}}}.}}</includeonly><noinclude> == Template:Cite book == Formats a citation for a printed book. Category:Vault Templates </noinclude>" |
GaryJJSpate (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#if:{{{author|}}}|{{{author}}}. |} | <includeonly>{{#if:{{{author|}}}|{{{author}}}. |}}{{#if:{{{title|}}}|''{{{title}}}''. |}}{{#if:{{{publisher|}}}|{{{publisher}}}. |}}{{#if:{{{year|}}}|{{{year}}}. |}}{{#if:{{{isbn|}}}|ISBN {{{isbn}}}. |}}{{#if:{{{page|}}}|p. {{{page}}}. |}}</includeonly><noinclude> | ||
== Template:Cite book == | == Template:Cite book == | ||
Formats a citation for a | Formats a citation for a book, for use inside <code><ref></code> tags alongside {{tl|Reflist}}. | ||
'''Usage:''' | |||
<pre> | |||
<ref>{{cite book | |||
|author=Loren Coleman | |||
|title=Bigfoot!: The True Story of Apes in America | |||
|publisher=Paraview Press | |||
|year=2003 | |||
|isbn=978-0743469755 | |||
}}</ref> | |||
</pre> | |||
=== Parameters === | |||
* '''author''' — optional | |||
* '''title''' — required | |||
* '''publisher''' — optional | |||
* '''year''' — optional | |||
* '''isbn''' — optional | |||
* '''page''' — optional | |||
[[Category:Vault Templates]] | [[Category:Vault Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 20:00, 29 July 2026
Template:Cite book
Formats a citation for a book, for use inside <ref> tags alongside {{Reflist}}.
Usage:
<ref>{{cite book
|author=Loren Coleman
|title=Bigfoot!: The True Story of Apes in America
|publisher=Paraview Press
|year=2003
|isbn=978-0743469755
}}</ref>
Parameters
- author — optional
- title — required
- publisher — optional
- year — optional
- isbn — optional
- page — optional
