Template:Book

Revision as of 23:21, 26 February 2022 by wikia:sandie-shaw>FANDOM
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Description
To use this template, enter the following and fill in the appropriate fields. Any field left blank will not show up. Don't forget to include brackets, to make the fields into links.
Syntax
Type {{book|<...>}} somewhere, with parameters as shown below.
Sample output
{{Book
 | title         = The Adventures of Flower
 | image         = Example.jpg
 | author        = Alice
 | illustrator   = Bob
 | published     = April 1928
 | publisher     = Arthur's
 | previous      = Book One
 | next          = Book Three
}}

Results in...

<infobox type="Book"> <title source="title"/>

<image source="image"></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>