Difference between revisions of "Template:Infobox book"
(Removing hiddenStructure CSS hack due to accessibility problems) |
(rvt WP:POINT) |
||
Line 1: | Line 1: | ||
{| class="infobox" style="width: 20em; font-size: 90%; text-align: left;" | {| class="infobox" style="width: 20em; font-size: 90%; text-align: left;" | ||
|+ style="font-size: larger;" | '''''{{{name}}}''''' | |+ style="font-size: larger;" | '''''{{{name}}}''''' | ||
− | |- | + | |- class="hiddenStructure{{{image|}}}" |
| colspan="2" style="text-align: center;" | {{{image|}}} | | colspan="2" style="text-align: center;" | {{{image|}}} | ||
|- | |- | ||
! Author | ! Author | ||
| {{{author}}} | | {{{author}}} | ||
− | |- | + | |- class{{{cover_artist|}}}="hiddenStructure" |
− | + | ! Cover Artist | |
+ | | {{{cover_artist}}} | ||
|- | |- | ||
! Publisher | ! Publisher | ||
Line 14: | Line 15: | ||
! Released | ! Released | ||
| {{{release_date}}} | | {{{release_date}}} | ||
− | |- | + | |- class{{{media_type|}}}="hiddenStructure" |
− | + | ! Media Type | |
− | |- | + | | {{{media_type}}} |
− | + | |- class{{{pages|}}}="hiddenStructure" | |
− | |- | + | ! Pages |
− | + | | {{{pages}}} | |
− | |- | + | |- class{{{size_weight|}}}="hiddenStructure" |
− | + | ! Size and Weight | |
− | |- | + | | {{{size_weight}}} |
− | + | |- class{{{isbn|}}}="hiddenStructure" | |
− | |- | + | ! ISBN |
− | + | | {{{isbn}}} | |
+ | |- class{{{preceded_by|}}}="hiddenStructure" | ||
+ | ! Preceded by | ||
+ | | ''{{{preceded_by}}}'' | ||
+ | |- class{{{followed_by|}}}="hiddenStructure" | ||
+ | ! Followed by | ||
+ | | ''{{{followed_by}}}'' | ||
|}<noinclude> | |}<noinclude> | ||
Revision as of 03:05, 27 January 2006
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.