Template:Volume Infobox: Difference between revisions

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
Content deleted Content added
imported>COPIOUS
No edit summary
No edit summary
Line 25: Line 25:
{{!}}style="border-top: 1px solid #999; border-bottom: 1px solid #999; background-color: #{{BackColor}}; color:#FFF"{{!}}<center>'''Date Released'''</center>
{{!}}style="border-top: 1px solid #999; border-bottom: 1px solid #999; background-color: #{{BackColor}}; color:#FFF"{{!}}<center>'''Date Released'''</center>
{{!}}<small>{{{date}}}</small>''
{{!}}<small>{{{date}}}</small>''
{{!}}-
{{!}}style="border-top: 1px solid #999; border-bottom: 1px solid #999; background-color: #{{BackColor}}; color:#FFF"{{!}}<center>'''ISBN'''</center>
{{!}}<small>{{{isbn}}}</small>''
{{!}}-
{{!}}-
|-
|-
Line 38: Line 41:
The basic code to bring it up is this.
The basic code to bring it up is this.
<pre>
<pre>
{{Volume box|
{{Volume box
title=|
|title =
image=|
|image =
vol=|
|vol =
chapters=|
|chapters =
jname=|
|jname =
rname=|
|rname =
pages=|
|pages =
date=|
|date =
|isbn =
prev=[[Chapter ]]|
next=[[Chapter ]]|
|prev = [[Chapter]]
|next = [[Chapter]]
}}
}}
</pre>
</pre>

Revision as of 10:40, 1 January 2015

{{{title}}}
{{{image}}}
Statistics
Volume
{{{vol}}}
Chapters
{{{chapter}}}
Japanese Title
{{{jname}}}
Romanized Title
{{{rname}}}
Total Pages
{{{page}}}
Date Released
{{{date}}}
ISBN
{{{isbn}}}
Volume Chronology
← Previous
{{{prev}}}
Next →
{{{next}}}

Instructions

This is an infobox that can be used for volumes.

The basic code to bring it up is this.

{{Volume box
|title    = 
|image    = 
|vol      = 
|chapters = 
|jname    = 
|rname    = 
|pages    = 
|date     = 
|isbn     = 
|prev     = [[Chapter]]
|next     = [[Chapter]]
}}