More actions
added example |
updated templatedata |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{book|{{{1|}}}}}}{{{chapter|{{{2|}}}}}}|{{#ifexist:{{{book|{{{1}}}}}}|''[[{{{book|{{{1}}}}}}]]''|''{{{book|{{{1|}}}}}}''}}, chapter {{{chapter|{{{2}}}}}}{{#if:{{{paragraph|{{{3|}}}}}}|, paragraph {{{paragraph|{{{3|}}}}}}}}|{{error|parameters <code>book</code> and <code>chapter</code> are required}}}}</includeonly><noinclude> | <includeonly>{{#if:{{{book|{{{1|}}}}}}{{{chapter|{{{2|}}}}}}|{{#ifexist:{{{book|{{{1}}}}}}|''[[{{{book|{{{1}}}}}}]]''|''{{{book|{{{1|}}}}}}''}}, {{#switch:{{lc:{{{chapter|{{{2}}}}}}}} | ||
| prologue | |||
| epilogue | |||
| post-epilogue = {{{chapter|{{{2}}}}}} | |||
| #default = chapter {{{chapter|{{{2}}}}}} | |||
}}{{#if:{{{paragraph|{{{3|}}}}}}|, paragraph {{{paragraph|{{{3|}}}}}}}}.{{#if:{{{quote|}}}| "{{{quote}}}"}}|{{error|parameters <code>book</code> and <code>chapter</code> are required}}}}</includeonly><noinclude> | |||
{{Cite book|<nowiki>{{{book}}}</nowiki>|<nowiki>{{{chapter}}}</nowiki>|<nowiki>{{{paragraph}}}</nowiki>}} | {{Cite book|<nowiki>{{{book}}}</nowiki>|<nowiki>{{{chapter}}}</nowiki>|<nowiki>{{{paragraph}}}</nowiki>}} | ||
Line 20: | Line 25: | ||
], | ], | ||
"label": "Chapter number", | "label": "Chapter number", | ||
"description": "Chapter number being cited", | "description": "Chapter number being cited. Can be \"prologue\", \"epilogue\", \"post-epilogue\", or a number.", | ||
"example": " | "example": "Prologue", | ||
"type": " | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
Line 34: | Line 39: | ||
"type": "number", | "type": "number", | ||
"suggested": true | "suggested": true | ||
}, | |||
"quote": { | |||
"label": "Quotation", | |||
"description": "A quotation of the text being cited. Placed in quotation marks automatically.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
"description": "Cite | "description": "Cite a book", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Latest revision as of 17:12, 23 December 2024
{{{book}}}, chapter {{{chapter}}}, paragraph {{{paragraph}}}.
Cite a book
Parameter | Description | Type | Status | |
---|---|---|---|---|
Book name | book 1 | Name of the book being cited
| Content | required |
Chapter number | chapter 2 | Chapter number being cited. Can be "prologue", "epilogue", "post-epilogue", or a number.
| String | required |
Paragraph number | paragraph 3 | Paragraph number being cited
| Number | suggested |
Quotation | quote | A quotation of the text being cited. Placed in quotation marks automatically. | String | optional |