Difference between revisions of "Template:Infobox Artist"

no edit summary
Line 23: Line 23:
|{{{website}}}
|{{{website}}}
|}
|}
<includeonly>[[Category:Songs]]</includeonly>
<includeonly>[[Category:Artists]]</includeonly>
__NOTOC__
__NOTOC__
<noinclude>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
'''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>'''
<pre>
{{infobox_artist
|title = <!-- Artist Name -->
|photo = <!-- The filename of the (obviously already uploaded) photo, such as hello.jpg (optional) -->
|genre = <!-- Genre(s) -->
|yearsActive = <!-- YYYY-YYYY/present -->
|label = <!-- label(s) signed to -->
|associated = <!-- The filename of the (obviously already uploaded) photo, such as hello.jpg (optional) -->
|website = <!-- website(s) of the artist -->
}}
</pre>