Jump to content

Template:Infobox album: Difference between revisions

From Monster Girl Encyclopedia
m 10 revisions
 
Infobox updated using the portable infobox migration tool
 
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px;"
<infobox>
|-
<title source="name"><default>{{PAGENAME}}</default></title>
! colspan="2" style="background-color:#3366CC; color:#ffffff; font-size:120%; padding:1em;" | {{{name|{{PAGENAME}}}}}
<image source="image"/>
|- style="text-align:center;"
<data source="artist"><label>artist</label></data>
{{#if: {{{image|}}} | {{!}} colspan="2" style="padding:0.5em;" {{!}} [[{{{image}}}|{{{imagewidth|250}}}px]] }}
<data source="released"><label>'''Released'''</label></data>
|- style="text-align:center;"
<data source="recorded"><label>'''Recorded'''</label></data>
| colspan="2" style="font-size:120%; background-color:#3366CC; color:#ffffff;" | ''{{{artist}}}''
<data source="length"><label>'''Length'''</label></data>
|-
<data source="label"><label>'''Label'''</label></data>
{{#if: {{{released|}}} | {{!}} '''Released''' {{!!}} {{{released}}} }}
<data source="producer"><label>'''Produced by'''</label></data>
|-
</infobox>
{{#if: {{{recorded|}}} | {{!}} '''Recorded''' {{!!}} {{{recorded}}} }}
<noinclude>
|-
== Usage & preview ==
{{#if: {{{length|}}} | {{!}} '''Length''' {{!!}} {{{length}}} }}
Type in this:
|-
 
{{#if: {{{label|}}} | {{!}} '''Label''' {{!!}} {{{label}}} }}
<pre>
|-
{{Infobox album
{{#if: {{{producer|}}} | {{!}} '''Produced by''' {{!!}} {{{producer}}} }}
|name=
|}<noinclude><br style="clear:both;" />
|image=
{{documentation}}</noinclude>
|imagewidth=
|artist=
|released=
|recorded=
|length=
|label=
|producer=
}}
 
</pre>
 
to see this:
 
{{Infobox album
|name=This is a test
|image=This is a test
|imagewidth=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
}}
 
 
[{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Click here to refresh the preview above]
</noinclude>

Latest revision as of 15:01, 1 December 2015

<infobox> <title source="name"><default>Infobox album</default></title> <image source="image"/> <label>artist</label> <label>Released</label> <label>Recorded</label> <label>Length</label> <label>Label</label> <label>Produced by</label> </infobox>

Usage & preview[edit source]

Type in this:

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

to see this:

<infobox> <title source="name"><default>Infobox album</default></title> <image source="image"/> <label>artist</label> <label>Released</label> <label>Recorded</label> <label>Length</label> <label>Label</label> <label>Produced by</label> </infobox>


Click here to refresh the preview above