Template:Album infobox: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "{|cellpadding=2 cellspacing=2 width=265 style="float:right;padding:4px;margin:0 0 1em 1em;font-size:11px;background-color:#FFF5EE;border:1px solid #8a8" | align=center colspan=2 ...")
 
mNo edit summary
 
(48 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{|cellpadding=2 cellspacing=2 width=265 style="float:right;padding:4px;margin:0 0 1em 1em;font-size:11px;background-color:#FFF5EE;border:1px solid #8a8"
<includeonly><templatestyles src="Album infobox/styles.css"/>
| align=center colspan=2 bgcolor="#318CE7" style="font-size:110%" | '''''{{{title|}}}'''''
{| id="album" class="infobox" style="width:265px"
!colspan=2 style="font-size:125%"|{{{name|''{{{title|{{PAGETITLE}}}}}''}}}
|-
|-
|align=center colspan=2|{{{image|}}}  
|colspan=2 style="text-align:center"|{{{image|[[File:No image.png|250x330px|link=|Description]]<br>250x330px}}}
|-style=vertical-align:top
|-
|'''Composer(s)'''
|colspan=2 style="text-align:center"|Composed by:<br>{{{composer|Unknown}}}
|{{{composer|}}}
|-
|-style=vertical-align:top
{{#if:{{{publisher|}}}|{{!}}'''Publisher(s)'''{{!!}}{{{publisher}}}}}
|'''Publisher(s)'''
|-
|{{{publisher|}}}
{{#if:{{{release|}}}|{{!}}'''Release date'''{{!!}}{{{release}}}}}
|-style=vertical-align:top
|-
|'''Release date'''
{{#if:{{{format|}}}|{{!}}'''Format'''{{!!}}{{{format}}}}}
|{{{released|}}}
|-
|-style=vertical-align:top
{{#if:{{{track|}}}|{{!}}'''Track(s)'''{{!!}}{{{track}}}}}
|'''Media'''
|-
|{{{media|}}}
{{#if:{{{length|}}}|{{!}}'''Length'''{{!!}} {{{length}}}}}
|-style=vertical-align:top
|-
|'''Track(s)'''
{{#if:{{{catalog|}}}|{{!}}'''Catalog number(s)'''{{!!}}{{{catalog}}}}}
|{{{track|}}}
|}</includeonly><noinclude>
|-style=vertical-align:top
{{album infobox
|'''Length'''
|title={{FULLPAGENAME}}
|{{{length|}}}
|composer={{nw|[[Lorem ipsum]]}}, {{nw|Lorem ipsum}}
|-style=vertical-align:top
|publisher=Lorem ipsum
|'''Catalog Number(s)'''
|release={{flag list|Japan|October 18, 2006}}
|{{{catalog|}}}
|format=Lorem ipsum
|}<noinclude>
|track=31
[[Category:Infobox Templates|{{PAGENAME}}]]</noinclude>
|length=41:26
|catalog=SQEX-10079
}}
 
== Usage ==
<pre>
{{album infobox
|image=[[File:No image.png|250x330px|Description]]
|composer={{nw|[[Lorem ipsum]]}}, {{nw|Lorem ipsum}}
|release={{flag list|Japan|October 18, 2006}}
|format=Lorem ipsum
|track=31
|length=41:26
|catalog=xx-xxxx
}}
</pre>
 
*<code>image</code> - Specify max width and height to <tt>|250x330px|</tt>
*<code>composer</code> - List the composer(s), preferably using {{tem|nw}}
*<code>publisher</code> - List the publisher(s)
*<code>release</code> - Release date, use {{tem|flag list}}
*<code>format</code> - Media format it is distributed on
*<code>track</code> - Number of tracks
*<code>length</code> - Length of the album
*<code>catalog</code> - Serial, e.g. SQEX-10079
 
[[Category:Infobox templates]]</noinclude>

Latest revision as of 20:37, September 27, 2024

Template:Album infobox
Description
250x330px
Composed by:
Lorem ipsum, Lorem ipsum
Publisher(s) Lorem ipsum
Release date Japan October 18, 2006
Format Lorem ipsum
Track(s) 31
Length 41:26
Catalog number(s) SQEX-10079

Usage

{{album infobox
|image=[[File:No image.png|250x330px|Description]]
|composer={{nw|[[Lorem ipsum]]}}, {{nw|Lorem ipsum}}
|release={{flag list|Japan|October 18, 2006}}
|format=Lorem ipsum
|track=31
|length=41:26
|catalog=xx-xxxx
}}
  • image - Specify max width and height to |250x330px|
  • composer - List the composer(s), preferably using {{nw}}
  • publisher - List the publisher(s)
  • release - Release date, use {{flag list}}
  • format - Media format it is distributed on
  • track - Number of tracks
  • length - Length of the album
  • catalog - Serial, e.g. SQEX-10079