Template:Infobox Album: Difference between revisions

From DCRC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<infobox theme="ve">
<includeonly>
    <title source="name"><default>{{BASEPAGENAME}}</default></title>
{{Infobox
     <image source="image" />
| Box title = {{{name|{{BASEPAGENAME}}}}}
    <group>
| image     = {{ #if:{{{image|}}}|File:{{{image}}} }}
        <data source="release"><label>Released</label></data>
| caption  = {{{caption|}}}
        <data source="musicians"><label>Musicians</label></data>
| label1    = {{ #if: {{{release|}}}|Released}}
        <data source="albumartist"><label>Album Artist(s)</label></data>
| info1    = {{{release}}}
        <data source="trackartists"><label>Track Artists</label></data>
| label2    = {{ #if: {{{musicians|}}}|Musicians}}
        <data source="permalinks"><label>Permalinks</label></data>
| info2    = {{{musicians}}}
    </group>
| label3    = {{ #if: {{{albumartist|}}}|Album Artist}}
</infobox>
| info3    = {{{albumartist}}}
| label4    = {{ #if: {{{trackartists|}}}|Track Artists}}
| info4    = {{{trackartists}}}
}}
</includeonly>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:
<pre>
{{Infobox Album
{{Infobox Album
|image=Example
|image=Example
Line 20: Line 25:
}}
}}
</pre>
</pre>
</noinclude>
 
[[Category:Infobox templates]]</noinclude>

Revision as of 08:08, 23 August 2021


Example usage:

{{Infobox Album
|image=Example
|release=Example
|musicians=Example
|albumartist=Example
|trackartists=Example
}}