Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "Template:Infobox book"

(code update (see my doc))
Line 6: Line 6:
 
! Author
 
! Author
 
| {{{author}}}
 
| {{{author}}}
|- class="hiddenStructure{{{cover_artist|}}}"
+
|- class{{{cover_artist|}}}="hiddenStructure"
 
! Cover Artist
 
! Cover Artist
 
| {{{cover_artist}}}
 
| {{{cover_artist}}}
Line 15: Line 15:
 
! Released
 
! Released
 
| {{{release_date}}}
 
| {{{release_date}}}
|- class="hiddenStructure{{{media_type|}}}"
+
|- class{{{media_type|}}}="hiddenStructure"
 
! Media Type
 
! Media Type
 
| {{{media_type}}}
 
| {{{media_type}}}
|- class="hiddenStructure{{{pages|}}}"
+
|- class{{{pages|}}}="hiddenStructure"
 
! Pages
 
! Pages
 
| {{{pages}}}
 
| {{{pages}}}
|- class="hiddenStructure{{{size_weight|}}}"
+
|- class{{{size_weight|}}}="hiddenStructure"
 
! Size and Weight
 
! Size and Weight
 
| {{{size_weight}}}
 
| {{{size_weight}}}
|- class="hiddenStructure{{{isbn|}}}"
+
|- class{{{isbn|}}}="hiddenStructure"
 
! ISBN
 
! ISBN
 
| {{{isbn}}}
 
| {{{isbn}}}
|- class="hiddenStructure{{{preceded_by|}}}"  
+
|- class{{{preceded_by|}}}="hiddenStructure"  
 
! Preceded by
 
! Preceded by
 
| ''{{{preceded_by}}}''
 
| ''{{{preceded_by}}}''
|- class="hiddenStructure{{{followed_by|}}}"  
+
|- class{{{followed_by|}}}="hiddenStructure"  
 
! Followed by
 
! Followed by
 
| ''{{{followed_by}}}''
 
| ''{{{followed_by}}}''

Revision as of 22:20, 20 January 2006

{{{name}}}
Author {{{author}}}
Cover Artist {{{cover_artist}}}
Publisher {{{publisher}}}
Released {{{release_date}}}
Media Type {{{media_type}}}
Pages {{{pages}}}
Size and Weight {{{size_weight}}}
ISBN {{{isbn}}}
Preceded by {{{preceded_by}}}
Followed by {{{followed_by}}}

Usage

{{Infobox_Book | name = 
| image  = 
| author =
| cover_artist = 
| publisher =
| release_date =
| media_type =
| pages =
| size_weight = 
| isbn =
| preceded_by =
| followed_by = 
}}

Please do not make major changes to the infobox, such as the addition of new fields (e.g. MPAA ratings), without proposing and discussing it on the talk page first. If you make any changes, please make sure that all pages relying on this template (Special:Whatlinkshere/Template:Infobox_Book) still work.