Template:Book
Appearance
<infobox>
<image source="image"/>
<label>Author</label>
<label>Illustrator</label>
<label>Publication date</label>
<label>Published by</label>
<label>ISBN</label>
<label>previous</label>
<label>Preceded by
{{{previous}}}</label>
</infobox>
Usage & preview[edit source]
Type in this:
{{Book
|image =
|author =
|illustrator =
|date =
|publisher =
|isbn =
|previous =
|next =
}}
to see this:
<infobox>
<image source="image"/>
<label>Author</label>
<label>Illustrator</label>
<label>Publication date</label>
<label>Published by</label>
<label>ISBN</label>
<label>previous</label>
<label>Preceded by
This is a test</label>
</infobox>