Difference between revisions of "Template:Infobox book"
m (parameter name revert) |
m (revert) |
||
| 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:{{{ | + | -->{{#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 = |
| − | | translator = | + | | translator = |
| − | | image = | + | | image = |
| − | | 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 = |
| − | | size_weight = | + | | size_weight = |
| − | | isbn = | + | | isbn = |
| − | | preceded_by = | + | | preceded_by = |
| − | | followed_by = | + | | followed_by = |
}} | }} | ||
</pre> | </pre> | ||
Revision as of 08:52, 28 April 2006
| 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 =
| size_weight =
| isbn =
| preceded_by =
| followed_by =
}}
Also 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.