Template:Infobox album: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
|-
|-
!valign="top" |Artist:
!valign="top" |Artist:
|{{{artist}}}
|{{#ifexist: {{{artist}}} | [[{{{artist}}}]] | {{{artist}}} }}
|-
|-
!valign="top" |Released
!valign="top" |Released
Line 62: Line 62:
<p>&nbsp;</p>
<p>&nbsp;</p>
'''How to use:'''
'''How to use:'''
Put this block of code in an artist's main page.  Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
Put this block of code in an album's main page.  Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
<pre>
<pre>
{{Infobox album
{{Infobox album
Line 82: Line 82:
}}
}}
</pre>
</pre>
'''DO NOT BRACKET/LINK TO ARTISTS. IT DOES IT ON ITS OWN.'''

Latest revision as of 04:33, 20 October 2022

{{{title}}}
[[:Category:{{{disc_Category}}}|{{{disc_Category}}}]]
Artist: {{{artist}}}
Released {{{year}}}
Length {{{length}}}
Label {{{label}}}
Producer {{{producers}}}


 

 

 

 

 

 

 

 

 

 

How to use: Put this block of code in an album's main page. Fill out the information between the brackets and then remove the <!-- and -->

{{Infobox album
 |title = <!-- Title of the release -->
 |artist = <!-- Album artist -->
 |albumart = <!-- The filename of the (obviously already uploaded) album art, such as LFTHCS.jpg (optional) -->
 |disc_Category = <!-- EXAMPLE: EP, Album -->
 |year = <!-- Date released -->
 |recorded = <!-- Some time frame in which the release was recorded and studio name (optional) -->
 |length = <!-- EXAMPLE: 48:16 -->
 |label = <!-- Labels under which this album was released -->
 |producers = <!-- producer of the album -->
 |reviews = <!-- links to notable reviews of the album (optional) -->
 |externalLinks = <!-- links to spotify, youtube, bandcamp, etc. -->
 |addtlInfo = <!-- Any additional info -->
 |lastAlbum = <!-- The previous album by the artist, linked with year in parentheses -->
 |thisAlbum = <!-- The current album by the artist (this page), surrounded by ''' -->
 |nextAlbum = <!-- The next album by the artist, linked with year in parentheses -->
}}

DO NOT BRACKET/LINK TO ARTISTS. IT DOES IT ON ITS OWN.