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 Person"

Jump to navigation Jump to search
163 bytes removed ,  18:55, 19 December 2009
no edit summary
Line 4: Line 4:
{{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}220px]]
{{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}220px]]
{{!}}-}}
{{!}}-}}
|colspan="2" |<span id="heading_bigger">[[:Relation:{{{relation}}}|{{{relation}}}]]</span>
|colspan="2" |<span id="heading_bigger">[[:relation:{{{relation}}}|{{{relation}}}]]</span>
|- !valign="top" | birth    = {{#if:{{{birth_name|}}}{{{birth_date|}}}{{{birth_place|}}}|Born}}
|- !valign="top" | birth    = {{#if:{{{birth_name|}}}{{{birth_date|}}}{{{birth_place|}}}|Born}}
|- !valign="top" | birth2      = {{#if:{{{birth_name|}}}|{{{birth_name}}}<br />}}{{#if:{{{birth_date|}}} |{{{birth_date}}}<br />}}{{{birth_place|}}}
|- !valign="top" | birth2      = {{#if:{{{birth_name|}}}|{{{birth_name}}}<br />}}{{#if:{{{birth_date|}}} |{{{birth_date}}}<br />}}{{{birth_place|}}}
Line 10: Line 10:
|- !valign="top" | death2      = {{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{{death_place|}}}
|- !valign="top" | death2      = {{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{{death_place|}}}
|- !valign="top" | residence      = {{{residence|}}}
|- !valign="top" | residence      = {{{residence|}}}
|- !valign="top" | otherNames      = {{{other_names|}}}
|- !valign="top" | otherNames      = {{#if:{{{otherNames|}}}{{{otherNames|}}}{{{otherNames|}}}|OtherNames}}
|- !valign="top" | yearsActive    = Years active
|- !valign="top" | yearsActive    = {{#if:{{{yearsActive|}}}{{{yearsActive|}}}{{{yearsActive|}}}|yearsActive}}
|- !valign="top" | footnotes    = {{#if:{{{footnotes|}}}|<div style="text-align:left;"><div style="border-top:1px solid;">'''Notes'''</div><div style="line-height:1.2em;">{{{footnotes}}}</div></div>}}
|}
|}
<includeonly>[[Category:{{{disc_Category}}}]]</includeonly>


<noinclude>
<noinclude>
Line 30: Line 28:
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 album
{{Infobox Person
  |title = <!-- Title of the release -->
  |name = <!-- name of the person -->
  |albumart = The filename of the (obviously already uploaded) album art, such as MMMM08.jpg (optional)
  |photo = The filename of the (obviously already uploaded) photo, such as joehawley.jpg (optional)
  |disc_category = <!-- EXAMPLE: EP, Studio Album -->
  |relation = <!-- relationship to the band (eg: Member of Tally Hall) -->
  |released = <!-- Date released -->
  |birth = <!-- birth info (optional) -->
  |recorded = <!-- Some time frame in which the release was recorded and studio name (optional) -->
  |birth2 = <!-- more birth info (optional) -->
  |length = <!-- EXAMPLE: 48:16 -->
  |death = <!-- death info (optional) -->
  |label = <!-- Labels under which this album was released -->
  |death2 = <!-- more death info (optional) -->
  |producer = <!-- producer of the album -->
  |residence = <!-- Currently resides in -->
  |reviews = <!-- links to notable reviews of the album (optional) -->
  |otherNames = <!-- other names of person (optional) -->
|yearsActive = <!-- years active -->
}}
}}
</pre>
</pre>

Navigation menu