Template:Volume Infobox: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
Tag: Rollback |
||
(25 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
<infobox> |
<infobox theme-source="colors"> |
||
<title source="title"/> |
<title source="title"/> |
||
< |
<data source="image"/> |
||
<group> |
<group> |
||
<header> |
<header>Information</header> |
||
<data source="vol"><label |
<data source="vol"><label>Volume</label></data> |
||
<data source="chapter"><label |
<data source="chapter"><label>Chapters</label></data> |
||
<data source="ja_kanji"><label |
<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 |
<data source="ja_romaji"><label>Romanized Title</label> |
||
<format>''{{{ja_romaji}}}''</format></data> |
<format>''{{{ja_romaji}}}''</format></data> |
||
<data source="page"><label |
<data source="page"><label>Total Pages</label></data> |
||
<data source="date"><label |
<data source="date"><label>Date Released</label></data> |
||
<data source=" |
<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>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="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 24: | Line 29: | ||
The basic code to bring it up is this. |
The basic code to bring it up is this. |
||
<pre> |
<pre> |
||
{{Volume |
{{Volume Infobox |
||
|title = |
|title = |
||
|image = |
|image = |
||
|vol = |
|vol = |
||
|chapters = |
|chapters = |
||
|ja_kanji |
|ja_kanji = |
||
|ja_romaji |
|ja_romaji = |
||
| |
|page = |
||
|date = |
|date = |
||
| |
|digital = |
||
| |
|color = |
||
| |
|author = |
||
|designer = |
|||
|publisher = |
|||
|isbn = |
|||
|prev = [[Volume #]] |
|||
|next = [[Volume #]] |
|||
}} |
}} |
||
</pre></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 #]] }}