Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Infobox book"

(add image_caption optional field)
(1st attempt didn't work)
Line 3: Line 3:
 
-->{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center;">{{{image|}}}</td></tr>}}
 
-->{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align: center;">{{{image|}}}</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 (if not in English)</th><td>{{{title_orig|}}}<div>{{{image_caption|}}}</div>}}</td></tr>}}<!--
+
-->{{#if:{{{title_orig|}}}|<tr><th>Original title (if not in English)</th><td>{{{title_orig|}}}</td></tr>}}<!--
 
-->{{#if:{{{translator|}}}|<tr><th>Translator</th><td>{{{translator|}}}</td></tr>}}<!--
 
-->{{#if:{{{translator|}}}|<tr><th>Translator</th><td>{{{translator|}}}</td></tr>}}<!--
 
-->{{#if:{{{cover_artist|}}}|<tr><th>Cover Artist</th><td>{{{cover_artist|}}}</td></tr>}}<!--
 
-->{{#if:{{{cover_artist|}}}|<tr><th>Cover Artist</th><td>{{{cover_artist|}}}</td></tr>}}<!--
Line 24: Line 24:
 
<pre>
 
<pre>
 
{{Infobox Book  
 
{{Infobox Book  
| name         =  
+
| name         =  
| title_orig   =  
+
| title_orig   =  
| translator   =  
+
| translator   =  
| image         =
+
| image       =  
| image_caption =  
+
| author       =  
| author       =  
+
| cover_artist =  
| cover_artist =  
+
| country     =  
| country       =  
+
| language     =  
| language     =  
+
| series       =  
| series       =  
+
| subject     =  
| subject       =  
+
| genre       =  
| genre         =  
+
| publisher   =  
| publisher     =  
+
| release_date =  
| release_date =  
+
| media_type   =  
| media_type   =  
+
| pages       =  
| pages         =  
+
| isbn         =  
| isbn         =  
+
| preceded_by =  
| preceded_by   =  
+
| followed_by =  
| followed_by   =  
+
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 14:19, 5 June 2006

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

Usage

{{Infobox Book 
| name         = 
| title_orig   = 
| translator   = 
| image        = 
| author       = 
| cover_artist = 
| country      = 
| language     = 
| series       = 
| subject      = 
| genre        = 
| publisher    = 
| release_date = 
| media_type   = 
| pages        = 
| isbn         = 
| preceded_by  = 
| followed_by  = 
}}

Template:Esoteric

Please do not make major changes to the infobox without proposing and discussing it on the talk page first.