Template:Infobox Album: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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}} | |||
</ | | 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 }}