|
|
Line 1: |
Line 1: |
| | | <noinclude> |
| {| id="publication" class="infobox" style="width:300px"
| | <!-- Template:Manga chapter --> |
| ! colspan="2" style="font-size:125%" | | | </noinclude> |
| |-
| | <includeonly> |
| | colspan="2" style="text-align:center" | {{{image|}}}
| | <div class="article-info-box" style="border: 1px solid #ccc; padding: 15px; background-color: #f9f9f9;"> |
| |-
| | <b>Title:</b> {{{Title}}}<br> |
| {{#if:{{{publisher|}}}|
| | <b>Author:</b> {{{Author}}}<br> |
| {{!}} '''Publisher'''
| | <b>Image:</b> {{{Image}}}<br> |
| {{!}} {{{publisher}}}
| | <b>Publication date:</b> {{{Publication date}}}<br> |
| }}
| | <b>Magazine:</b> {{{Magazine}}}<br> |
| |-
| | <b>Publisher:</b> {{{Publisher}}}<br> |
| {{#if:{{{label|}}}|
| | <b>Previous Volume:</b> {{{Previous Volume}}}<br> |
| {{!}} '''Label'''
| | <b>Next Volume:</b> {{{Next Volume}}} |
| {{!}} {{{label}}}
| | </div> |
| }}
| | </includeonly> |
| |-
| |
| {{#if:{{{artist|}}}|
| |
| {{!}} '''Artist(s)'''
| |
| {{!}} {{{artist}}}
| |
| }}
| |
| |-
| |
| {{#if:{{{writer|}}}|
| |
| {{!}} '''Writer(s)'''
| |
| {{!}} {{{writer}}}
| |
| }}
| |
| |-
| |
| {{#if:{{{volumes|}}}|
| |
| {{!}} '''Volumes'''
| |
| {{!}} {{{volumes}}}
| |
| }}
| |
| |-
| |
| {{#if:{{{release|}}}|
| |
| {{!}} '''Release date'''
| |
| {{!}} {{date|{{{release}}}}}
| |
| }}
| |
| |-
| |
| {{#if:{{{series|}}}|
| |
| {{!}} colspan="2" style="text-align:center" {{!}} {{#if:{{{previous|}}}|'''[[{{{previous}}}|<<]]'''}} <span style="font-size:97%">[[{{{series}}}#Volumes|List of volumes]]</span> {{#if:{{{next|}}}|'''[[{{{next}}}|>>]]'''}}
| |
| }}
| |
| |}
| |
| ==Usage==
| |
| {|style="float:right;width:70%;margin:0 0 1em 1em" class=wikitable | |
| !colspan=2|Syntax
| |
| |-
| |
| ||title=
| |
| |The name, if different from the article title.
| |
| |-
| |
| ||image=
| |
| |An image of the publication - ideally the cover.
| |
| |-
| |
| ||publisher=
| |
| |The publishing house.
| |
| |-
| |
| ||label=
| |
| |The label it is published under.
| |
| |-
| |
| ||artist=
| |
| |The publication's artist(s).
| |
| |-
| |
| ||writer=
| |
| |The publication's writer(s).
| |
| |-
| |
| ||volumes=
| |
| |For publication series articles, the number of volumes in the series.
| |
| |-
| |
| ||release=
| |
| |The date of release (use {{tem|flag list}}).
| |
| |-
| |
| ||series=
| |
| |The series.
| |
| |-
| |
| ||previous=
| |
| |The previous volume.
| |
| |-
| |
| ||next=
| |
| |The next volume.
| |
| |}
| |
| | |
| <pre> | |
| {{publication infobox
| |
| |title=
| |
| |image=
| |
| |publisher=
| |
| |label=
| |
| |artist=
| |
| |writer=
| |
| |volumes=
| |
| |release=
| |
| |series=
| |
| |previous=
| |
| |next=
| |
| }}
| |
| </pre> | |