Web
Analytics
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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
(added addtl headings. i dont think i did this right.)
 
(5 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}}}{{!}}245px]]
{{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]]
{{!}}-}}
{{!}}-}}
!width="70" valign="top" |Place of Origin
!width="70" valign="top" |Place of Origin
Line 31: Line 31:
{{#if: {{{pastMembers|}}} | {{!}}colspan="2" align="left" {{!}} {{{pastMembers}}}
{{#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>
__NOTOC__
<noinclude>
<noinclude>
<p>&nbsp;</p>
<p>&nbsp;</p>
Line 58: Line 70:
  |website = <!-- website(s) of the artist. Example: [http://www.myspace.com/tallyhall Tally Hall's Myspace] -->
  |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>-->
  |bandMembers = <!-- EXAMPLE: Joe Hawley: Vocals, Guitar<br>Rob Cantor: Vocals, Guitar<br>-->
  |pastMembers = <!-- Former Band Members (use above as reference on how to display) -->
  |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.-->
}}