Difference between revisions of "Template:InfoBox"

From Book Trigger Warnings
(First full version of InfoBox)
m (rm Test)
Line 54: Line 54:
 
Here are two sample uses of the template. If you would like to see more, most of our articles use this template.
 
Here are two sample uses of the template. If you would like to see more, most of our articles use this template.
  
{{InfoBoxTest
+
{{InfoBox
 
| title = A Song of Foo and Bar
 
| title = A Song of Foo and Bar
 
| author = F. L. Theorem
 
| author = F. L. Theorem
Line 63: Line 63:
 
}}
 
}}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
{{InfoBoxTest
+
{{InfoBox
 
| title = A Song of Foo and Bar
 
| title = A Song of Foo and Bar
 
| author = F. L. Theorem
 
| author = F. L. Theorem
Line 74: Line 74:
 
<div style="clear:both;"></div>
 
<div style="clear:both;"></div>
  
{{InfoBoxTest
+
{{InfoBox
 
| title = The Red Crimson
 
| title = The Red Crimson
 
| author = Jen Black
 
| author = Jen Black
Line 80: Line 80:
 
}}
 
}}
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
{{InfoBoxTest
+
{{InfoBox
 
| title = The Red Crimson
 
| title = The Red Crimson
 
| author = Jen Black
 
| author = Jen Black

Revision as of 20:05, 25 June 2020


This is the main template used for displaying the general book information on the top right of an article.

Here is a description of the parameters available and the default values they take on if nothing is specified (if applicable):

{{InfoBox
| title = The title of the book. Default: the name of the article
| author = The author of the book. Default: Unknown
| image = The name of the cover image of the book. Default: default.png
| published = The year of publication.
| genres = The genre(s) of this novel. Such as Horror, Science Fiction, Contemporary Fiction, Poetry, etc. If multiple genres are given, they should be separated with a <br> tag.
| agegroup = The age group of this novel. This should be Adult, New Adult, Young Adult, Middle Grade, Children's Fiction.
}}

When no default is mentioned, what happens is that the template does not display an entry for that data.

Examples

Here are two sample uses of the template. If you would like to see more, most of our articles use this template.


A Song of Foo and Bar
Default.png
Author F. L. Theorem
Published 1999
Genre(s) Horror
Science Fiction
Age group Young Adult


{{InfoBox
| title = A Song of Foo and Bar
| author = F. L. Theorem
| image = default.png
| published = 1999
| genres = Horror<br>Science Fiction
| agegroup = Young Adult
}}


The Red Crimson
Default.png
Author Jen Black
Genre(s) Thriller


{{InfoBox
| title = The Red Crimson
| author = Jen Black
| genres = Thriller
}}