Difference between revisions of "Template:InfoBox"

From Book Trigger Warnings
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{...")
 
(Update docs)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<includeonly>
 
<div class="infobox">
 
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
+
<div class="infobox-title">''{{{title|{{PAGENAME}}}}}''</div>
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
+
 
<table>{{#if:{{{title|}}}|<tr>
+
{{#if: {{{image|}}}|
     <th>Parameter 1</th>
+
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>
     <td>{{{title}}}</td>
+
|<div class="infobox-image">[[File:default.png|200px]]</div>
</tr>}}{{#if:{{{author|}}}|<tr>
+
}}
     <th>Parameter 2</th>
+
 
     <td>{{{author}}}</td>
+
<table>
</tr>}}</table>
+
<tr>
 +
    <th>Author(s)</th>
 +
    <td>{{{author|Unknown}}}</td>
 +
</tr>
 +
{{#if: {{{published|}}}|
 +
<tr>
 +
    <th>Published</th>
 +
    <td>{{{published}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{publisher|}}}|
 +
<tr>
 +
    <th>Publisher</th>
 +
    <td>{{{publisher}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{genres|}}}|
 +
<tr>
 +
     <th>Genre(s)</th>
 +
     <td>{{{genres}}}</td>
 +
</tr>
 +
}}
 +
{{#if: {{{agegroup|}}}|
 +
<tr>
 +
     <th>Age group</th>
 +
     <td>{{{agegroup}}}</td>
 +
</tr>
 +
}}
 +
</table>
 
</div>
 
</div>
 +
</includeonly>
 +
<noinclude>
 +
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):
 +
<pre>
 +
{{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 publication date.
 +
| publisher = The publisher.
 +
| 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.
 +
}}
 +
</pre>
 +
When no default is mentioned, 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.
 +
 +
{{InfoBox
 +
| title = A Song of Foo and Bar
 +
| author = F. L. Theorem
 +
| image = default.png
 +
| published = February 28, 1999
 +
| genres = Horror<br>Science Fiction
 +
| agegroup = Young Adult
 +
}}
 +
<pre style="overflow:auto;">
 +
{{InfoBox
 +
| title = A Song of Foo and Bar
 +
| author = F. L. Theorem
 +
| image = default.png
 +
| published = February 28, 1999
 +
| genres = Horror<br>Science Fiction
 +
| agegroup = Young Adult
 +
}}
 +
</pre>
 +
<div style="clear:both;"></div>
 +
 +
{{InfoBox
 +
| title = The Red Crimson
 +
| author = Jen Black
 +
| genres = Thriller
 +
| publisher = Grey Books
 +
}}
 +
<pre style="overflow:auto;">
 +
{{InfoBox
 +
| title = The Red Crimson
 +
| author = Jen Black
 +
| genres = Thriller
 +
| publisher = Grey Books
 +
}}
 +
</pre>
 +
<div style="clear:both;"></div>
 +
</noinclude>

Revision as of 18:26, 2 August 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 publication date.
| publisher = The publisher.
| 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, 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(s) F. L. Theorem
Published February 28, 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 = February 28, 1999
| genres = Horror<br>Science Fiction
| agegroup = Young Adult
}}


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


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