More actions
No edit summary |
Show chapter index |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 4: | Line 4: | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| label1 = Cover artist | | label1 = Cover artist | ||
| data1 = {{{cover_artist|}}} | | data1 = {{#if:{{{cover_artist|}}}|[[{{{cover_artist}}}]]}} | ||
| label2 = Published | | label2 = Published | ||
| data2 = {{{published|}}} | | data2 = {{{published|}}} | ||
| Line 12: | Line 12: | ||
| data4 = {{{isbn|}}} | | data4 = {{{isbn|}}} | ||
| label5 = Preceded by | | label5 = Preceded by | ||
| data5 = {{{preceded_by|}}} | | data5 = {{#if:{{{preceded_by|}}}|[[{{{preceded_by}}}]]}} | ||
| label6 = Followed by | | label6 = Followed by | ||
| data6 = {{{followed_by|}}} | | data6 = {{#if:{{{followed_by|}}}|[[{{{followed_by}}}]]}} | ||
| header7 = {{#ifeq:{{#invoke:Chapterlist|numOnly|{{{name|{{PAGENAME}}}}}}}|Not Applicable Yet||Chapter Index}} | |||
| data8 = {{#ifeq:{{#invoke:Chapterlist|numOnly|{{{name|{{PAGENAME}}}}}}}|Not Applicable Yet||{{#invoke:Chapterlist|numOnly|{{{name|{{PAGENAME}}}}}}}}} | |||
}}<noinclude> | }}<noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 90: | Line 92: | ||
"example": "The Dragonet Prophecy", | "example": "The Dragonet Prophecy", | ||
"type": "string" | "type": "string" | ||
}, | |||
"Main Protagonist": { | |||
"description": "The Main Character " | |||
} | } | ||
}, | }, | ||
| Line 97: | Line 102: | ||
"image", | "image", | ||
"alt", | "alt", | ||
"Main Protagonist", | |||
"caption", | "caption", | ||
"image_size", | "image_size", | ||
| Line 105: | Line 111: | ||
"preceded_by", | "preceded_by", | ||
"followed_by" | "followed_by" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 08:37, 17 June 2025
An infobox that describes a book
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the book without "Wings of Fire"
| String | required |
| Image | image | An image of the book's front cover.
| File | suggested |
| Image alt text | alt | The alternate text for the image if the image cannot load and for screen readers. | Content | suggested |
| Main Protagonist | Main Protagonist | The Main Character | Unknown | optional |
| Image caption | caption | The caption for the image | Content | optional |
| Image size | image_size | Size of the image.
| String | optional |
| Published | published | The date of publication, if published. | Date | suggested |
| Page count | pages | The number of pages in this book.
| Number | optional |
| Cover artist | cover_artist | Artist who drew cover art for this book.
| String | optional |
| ISBN | isbn | ISBN identifier for this book.
| String | suggested |
| Preceded by | preceded_by | The book that precedes this book, if any.
| String | optional |
| Followed by | followed_by | The book that precedes this book, if any.
| String | optional |