Template:Infobox Album: Difference between revisions
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: | ||
< | <includeonly> | ||
{{Infobox | |||
| Box title = {{{name|{{BASEPAGENAME}}}}} | |||
| image = {{ #if:{{{image|}}}|File:{{{image}}} }} | |||
| caption = {{{caption|}}} | |||
| label1 = {{ #if: {{{release|}}}|Released}} | |||
| info1 = {{{release}}} | |||
| label2 = {{ #if: {{{musicians|}}}|Musicians}} | |||
| info2 = {{{musicians}}} | |||
| label3 = {{ #if: {{{albumartist|}}}|Album Artist(s)}} | |||
| info3 = {{{albumartist}}} | |||
| label4 = {{ #if: {{{trackartists|}}}|Track Artists}} | |||
| info4 = {{{trackartists}}} | |||
</ | | label5 = {{ #if: {{{permalinks|}}}|Permalinks}} | ||
| info5 = {{{permalinks}}} | |||
}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage: | ||
<pre> | |||
{{Infobox Album | {{Infobox Album | ||
| | |image=Example | ||
| | |release=Example | ||
| | |musicians=Example | ||
| | |albumartist=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 }}