The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

Support the wiki on our official Ko-Fi page or Patreon page!

Template:Infobox book: Difference between revisions

From The Codex
FANDOM
FANDOM (talk | contribs) (1 revision: Updates made for portability)
m
 
GiverOfThePeace
GiverOfThePeace (talk | contribs) (Protected "Template:Infobox book" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
m
(No difference)

Revision as of 00:47, 18 February 2021

<infobox> <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>

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> <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>
{{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
}}