Difference between revisions of "Template:Infobox Book"

 
(6 intermediate revisions by 2 users not shown)
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>}}<!--
Line 22: Line 22:
 
-->{{#if:{{{preceded_by|}}}|<tr><th>Preceded&nbsp;by</th><td>''{{{preceded_by|}}}''</td></tr>}}<!--
 
-->{{#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>}}
 
-->{{#if:{{{followed_by|}}}|<tr><th>Followed&nbsp;by</th><td>''{{{followed_by|}}}''</td></tr>}}
</table>
+
</table><noinclude>
 +
 
 +
==Usage==
 +
 
 +
<pre style="width:35em">
 +
{{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  =
 +
}}
 +
</pre>
 +
</noinclude>

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