Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox album: Difference between revisions

Template page
Default (talk | contribs)
m 1 revision
 
Pinkachu (talk | contribs)
Infobox updated using the portable infobox migration tool
 
Line 1: Line 1:
<onlyinclude>{| class="wikia-infobox"
<infobox>
<title source="title"><default>''Unknown''</default></title>
<image source="image"/>
<data source="artist"><label>artist</label><default>''Unknown''</default></data>
<data source="released"><label>released</label><default>''Unknown''</default></data>
<data source="recorded"><label>recorded</label><default>''Unknown''</default></data>
<data source="length"><label>length</label><default>''Unknown''</default></data>
<data source="label"><label>label</label><default>''Unknown''</default></data>
<data source="producer"><label>producer</label><default>''Unknown''</default></data>
</infobox>
<noinclude>
== Usage & preview ==
Type in this:


|-
<pre>
! class="wikia-infobox-header" colspan="2" | {{{title|''Unknown''}}}
{{Infobox album
|title=
|image=
|artist=
|released=
|recorded=
|length=
|label=
|producer=
}}


|-
</pre>
{{#if: {{{image|}}} |
{{!}} class="wikia-infobox-image" colspan="2" {{!}} [[File:{{{image}}}|{{{imagewidth|210}}}px|{{{imagecaption|}}}]]
| }}


|-
to see this:
{{#if: {{{imagecaption|}}} |
{{!}} class="wikia-infobox-caption" colspan="2" {{!}} {{{imagecaption}}}
| }}


|-
{{Infobox album
! colspan="2" | <div class="wikia-infobox-section-header">{{{artist|''Unknown''}}}</div>
|title=This is a test
|image=This is a test
|artist=This is a test
|released=This is a test
|recorded=This is a test
|length=This is a test
|label=This is a test
|producer=This is a test
}}


|-
! Released
| {{{released|''Unknown''}}}


|-
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
! Recorded
</noinclude>
| {{{recorded|''Unknown''}}}
 
|-
! Length
| {{{length|''Unknown''}}}
 
|-
! Label
| {{{label|''Unknown''}}}
 
|-
! Producer
| {{{producer|''Unknown''}}}
 
|- style="font-size:0; line-height:0;"
! style="width:50%; padding:0" |
! style="width:50%; padding:0" |
 
|}</onlyinclude><noinclude><br style="clear:both;"/>
{{documentation}}</noinclude>

Latest revision as of 17:27, 17 December 2015

Usage & preview

Type in this:

{{Infobox album
|title=
|image=
|artist=
|released=
|recorded=
|length=
|label=
|producer=
}}

to see this:


Click here to refresh the preview above