Template:Volume Infobox: Difference between revisions

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Content deleted Content added
m Reverted edits by Ryulong (talk) to last revision by Nabu
Tag: Rollback
m Reverted edits by HudgynS (talk) to last revision by Vish
Tag: Rollback
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<infobox theme-source="colors">
<infobox theme-source="colors">
<title source="title"/>
<title source="title"/>
<image source="image"/>
<data source="image"/>
<group>
<group>
<header>Statistics</header>
<header>Information</header>
<data source="vol"><label><center>Volume</center></label></data>
<data source="vol"><label>Volume</label></data>
<data source="chapter"><label><center>Chapters</center></label></data>
<data source="chapter"><label>Chapters</label></data>
<data source="ja_kanji"><label><center>Japanese Title</center></label></data>
<data source="ja_kanji"><label>Japanese Title</label><format><span lang="ja" style="font-family:Meiryo" class="t_nihongo_kanji">{{{ja_kanji}}}</span></format></data>
<data source="ja_romaji"><label><center>Romanized Title</center></label>
<data source="ja_romaji"><label>Romanized Title</label>
<format>''{{{ja_romaji}}}''</format></data>
<format>''{{{ja_romaji}}}''</format></data>
<data source="page"><label><center>Total Pages</center></label></data>
<data source="page"><label>Total Pages</label></data>
<data source="date"><label><center>Date Released</center></label></data>
<data source="date"><label>Date Released</label></data>
<data source="digital"><label><center>Digital Version[[JOJO-D|<sup><small><span class="explain" style="font-style: normal;" title="JOJO-D">?</span></small></sup>]]</center></label></data>
<data source="digital"><label>Digital Version[[JOJO-D|<sup><small><span class="explain" style="font-style: normal;" title="JOJO-D">?</span></small></sup>]]</label></data>
<data source="color"><label><center>Color Version[[JOJO-D#Digital Colored Comics|<sup><small><span class="explain" style="font-style: normal;" title="Digital Colored Comics">?</span></small></sup>]]</center></label></data>
<data source="color"><label>Color Version[[JOJO-D#Digital Colored Comics|<sup><small><span class="explain" style="font-style: normal;" title="Digital Colored Comics">?</span></small></sup>]]</label></data>
<data source="isbn"><label><center>ISBN</center></label></data>
<data source="author"><label>Author</label></data>
<data source="designer"><label>Cover Designer</label></data>
<data source="publisher"><label>Publisher</label></data>
<data source="isbn"><label>ISBN</label></data>
</group>
</group>
<group layout="horizontal">
<group layout="horizontal">
Line 26: Line 29:
The basic code to bring it up is this.
The basic code to bring it up is this.
<pre>
<pre>
{{Volume box
{{Volume Infobox
|title =
|title =
|image =
|image =
|vol =
|vol =
|chapters =
|chapters =
|ja_kanji =
|ja_kanji =
|ja_romaji =
|ja_romaji =
|pages =
|page =
|date =
|date =
|isbn =
|digital =
|prev = [[Volume #]]
|color =
|next = [[Volume #]]
|author =
|designer =
|publisher =
|isbn =
|prev = [[Volume #]]
|next = [[Volume #]]
}}
}}
</pre></noinclude><noinclude>[[Category:Infobox Templates]]</noinclude>
</pre></noinclude><noinclude>[[Category:Infobox Templates]]</noinclude>

Latest revision as of 15:25, 24 August 2024

Instructions

This is an infobox that can be used for volumes.

The basic code to bring it up is this.

{{Volume Infobox
|title     = 
|image     = 
|vol       = 
|chapters  = 
|ja_kanji  = 
|ja_romaji = 
|page      = 
|date      = 
|digital   =
|color     =
|author    =
|designer  =
|publisher =
|isbn      = 
|prev      = [[Volume #]]
|next      = [[Volume #]]
}}