Template:Book Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
OBRS Wiki>Korra II A Royal
No edit summary
m (Text replacement - "|N/A}}}" to "|}}}")
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>
{| class="wikitable infobox"
{| class="BRWiki" style="float:right; clear:right; margin:0 0 0.5em 0.5em; width:350px">
!colspan="2" class="infoboxTitle"|<span style="font-size: 1.2rem;">{{{name|{{PAGENAME}}}}}</span><br><span style="font-size: 0.75rem;">{{#if:{{{romaji|}}}|{{Tt|{{{jpname|}}}|{{{romaji}}}}}|{{{jpname|}}}}}</span>
<th style="border-radius:10px; padding:5px"><big>{{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}</big>
<tr>
<th style="background-color:rgba(0,0,0,0); padding:10px">[[File:{{#if:{{{image|}}}|{{{image}}}|Wiki section 1 image.png}}|300x300px|frameless]]
<tr>
<td style="padding:5px; border-radius:10px; text-align:center">{{#if:{{{description|}}}|''{{{description|}}}''|''No description available.''}}
{{#if:{{{Series|}}} {{{Series #|}}} {{{Saga #|}}} {{{Publisher(s)|}}} {{{ISBN|}}} {{{OG Release Date|}}} {{{Editions|}}} {{{Language(s)|}}} {{{Audio Book Available|}}} {{{Ebook Available|}}}|
<tr>
<td style="background-color:rgba(0,0,0,0)">
<table class="mw-collapsible" style="width:100%">
<th colspan="2" style="border-radius:10px">Novel Information
{{#if:{{{Series|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Series
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Series|}}}
}}{{#if:{{{Series #|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Series #
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Series #|}}}
}}{{#if:{{{Saga #|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Saga #
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Saga #|}}}
}}{{#if:{{{Author|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Author
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{Meta|{{{Author|}}}}}
}}{{#if:{{{Publisher(s)|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Publisher(s)
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{Meta|{{{Publisher(s)|}}}}}
}}{{#if:{{{ISBN|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">ISBN
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{ISBN|}}}
}}{{#if:{{{OG Release Date|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">OG Release Date
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{OG Release Date|}}}
}}{{#if:{{{Editions|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Editions
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Editions|}}}
}}{{#if:{{{Language(s)|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Language(s)
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Language(s)|}}}
}}{{#if:{{{Audio Book|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Audio Book
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Audio Book|}}}
}}{{#if:{{{Ebook|}}}|
<tr>
<th style="width:100px; border-radius:10px 0px 0px 10px">Ebook
<td style="padding-left:5px; border-radius:0px 10px 10px 0px">{{{Ebook|}}}
}}
</table>
}}{{#if:{{{Previous|}}} {{{Next|}}}|
<tr>
<td style="background-color:rgba(0,0,0,0)">
<table class="mw-collapsible" style="width:100%">
<th colspan="2" style="border-radius:10px">Reading Order
<tr>
<th style="width:175px; border-radius:10px 0px 0px 10px">Previous
<th style="width:175px; border-radius:0px 10px 10px 0px">Next
<tr>
<td style="text-align:center; font-size:75%; border-radius:10px 0px 0px 10px">''{{#if:{{{Previous|}}}|{{Meta|{{{Previous|}}}}}|N/A}}''
<td style="text-align:center; font-size:75%; border-radius:0px 10px 10px 0px">''{{#if:{{{Next|}}}|{{Meta|{{{Next|}}}}}|N/A}}''
</table>
}}
</table>
</onlyinclude><noinclude>
{{clear}}
 
==Usage==
<pre>
{{Infobox Novel
  | name            =
  | image          =
  | description    =
  | Series          =
  | Series #        =
  | Saga #          =
  | Publisher(s)    =
  | ISBN            =
  | OG Release Date =
  | Editions        =
  | Language(s)    =
  | Audio Book      =
  | Ebook          =
  | Previous        =
  | Next            =
}}
</pre>
 
==Explanation of Values==
{| class="wikitable"
!Value
!Identifier
!Description
|-
|-
|Name
!colspan="2" class="infoboxImage"|[[File:{{#ifeq:{{{image}}}||Wiki.png|{{{image|Wiki.png}}}}}|alt={{{img_description|{{{caption|Image for {{PAGENAME}}}}}}}}|{{{img_size|200x200px}}}|frameless]]<br>{{{caption|}}}
|<nowiki>| name =</nowiki>
|The character's name in English.
|-
|-
|Kana
|colspan="2" class="infoboxDescription"|{{{description|}}}
|<nowiki>| kana =</nowiki>
|The character's name in Kana.
|-
|-
|romaji
!colspan="2" class="infoboxContext"|Information
|<nowiki>| romaji =</nowiki>
|The character's name in Romaji.
|-
|-
|Hepburn
!class="infoboxHeadRow"|Genre
|<nowiki>| hepburn =</nowiki>
|class="infoboxBodyRow"|{{{genre|}}}
|The character's name in Hepburn.
|-
|-
|Image
!class="infoboxHeadRow"|Series
|<nowiki>| image = </nowiki>
|class="infoboxBodyRow"|{{{series|}}}
|Picture file of the character.
|-
|-
|Location
!class="infoboxHeadRow"|Series #
|<nowiki>| location = </nowiki>
|class="infoboxBodyRow"|{{{series #|}}}
|Where the character live or where the player first met him/her.
|-
|-
|Age
!class="infoboxHeadRow"|Saga #
|<nowiki>| age = </nowiki>
|class="infoboxBodyRow"|{{{saga|}}}
|The character's age.
|-
|-
|Gender
!class="infoboxHeadRow"|Manufacturer
|<nowiki>| gender = </nowiki>
|class="infoboxBodyRow"|{{{manufacturer|}}}
|The character's gender.
|-
|-
|Family
!class="infoboxHeadRow"|Author
|<nowiki>| family = </nowiki>
|class="infoboxBodyRow"|{{{author|}}}
|The character's family or the animal/monster speeches.
|-
|-
|Occupation
!class="infoboxHeadRow"|Writer
|<nowiki>| occupation = </nowiki>
|class="infoboxBodyRow"|{{{writer|}}}
|The character's current or latest occupation.
|-
|-
|Title
!class="infoboxHeadRow"|Illustrator
|<nowiki>| title = </nowiki>
|class="infoboxBodyRow"|{{{illustrator|}}}
|The character's title if it has one.
|-
|-
|Debut
!class="infoboxHeadRow"|Publisher
|<nowiki>| debut = </nowiki>
|class="infoboxBodyRow"|{{{publisher|}}}
|When and which game the character first appeared.
|-
|-
|Last appearance
!class="infoboxHeadRow"|Distributor
|<nowiki>| latest = </nowiki>
|class="infoboxBodyRow"|{{{distributor|}}}
|When and which game the character recently appeared.
|-
|-
|Voice actor (JA)
!class="infoboxHeadRow"|Cover art
|<nowiki>| va_ja =</nowiki>
|class="infoboxBodyRow"|{{{cover art|}}}
|The Japanese voice actor for the character if it has one.
|-
|-
|First media
!class="infoboxHeadRow"|ISBN
|<nowiki>| media_ja =</nowiki>
|class="infoboxBodyRow"|{{{isbn|}}}
|Which game the character's voice originates from.
|-
|-
|Voice actor (EN)
!class="infoboxHeadRow"|ASIN
|<nowiki>| va_en =</nowiki>
|class="infoboxBodyRow"|{{{asin|}}}
|The English voice actor for the character if it has one.
|-
|-
|Second media
!class="infoboxHeadRow"|Release date
|<nowiki>| media_en =</nowiki>
|class="infoboxBodyRow"|{{{release date|}}}
|Which game the character's voice originates from.
|-
|}
!class="infoboxHeadRow"|Edition
 
|class="infoboxBodyRow"|{{{edition|}}}
==Example==
|-
{{Infobox Novel
!class="infoboxHeadRow"|Pages
  | name            = Roland's Path
|class="infoboxBodyRow"|{{{pages|}}}
  | image          = Heirs of Vanity - Rolands Path.png
|-
  | description    = Roland's Vow paperback cover art.
!class="infoboxHeadRow"|Language
  | Series          = {{Meta|Heirs of Vanity}}
|class="infoboxBodyRow"|{{{language|}}}
  | Series #        = 1
|-
  | Saga #          = 1
!class="infoboxHeadRow"|Audio book
  | Author          = R.J. Hanson
|class="infoboxBodyRow"|{{{audio book|}}}
  | Publisher(s)    = Hanson Publishing
|-
  | ISBN            = 9781797051789
!class="infoboxHeadRow"|eBook
  | OG Release Date = March 20, 2019
|class="infoboxBodyRow"|{{{ebook|}}}
  | Editions        = 4
|-
  | Language(s)    = English
!colspan="2" class="infoboxGap"|
  | Audio Book      = Yes
|-
  | Ebook          = Yes
!style="width 50%;"|← Previous book
  | Previous        =
!style="width 50%;"|Next book →
  | Next            = Roland's Vow
|-
}}
|style="text-align:center;"|{{{prev|}}}
[[Category:Infobox templates]]
|style="text-align:center;"|{{{next|}}}
[[Category:Infobox Allies]]
|}<noinclude>
{{Clear}}{{Doc}}
[[Category:Meta Infobox Templates]]
</noinclude>
</noinclude>

Latest revision as of 17:12, 25 June 2025

Book Infobox
Image for Book Infobox
Information
Genre
Series
Series #
Saga #
Manufacturer
Author
Writer
Illustrator
Publisher
Distributor
Cover art
ISBN
ASIN
Release date
Edition
Pages
Language
Audio book
eBook
← Previous book Next book →
Template-info.png Documentation

Usage

{{Book Infobox
  | name         = 
  | jpname       = 
  | romaji       = 
  | hepburn      = 
  | image        = 
  | description  = 
  | genre        = 
  | series       = 
  | series #     = 
  | saga #       = 
  | author       = 
  | publisher    = 
  | cover art    = 
  | isbn         = 
  | asin         = 
  | release date = 
  | edition      = 
  | language     = 
  | audio book   = 
  | ebook        = 
  | prev         = 
  | next         = 
}}

Example

Manga

Pokémon Super Mystery Dungeon: Go For It! Novice Investigation Team!
Image for Book Infobox
Coro Coro comic cover art.
Information
Genre
Series
Series #
Saga #
Manufacturer
Author
Writer
Illustrator
Publisher
Distributor
Cover art
ISBN
ASIN
Release date
Edition
Pages
Language
Audio book
eBook
← Previous book Next book →

Novella

Torneko's Great Adventure: Mysterious Dungeon Enix Bunko
小説トルネコの大冒険 : 不思議のダンジョン エニックス文庫
Image for Book Infobox
Information
Genre Novella
Series
Series #
Saga #
Manufacturer
Author
Writer とまと あき
塚本 裕美子
Illustrator 金子 統
Publisher
Distributor
Cover art
ISBN
ASIN
Release date
Edition
Pages 222
Language
Audio book
eBook
← Previous book Next book →