More actions
Created page with "{{#if:{{{book|{{{1|}}}}}}|{{#ifexist:{{{book|{{{1}}}}}}|''[[{{{book|{{{1}}}}}}]]''|''{{{book|{{{1|}}}}}}''}}, chapter {{{chapter|{{{2}}}}}}{{#if:{{{paragraph|{{{3|}}}}}}|, paragraph {{{paragraph|{{{3|}}}}}}}}}}" |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{book|{{{1|}}}}}}|{{#ifexist:{{{book|{{{1}}}}}}|''[[{{{book|{{{1}}}}}}]]''|''{{{book|{{{1|}}}}}}''}}, chapter {{{chapter|{{{2}}}}}}{{#if:{{{paragraph|{{{3|}}}}}}|, paragraph {{{paragraph|{{{3|}}}}}}}}}} | {{#if:{{{book|{{{1|}}}}}}|{{#ifexist:{{{book|{{{1}}}}}}|''[[{{{book|{{{1}}}}}}]]''|''{{{book|{{{1|}}}}}}''}}, chapter {{{chapter|{{{2}}}}}}{{#if:{{{paragraph|{{{3|}}}}}}|, paragraph {{{paragraph|{{{3|}}}}}}}}}}<noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"book": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Book name", | |||
"description": "Name of the book being cited", | |||
"example": "The Dragonet Prophecy", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"chapter": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"label": "Chapter number", | |||
"description": "Chapter number being cited", | |||
"example": "2", | |||
"type": "number", | |||
"required": true | |||
}, | |||
"paragraph": { | |||
"aliases": [ | |||
"3" | |||
], | |||
"label": "Paragraph number", | |||
"description": "Paragraph number being cited", | |||
"example": "3", | |||
"type": "number", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Cite a specific paragraph and chapter of a book", | |||
"format": "inline" | |||
} | |||
</templatedata></noinclude> |
Revision as of 21:17, 20 December 2024
Cite a specific paragraph and chapter of 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
| Number | required |
Paragraph number | paragraph 3 | Paragraph number being cited
| Number | suggested |