Difference between revisions of "Template:Infobox Book"

(New page: {{Infobox Book | name = | title_orig = (use if not originally in English) | translator = | image = | image_caption = | author = | illustrator = | cov...)
 
Line 1: Line 1:
{{Infobox Book
+
<table class="infobox" style="width: 20em; text-align: left">
| name         =
+
<caption style="font-size: larger;">'''''{{{name}}}'''''</caption><!--
| title_orig    = (use if not originally in English)
+
-->{{#if: {{{image|}}} |<tr><td colspan=2 style="text-align: center">{{{image}}}
| translator    =
+
{{#if: {{{image_caption|}}} | <br> {{{image_caption}}} }}</td></tr>}}
| image        =  
+
<tr><th>Author</th><td>{{{author}}}</td></tr><!--
| image_caption =
+
-->{{#if:{{{title_orig|}}}|<tr><th>Original title</th><td>{{{title_orig}}}</td></tr>}}<!--
| author       =
+
-->{{#if:{{{translator|}}}|<tr><th>Translator</th><td>{{{translator|}}}</td></tr>}}<!--
| illustrator   =
+
-->{{#if:{{{illustrator|}}}|<tr><th>Illustrator</th><td>{{{illustrator|}}}</td></tr>}}<!--
| cover_artist =
+
-->{{#if:{{{cover_artist|}}}|<tr><th>Cover&nbsp;artist</th><td>{{{cover_artist|}}}</td></tr>}}<!--
| country       =
+
-->{{#if:{{{country|}}}|<tr><th>Country</th><td>{{{country|}}}</td></tr>}}<!--
| language     =
+
-->{{#if:{{{language|}}}|<tr><th>Language</th><td>{{{language|}}}</td></tr>}}<!--
| series       =
+
-->{{#if:{{{series|}}}|<tr><th>Series</th><td>{{{series}}}</td></tr>}}<!--
| subject       =
+
-->{{#if:{{{subject|}}}|<tr><th>{{nowrap|Subject(s)}}</th><td>{{{subject|}}}</td></tr>}}<!--
| genre         =
+
-->{{#if:{{{genre|}}}|<tr><th>{{nowrap|Genre(s)}}</th><td>{{{genre|}}}</td></tr>}}
| publisher     =
+
<tr><th>Publisher</th><td>{{{publisher}}}</td></tr>
| release_date =
+
<tr><th>Released</th><td>{{{release_date}}}</td></tr><!--
| english_release_date =
+
-->{{#if:{{{english_release_date|}}}|<tr><th>Released&nbsp;in&nbsp;English</th><td>{{{english_release_date}}}</td></tr>}}<!--
| media_type   =
+
-->{{#if:{{{media_type|}}}|<tr><th>Media&nbsp;type</th><td>{{{media_type|}}}</td></tr>}}<!--
| pages         =
+
-->{{#if:{{{pages|}}}|<tr><th>Pages</th><td>{{{pages|}}}</td></tr>}}<!--
| isbn         =
+
-->{{#if:{{{size_weight|}}}|<tr><th>Size&nbsp;and&nbsp;weight</th><td>{{{size_weight|}}}</td></tr>}}<!--
| preceded_by   =
+
-->{{#if:{{{isbn|}}}|<tr><th>ISBN</th><td>{{{isbn|}}}</td></tr>}}<!--
| followed_by   =
+
-->{{#if:{{{preceded_by|}}}|<tr><th>Preceded&nbsp;by</th><td>''{{{preceded_by|}}}''</td></tr>}}<!--
}}
+
-->{{#if:{{{followed_by|}}}|<tr><th>Followed&nbsp;by</th><td>''{{{followed_by|}}}''</td></tr>}}
 +
</table>

Revision as of 07:34, 17 March 2007

{{{name}}}
Author{{{author}}}
Publisher{{{publisher}}}
Released{{{release_date}}}
Personal tools