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
(added addtl headings. i dont think i did this right.) |
|||
(25 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|colspan="2" |<span id="heading_biggest">{{{title}}}</span> | |colspan="2" |<span id="heading_biggest">{{{title}}}</span> | ||
|- | |- | ||
{{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}} | {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] | ||
{{!}}-}} | {{!}}-}} | ||
!width="70" valign="top" |Place of Origin | !width="70" valign="top" |Place of Origin | ||
Line 17: | Line 17: | ||
|{{{label}}} | |{{{label}}} | ||
|- | |- | ||
!valign="top" | {{#if: {{{associated|}}} | !valign="top" {{!}}Associated Acts | ||
{{!}}{{{associated}}} }} | |||
|- | |- | ||
!valign="top" |Website | !valign="top" |Website | ||
|{{{website}}} | |{{{website}}} | ||
|- | |||
{{#if: {{{bandMembers|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">Band Members</span> }} | |||
|- | |||
{{#if: {{{bandMembers|}}} | {{!}}colspan="2" align="left" {{!}} {{{bandMembers}}} | |||
{{!}}-}} | |||
{{#if: {{{pastMembers|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">Past Members</span> }} | |||
|- | |||
{{#if: {{{pastMembers|}}} | {{!}}colspan="2" align="left" {{!}} {{{pastMembers}}} | |||
{{!}}-}} | |||
{{#if: {{{honoraryMembers|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">Honorary Members</span> }} | |||
|- | |||
{{#if: {{{honoraryMembers|}}} | {{!}}colspan="2" align="left" {{!}} {{{honoraryMembers}}} | |||
{{!}}-}} | |||
{{#if: {{{touringMembers|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">Touring Members</span> }} | |||
|- | |||
{{#if: {{{touringMembers|}}} | {{!}}colspan="2" align="left" {{!}} {{{touringMembers}}} | |||
{{!}}-}} | |||
{{#if: {{{relatedActs|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">Related Acts</span> }} | |||
|- | |||
{{#if: {{{relatedActs|}}} | {{!}}colspan="2" align="left" {{!}} {{{relatedActs}}} | |||
{{!}}-}} | |||
|- | |||
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info: | |||
{{!}} {{{addtlInfo}}} }} | |||
|} | |} | ||
<includeonly>[[Category:Artists]]</includeonly> | <includeonly>[[Category:Artists]]</includeonly> | ||
<noinclude> | <noinclude> | ||
<p> </p> | <p> </p> | ||
Line 39: | Line 60: | ||
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 artist's main page. Fill out the information between the brackets and then remove the '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
<pre> | <pre> | ||
{{ | {{Infobox_Artist | ||
|title = <!-- Artist Name --> | |title = <!-- Artist Name --> | ||
|origin = <!-- Example: Brooklyn, NY --> | |||
|photo = <!-- The filename of the (obviously already uploaded) photo, such as hello.jpg (optional) --> | |photo = <!-- The filename of the (obviously already uploaded) photo, such as hello.jpg (optional) --> | ||
|genre = <!-- Genre(s) --> | |genre = <!-- Genre(s) --> | ||
|yearsActive = <!-- YYYY-YYYY/present --> | |yearsActive = <!-- YYYY-YYYY/present --> | ||
|label = <!-- label(s) signed to --> | |label = <!-- label(s) signed to --> | ||
|associated = <!-- | |associated = <!-- (optional) List of associated bands/artists. Example: [[Tally Hall]], [[The Beatles]], [[Toy Orchestra]] --> | ||
|website = <!-- website(s) of the artist --> | |website = <!-- website(s) of the artist. Example: [http://www.myspace.com/tallyhall Tally Hall's Myspace] --> | ||
|bandMembers = <!-- EXAMPLE: Joe Hawley: Vocals, Guitar<br>Rob Cantor: Vocals, Guitar<br>--> | |||
|pastMembers = <!-- Former Band Members (use above as reference on how to display, optional) --> | |||
|honoraryMembers = <!-- Honorary Members (optional) --> | |||
|touringMembers = <!-- Touring Members (optional) --> | |||
|relatedActs = <!-- Related Acts (optional) --> | |||
|addtlInfo = <!-- Any additional Info.--> | |||
}} | }} | ||
</pre> | </pre> |
Latest revision as of 13:36, 27 March 2022
{{{title}}} | |
Place of Origin | {{{origin}}} |
---|---|
Genres | {{{genre}}} |
Years Active | {{{yearsActive}}} |
Label | {{{label}}} |
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 --> |origin = <!-- Example: Brooklyn, NY --> |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 = <!-- (optional) List of associated bands/artists. Example: [[Tally Hall]], [[The Beatles]], [[Toy Orchestra]] --> |website = <!-- website(s) of the artist. Example: [http://www.myspace.com/tallyhall Tally Hall's Myspace] --> |bandMembers = <!-- EXAMPLE: Joe Hawley: Vocals, Guitar<br>Rob Cantor: Vocals, Guitar<br>--> |pastMembers = <!-- Former Band Members (use above as reference on how to display, optional) --> |honoraryMembers = <!-- Honorary Members (optional) --> |touringMembers = <!-- Touring Members (optional) --> |relatedActs = <!-- Related Acts (optional) --> |addtlInfo = <!-- Any additional Info.--> }}