More actions
No edit summary |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title = {{{name|{{PAGENAME}}}}} | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{{image|}}} | | image = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|250px}}}|alt={{{alt|{{{caption|}}}}}}]]}} | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| label1 = Published | | label1 = Cover artist | ||
| | | data1 = {{{cover_artist|}}} | ||
}} | | label2 = Published | ||
<noinclude> | | data2 = {{{published|}}} | ||
| label3 = Page count | |||
| data3 = {{{pages|}}} | |||
| label4 = ISBN | |||
| data4 = {{{isbn|}}} | |||
| label5 = Preceded by | |||
| data5 = {{{preceded_by|}}} | |||
| label6 = Followed by | |||
| data6 = {{{followed_by|}}} | |||
}}<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 19: | Line 28: | ||
"published": { | "published": { | ||
"label": "Published", | "label": "Published", | ||
"description": "The date of publication if published.", | "description": "The date of publication, if published.", | ||
"type": "date", | "type": "date", | ||
"suggested": true | "suggested": true | ||
Line 27: | Line 36: | ||
"description": "An image of the book's front cover.", | "description": "An image of the book's front cover.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"example": "The Dragonet Prophecy Cover.png" | |||
}, | }, | ||
"caption": { | "caption": { | ||
Line 33: | Line 43: | ||
"description": "The caption for the image", | "description": "The caption for the image", | ||
"type": "content" | "type": "content" | ||
}, | |||
"alt": { | |||
"label": "Image alt text", | |||
"description": "The alternate text for the image if the image cannot load and for screen readers.", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"image_size": { | |||
"label": "Image size", | |||
"description": "Size of the image.", | |||
"example": "250px", | |||
"type": "string", | |||
"default": "250px" | |||
}, | |||
"cover_artist": { | |||
"label": "Cover artist", | |||
"description": "Artist who drew cover art for this book.", | |||
"example": "Joy Ang", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Joy Ang" | |||
] | |||
}, | |||
"pages": { | |||
"label": "Page count", | |||
"description": "The number of pages in this book.", | |||
"example": "297", | |||
"type": "number" | |||
}, | |||
"isbn": { | |||
"label": "ISBN", | |||
"description": "ISBN identifier for this book.", | |||
"example": "978-0-545-34923-9", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"preceded_by": { | |||
"label": "Preceded by", | |||
"description": "The book that precedes this book, if any.", | |||
"example": "The Dragonet Prophecy", | |||
"type": "string" | |||
}, | |||
"followed_by": { | |||
"label": "Followed by", | |||
"description": "The book that precedes this book, if any.", | |||
"example": "The Dragonet Prophecy", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 39: | Line 96: | ||
"name", | "name", | ||
"image", | "image", | ||
"alt", | |||
"caption", | |||
"image_size", | |||
"published", | "published", | ||
" | "pages", | ||
"cover_artist", | |||
"isbn", | |||
"preceded_by", | |||
"followed_by" | |||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 16:45, 17 December 2024
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 |
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 |