Template:Infobox book: Difference between revisions

Template page
imported>FANDOM
m (1 revision: Updates made for portability)
 
m (Text replacement - "<infobox>\s*<title\s+source="title"\/>\s*<image\s+source="image">" to "")
 
Line 1: Line 1:
<infobox>
<caption source="imagecaption"/></image>
<title source="title"/>
<image source="image"><caption source="imagecaption"/></image>
<data source="author"><label>Author</label></data>
<data source="author"><label>Author</label></data>
<data source="illustrator"><label>Illustrator</label></data>
<data source="illustrator"><label>Illustrator</label></data>

Latest revision as of 18:16, 2 April 2024

</image> <label>Author</label> <label>Illustrator</label> <label>Published on</label> <label>Publisher</label> <group layout="horizontal"> <header>Publication order</header> <label>Previous</label> <label>Next</label> </group> </infobox>

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

</image> <label>Author</label> <label>Illustrator</label> <label>Published on</label> <label>Publisher</label> <group layout="horizontal"> <header>Publication order</header> <label>Previous</label> <label>Next</label> </group> </infobox>
{{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
}}