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
Line 1: Line 1:
<infobox>
<infobox theme="mspa">
  <title source="title1">
    <title source="name"><default>{{BASEPAGENAME}}</default></title>
    <default>{{PAGENAME}}</default>
    <image source="image" />
  </title>
     <group>
  <image source="image1">
        <data source="release"><label>Released</label></data>
     <caption source="caption1"/>
        <data source="musicians"><label>Musicians</label></data>
  </image>
        <data source="artists"><label>Album art</label></data>
  <data source="row1">
    </group>
    <label>Label</label>
  </data>
  <data source="row2">
    <label>Label</label>
  </data>
</infobox>
</infobox>
<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
|artists=Example
|row2=Example
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 05:49, 25 May 2020

<infobox theme="mspa">

   <title source="name"><default>Infobox Album</default></title>
   <image source="image" />
   <group>
       <label>Released</label>
       <label>Musicians</label>
       <label>Album art</label>
   </group>

</infobox>

Example usage:

{{Infobox Album
|image=Example
|release=Example
|musicians=Example
|artists=Example
}}