Template:Infobox Album: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision 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 | |image=Example | ||
Line 18: | Line 25: | ||
|albumartist=Example | |albumartist=Example | ||
|trackartists=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 }}