Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
Difference between revisions of "Template:Infobox Artist"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
|{{{website}}} | |{{{website}}} | ||
|} | |} | ||
<includeonly>[[Category: | <includeonly>[[Category:Artists]]</includeonly> | ||
__NOTOC__ | __NOTOC__ | ||
<noinclude> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </p> | |||
<p> </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> |
Revision as of 14:41, 28 September 2009
{{{title}}} | |
Place of Origin | {{{origin}}} |
---|---|
Genres | {{{genre}}} |
Years Active | {{{yearsActive}}} |
Label | {{{label}}} |
Associated Acts | {{{associated}}} |
Website | {{{website}}} |
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 <!-- and -->
{{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 --> }}