Template:Cite book/doc: Difference between revisions
m (Allow omitting type/format as some existing citations don't have this information) |
(Document the new 'quote' parameter.) |
||
Line 51: | Line 51: | ||
"type": "string", | "type": "string", | ||
"default": "\"page {{{page}}}\" or \"pages {{{pages}}}\"" | "default": "\"page {{{page}}}\" or \"pages {{{pages}}}\"" | ||
}, | |||
"quote": { | |||
"label": "Quote", | |||
"description": "An optional quote from the source material that is relevant to the fact or claim being cited.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 62: | Line 67: | ||
"page", | "page", | ||
"pages", | "pages", | ||
"at" | "at", | ||
"quote" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 07:25, 3 December 2024
This template is a way to ensure that books are cited using the appropriate citation formatting.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Book title | book | The title of the book. A wikilink to the book's page is generated automatically
| String | required |
Book page name | book-page | The name of the book's page on the wiki. Use if the title doesn't match the page name exactly.
| Page name | optional |
Book title (no automatic wikilink) | book-nolink | The title of the book. May contain arbitrary wiki markup; no automatic wikilink is added.
| Content | optional |
Book format | type | The format of the book that is being referenced.
| String | suggested |
Page number | page | The page number being cited. When citing multiple pages, use the pages parameter. When not citing by page number(s), use the at parameter.
| String | suggested |
Page numbers | pages | The page numbers being cited. When citing a single page, use the page parameter. When not citing by page number(s), use the at parameter.
| String | suggested |
Location | at | The location of the text being cited. Use if no page numbers are available (e. g. for ebooks) or the location needs a more complex description than just page numbers.
| String | optional |
Quote | quote | An optional quote from the source material that is relevant to the fact or claim being cited. | String | optional |