Template:Publication infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Text replacement - "align={{{align|right}}} " to "") |
No edit summary |
||
(46 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox" | <templatestyles src="Publication infobox/styles.css"/> | ||
{| id="publication" class="infobox" style="width:300px" | |||
! colspan="2" style="font-size:125%" | ''{{{title|{{PAGETITLE}}}}}'' | |||
|- | |- | ||
| | | colspan="2" style="text-align:center" | {{{image|}}} | ||
{{#if:{{{ | |- | ||
{{!}}'''Publisher''' | {{#if:{{{series|}}}| | ||
{{!}} '''Series''' | |||
{{!}} ''{{{series}}}'' | |||
|- | }} | ||
{{#if:{{{label|}}}| | |- | ||
{{#if:{{{publisher|}}}| | |||
{{!}} '''Publisher''' | |||
{{!}} {{{publisher}}} | |||
}} | |||
|- | |||
{{#if:{{{label|}}}| | |||
{{!}} '''Label''' | {{!}} '''Label''' | ||
{{!}} {{{label}}} | {{!}} {{{label}}} | ||
}} | |||
|- | |- | ||
{{#if:{{{artist|}}}| | {{#if:{{{artist|}}}| | ||
{{!}} '''Artist(s)''' | {{!}} '''Artist(s)''' | ||
{{!}} {{{artist}}} | {{!}} {{{artist}}} | ||
}} | |||
|- | |- | ||
{{#if:{{{ | {{#if:{{{writer|}}}| | ||
{{!}} ''' | {{!}} '''Writer(s)''' | ||
{{!}} {{{writer}}} | |||
}} | |||
|- | |||
{{#if:{{{volumes|}}}| | |||
{{!}} '''Volumes''' | |||
{{!}} {{{volumes}}} | {{!}} {{{volumes}}} | ||
|}} | }} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{release|}}}| | ||
{{!}} ''' | {{!}} '''Release date''' | ||
{{!}} {{{ | {{!}} {{date|{{{release}}}}} | ||
}} | |||
|- | |||
{{#if:{{{next|}}}{{{previous|}}}| | |||
{{!}} style="width:50%;text-align:center" {{!}} '''← Previous'''<br>''{{{previous|—}}}'' | |||
{{!}} style="width:50%;text-align:center" {{!}} '''Next →'''<br>''{{{next|—}}}'' | |||
{{!}}- style="text-align:center;padding:0 2px !important" | |||
}} | |||
|}<noinclude>{{br}} | |}<noinclude>{{br}} | ||
==Usage== | ==Usage== | ||
{| | {|style="float:right;width:70%;margin:0 0 1em 1em" class=wikitable | ||
!colspan=2|Syntax | !colspan=2|Syntax | ||
|- | |||
||title= | |||
|The name, if different from the article title. | |||
|- | |- | ||
||image= | ||image= | ||
|An image of the | |An image of the publication - ideally the cover. | ||
|- | |||
||series= | |||
|The book series to which the volume belongs to. | |||
|- | |- | ||
||publisher= | ||publisher= | ||
|The | |The publishing house. | ||
|- | |- | ||
||label= | ||label= | ||
|The label | |The label it is published under. | ||
|- | |- | ||
||artist= | ||artist= | ||
|The | |The publication's artist(s). | ||
|- | |||
||writer= | |||
|The publication's writer(s). | |||
|- | |- | ||
||volumes= | ||volumes= | ||
| | |For publication series articles, the number of volumes in the series. | ||
|- | |||
||release= | |||
|The date of release (use {{tem|flag list}}). | |||
|- | |||
||previous= | |||
|The previous volume. | |||
|- | |- | ||
|| | ||next= | ||
|The volume | |The next volume. | ||
|} | |} | ||
<pre> | <pre> | ||
{{ | {{publication infobox | ||
|title= | |||
|image= | |image= | ||
|series= | |||
|publisher= | |publisher= | ||
|label= | |label= | ||
|artist= | |artist= | ||
|writer= | |||
|volumes= | |volumes= | ||
| | |release= | ||
|previous= | |||
|next= | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 04:07, April 29, 2025
Publication infobox | |
---|---|
Usage
Syntax | |
---|---|
|title= | The name, if different from the article title. |
|image= | An image of the publication - ideally the cover. |
|series= | The book series to which the volume belongs to. |
|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 {{flag list}}). |
|previous= | The previous volume. |
|next= | The next volume. |
{{publication infobox |title= |image= |series= |publisher= |label= |artist= |writer= |volumes= |release= |previous= |next= }}