Difference between revisions of "Template:Infobox Book"

 
Line 2: Line 2:
 
<caption style="font-size: larger;">'''''{{{name}}}'''''</caption><!--
 
<caption style="font-size: larger;">'''''{{{name}}}'''''</caption><!--
 
-->{{#if: {{{image|}}} |<tr><td colspan=2 style="text-align: center">{{{image}}}
 
-->{{#if: {{{image|}}} |<tr><td colspan=2 style="text-align: center">{{{image}}}
{{#if: {{{image_caption|}}} | <br> {{{image_caption}}} }}</td></tr>}}
+
{{#if: {{{image_caption|}}} | <br style="clear:both" /> {{{image_caption}}} }}</td></tr>}}
 
<tr><th>Author</th><td>{{{author}}}</td></tr><!--
 
<tr><th>Author</th><td>{{{author}}}</td></tr><!--
 
-->{{#if:{{{title_orig|}}}|<tr><th>Original title</th><td>{{{title_orig}}}</td></tr>}}<!--
 
-->{{#if:{{{title_orig|}}}|<tr><th>Original title</th><td>{{{title_orig}}}</td></tr>}}<!--

Latest revision as of 14:51, 17 March 2007

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

Usage

{{Infobox Book 
| name          = 
| title_orig    = (use if not originally in English)
| translator    = 
| image         = 
| image_caption = 
| author        = 
| illustrator   = 
| cover_artist  = 
| country       = 
| language      = 
| series        = 
| subject       = 
| genre         = 
| publisher     = 
| release_date  = 
| english_release_date =
| media_type    = 
| pages         = 
| isbn          = 
| preceded_by   = 
| followed_by   = 
}}
Personal tools