More actions
Remove image param: images are protected under copyright and cannot be distributed |
Add image parameter |
||
Line 15: | Line 15: | ||
"description": "The date of publication if published.", | "description": "The date of publication if published.", | ||
"type": "date", | "type": "date", | ||
"suggested": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "An image of the book's front cover.", | |||
"type": "wiki-page-name", | |||
"suggested": true | "suggested": true | ||
} | } | ||
Line 21: | Line 27: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"image", | |||
"published" | "published" | ||
] | ] | ||
Line 30: | Line 37: | ||
{{Infobox | {{Infobox | ||
| title = {{{name|{{PAGENAME}}}}} | | title = {{{name|{{PAGENAME}}}}} | ||
| image = {{{image|}}} | |||
| label1 = Published | | label1 = Published | ||
| data1 = {{{published|}}} | | data1 = {{{published|}}} | ||
}} | }} |
Revision as of 20:48, 15 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. | Page name | suggested |
Published | published | The date of publication if published. | Date | suggested |