Template:Publication infobox: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(17 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{| id=" | <templatestyles src="Publication infobox/styles.css"/> | ||
! colspan="2" style="font-size:125%" | {{{title|{{PAGETITLE}}}}} | {| id="publication" class="infobox" style="width:300px" | ||
! colspan="2" style="font-size:125%" | ''{{{title|{{PAGETITLE}}}}}'' | |||
|- | |- | ||
| colspan="2" style="text-align:center" | {{{image|}}} | | colspan="2" style="text-align:center" | {{{image|}}} | ||
{{#if:{{{ | |- | ||
{{#if:{{{series|}}}| | |||
{{!}} '''Series''' | |||
{{!}} ''{{{series}}}'' | |||
}} | |||
|- | |||
{{#if:{{{publisher|}}}| | |||
{{!}} '''Publisher''' | {{!}} '''Publisher''' | ||
{{!}} {{{publisher | {{!}} {{{publisher}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{label|}}}| | {{#if:{{{label|}}}| | ||
{{!}} '''Label''' | {{!}} '''Label''' | ||
{{!}} {{{label}}} | {{!}} {{{label}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{artist|}}}| | {{#if:{{{artist|}}}| | ||
{{!}} '''Artist(s)''' | {{!}} '''Artist(s)''' | ||
{{!}} {{{artist}}} | {{!}} {{{artist}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{writer|}}}| | {{#if:{{{writer|}}}| | ||
{{!}} '''Writer(s)''' | {{!}} '''Writer(s)''' | ||
{{!}} {{{writer}}} | {{!}} {{{writer}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{volumes|}}}| | ||
{{!}} '''Volumes''' | |||
{{!}} {{{volumes}}} | |||
}} | |||
|- | |||
{{#if:{{{release|}}}| | |||
{{!}} '''Release date''' | {{!}} '''Release date''' | ||
{{!}} {{{release}}} | {{!}} {{date|{{{release}}}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{ | {{#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}} | ||
==Usage== | ==Usage== | ||
{| | {|style="float:right;width:70%;margin:0 0 1em 1em" class=wikitable | ||
!colspan=2 | !colspan=2|Syntax | ||
|- | |- | ||
||title= | ||title= | ||
Line 40: | Line 54: | ||
|- | |- | ||
||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= | ||writer= | ||
|The | |The publication's writer(s). | ||
|- | |||
||volumes= | |||
|For publication series articles, the number of volumes in the series. | |||
|- | |- | ||
||release= | ||release= | ||
|The date of release (use {{tem| | |The date of release (use {{tem|flag list}}). | ||
|- | |- | ||
||previous= | ||previous= | ||
Line 68: | Line 85: | ||
<pre> | <pre> | ||
{{ | {{publication infobox | ||
|title= | |title= | ||
|image= | |image= | ||
|series= | |||
|publisher= | |publisher= | ||
|label= | |label= | ||
|artist= | |artist= | ||
|writer= | |writer= | ||
| | |volumes= | ||
|release= | |||
|previous= | |previous= | ||
|next= | |next= |
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= }}