More actions
Add image parameter |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | |||
<noinclude> | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{#if:{{{image|}}}|[[File:{{{image}}}|{{{image_size|250px}}}|alt={{{alt|{{{caption|}}}}}}]]}} | |||
| caption = {{{caption|}}} | |||
| label1 = Cover artist | |||
| data1 = {{{cover_artist|}}} | |||
| label2 = Published | |||
| 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 13: | 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 20: | Line 35: | ||
"label": "Image", | "label": "Image", | ||
"description": "An image of the book's front cover.", | "description": "An image of the book's front cover.", | ||
"type": "wiki- | "type": "wiki-file-name", | ||
"suggested": true, | |||
"example": "The Dragonet Prophecy Cover.png" | |||
}, | |||
"caption": { | |||
"label": "Image caption", | |||
"description": "The caption for the image", | |||
"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 | "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 28: | Line 96: | ||
"name", | "name", | ||
"image", | "image", | ||
"published" | "alt", | ||
] | "caption", | ||
"image_size", | |||
"published", | |||
"pages", | |||
"cover_artist", | |||
"isbn", | |||
"preceded_by", | |||
"followed_by" | |||
], | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
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 |