Template:Infobox book

From The Cory Doctorow Wiki

<infobox> <title source="title"><default>Unknown</default></title>

<image source="image"></image> <default>Unknown</default> <default>Unknown</default> <default>Unknown</default> <default>Unknown</default> <group layout="horizontal"> <header>Publication order</header> <default>Unknown</default> <default>Unknown</default> </group> </infobox>
Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox_book/doc to edit this documentation. (How does this work?)

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox box
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | author        = 
 | illustrator   = 
 | datePublished = 
 | publisher     = 
 | previous      = 
 | next          = 
}}

Sample output

{{infobox book
 | title         = The Adventures of Flower
 | image         = Example.jpg
 | author        = Alice
 | illustrator   = Bob
 | datePublished = April 1928
 | publisher     = Arthur's
 | previous      = Book One
 | next          = Book Three
}}

Results in...

<infobox> <title source="title"><default>Unknown</default></title>

<image source="image"></image> <default>Unknown</default> <default>Unknown</default> <default>Unknown</default> <default>Unknown</default> <group layout="horizontal"> <header>Publication order</header> <default>Unknown</default> <default>Unknown</default> </group> </infobox>