Template:Manga chapter: Difference between revisions

From Medapedia
Jump to navigationJump to search
(test)
 
No edit summary
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
|-
|&#124;title=
|The name, if different from the article title.
|-
|&#124;image=
|An image of the publication - ideally the cover.
|-
|&#124;publisher=
|The publishing house.
|-
|&#124;label=
|The label it is published under.
|-
|&#124;artist=
|The publication's artist(s).
|-
|&#124;writer=
|The publication's writer(s).
|-
|&#124;volumes=
|For publication series articles, the number of volumes in the series.
|-
|&#124;release=
|The date of release (use {{tem|flag list}}).
|-
|&#124;series=
|The series.
|-
|&#124;previous=
|The previous volume.
|-
|&#124;next=
|The next volume.
|}
 
<pre>
{{publication infobox
|title=
|image=
|publisher=
|label=
|artist=
|writer=
|volumes=
|release=
|series=
|previous=
|next=
}}
</pre>

Revision as of 06:42, 10 December 2024