Template:Infobox Album: Difference between revisions

From DCRC Wiki
Jump to navigation Jump to search
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<infobox>
<includeonly>
  <title source="title1">
{{Infobox
     <default>{{PAGENAME}}</default>
| Box title = {{{name|{{BASEPAGENAME}}}}}
   </title>
| image     = {{ #if:{{{image|}}}|File:{{{image}}} }}
  <image source="image1">
| caption   = {{{caption|}}}
     <caption source="caption1"/>
| label1    = {{ #if: {{{release|}}}|Released}}
  </image>
| info1     = {{{release}}}
  <data source="row1">
| label2    = {{ #if: {{{musicians|}}}|Musicians}}
     <label>Label</label>
| info2    = {{{musicians}}}
  </data>
| label3    = {{ #if: {{{albumartist|}}}|Album Artist(s)}}
  <data source="row2">
| info3     = {{{albumartist}}}
     <label>Label</label>
| label4    = {{ #if: {{{trackartists|}}}|Track Artists}}
  </data>
| info4    = {{{trackartists}}}
</infobox>
| label5    = {{ #if: {{{permalinks|}}}|Permalinks}}
| info5     = {{{permalinks}}}
}}
</includeonly>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:
<pre>
{{Infobox Album
{{Infobox Album
|title1=Example
|image=Example
|image1=Example
|release=Example
|caption1=Example
|musicians=Example
|row1=Example
|albumartist=Example
|row2=Example
|trackartists=Example
|permalinks=Example
}}
}}
</pre>
</pre>
</noinclude>
 
[[Category:Infobox templates]]</noinclude>

Latest revision as of 08:09, 23 August 2021


Example usage:

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