Template:Infobox book series/doc: Difference between revisions

From Vigyanwiki
< Template:Infobox book series
temp>AnmaFinotera
(remove redirect - two separate templates - argh)
temp>AnmaFinotera
(fix doc)
Line 1: Line 1:
This template is for use for a book series main page. For the infobox for the articles of individual books within a series, see {{tl|Infobox book in series}}


=== Usage ===
<pre>
{{Infobox book series
| name            =
| title_orig      =
| image            = <!-- Need to include [[File: ]] -->
| caption          =
| type            =
| author          =
| illustrator      =
| cover_artist    =
| translator      =
| country          =
| language        =
| genre            =
| publisher        =
| english_pub_date =
| media_type      =
| preceded by      =
| followed by      =
}}
</pre>
<!--
| data1 = ''{{{books|}}}''
| label2    = Author
| data2      = {{{author|}}}
| label3    = Original title
| data3      = {{{title_orig|}}}
| label4    = Translator
| data4      = {{{translator|}}}
| label5    = Illustrator
| data5      = {{{illustrator|}}}
| label6    = Cover artist
| data6      = {{{cover_artist|}}}
| label7    = Country
| data7      = {{{country|}}}
| label8    = Language
| data8      = {{{language|}}}
| label9    = Genre
| data9      = {{{genre|}}}
| label10    = [[Publisher]]
| data10    = {{{publisher|}}}
| label11    = Published
| data11    = {{{pub_date|}}}
| label12    = Published in English
| data12    = {{{english_pub_date|}}}
| label13    = Media type
| data13    = {{{media_type|}}}
| label14    = Preceded by
| data14    = {{#if:{{{preceded_by|{{{preceded by|}}}}}}|''{{{preceded_by|{{{preceded by}}} }}}''}}
| label15    = Followed by
| data15    = {{#if:{{{followed_by|{{{followed by|}}}}}}|''{{{followed_by|{{{followed by}}} }}}''}}
| books = COMPULSORY
| title_orig =
| translator =
| cover_artist =
| country =
| language =
| pub_date = COMPULSORY
| English_pub_date =
| media_type =
-->
=== See also ===
* {{tl|Infobox book in series}}
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Book infobox templates|{{PAGENAME}}]]
</includeonly>

Revision as of 19:56, 26 October 2009

This template is for use for a book series main page. For the infobox for the articles of individual books within a series, see {{Infobox book in series}}

Usage

{{Infobox book series
| name             = 
| title_orig       = 
| image            = <!-- Need to include [[File: ]] -->
| caption          = 
| type             = 
| author           = 
| illustrator      = 
| cover_artist     = 
| translator       =
| country          =
| language         =
| genre            = 
| publisher        = 
| english_pub_date = 
| media_type       = 
| preceded by      = 
| followed by      = 
}}

See also