More actions
Add File: namespace to image |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| title = {{{name|{{PAGENAME}}}}} | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{#if: {{{image|}}} | [[File:{{{image}}}|250px|alt={{{image}}}]] }} | | image = {{#if:{{{image|}}}|[[File:{{{image}}}|250px|alt={{{image}}}]]}} | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
| label1 = Published | | 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> | <noinclude> | ||
Line 19: | Line 29: | ||
"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 |
Revision as of 16:33, 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. | String | suggested |
Published | published | The date of publication, if published. | Date | suggested |
Image caption | caption | The caption for the image | Content | optional |