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"

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
m (Protected "Template:Infobox Person": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(34 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| class="infobox-HITS" id="infobox_Person"
{| class="infobox-HITS" id="infobox_Person" style="text-align:left;"
|-
|colspan="2" |<span id="heading_biggest">{{{name}}}</span>
|colspan="2" |<span id="heading_biggest">{{{name}}}</span>
|-
|-
{{#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>
{{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }}
|- !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|}}}
{{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth:
|- !valign="top" | death    = {{#if:{{{death_date|}}}{{{death_place|}}}|Died }}
{{!}} {{{birth_date}}} }}
|- !valign="top" | death2      = {{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{{death_place|}}}
|-
|- !valign="top" | residence      = {{{residence|}}}
{{#if: {{{hometown|}}} | !valign="top" {{!}}Hometown:
|- !valign="top" | otherNames      = {{#if:{{{otherNames|}}}{{{otherNames|}}}{{{otherNames|}}}|OtherNames}}
{{!}} {{{hometown}}} }}
|- !valign="top" | yearsActive    = {{#if:{{{yearsActive|}}}{{{yearsActive|}}}{{{yearsActive|}}}|yearsActive}}
|-
{{#if: {{{death_date|}}} | !valign="top" {{!}}Date of Death:
{{!}} {{{death_date}}} }}
|-  
{{#if: {{{death_place|}}} | !valign="top" {{!}}Place of Death:
{{!}} {{{death_place}}} }}
|-
{{#if: {{{residence|}}} | !valign="top" {{!}}Current resident of:
{{!}} {{{residence}}} }}
|-  
{{#if: {{{otherNames|}}} | !valign="top" {{!}}Other Names:
{{!}} {{{otherNames}}} }}
|-  
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{!}} {{{addtlInfo}}} }}
|}
|}
 
<includeonly>[[Category:People]]</includeonly>
__NOTOC__
<noinclude>
<noinclude>
<p>&nbsp;</p>
<p>&nbsp;</p>
Line 26: Line 42:
<p>&nbsp;</p>
<p>&nbsp;</p>
'''How to use:'''
'''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>'''  
Put this block of code in a person's main page.  Fill out the information between the brackets and then remove the  '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>'''  
<pre>
<pre>
{{Infobox Person
{{Infobox Person
  |name = <!-- name of the person -->
  |name = <!-- name of the person -->
  |photo = The filename of the (obviously already uploaded) photo, such as joehawley.jpg (optional)
  |photo = <!-- The filename of the (obviously already uploaded) photo, such as joehawley.jpg (optional) -->
  |relation = <!-- relationship to the band (eg: Member of Tally Hall) -->
  |relation = <!-- relationship to the band (eg: Current member of Tally Hall) -->
  |birth_date = <!-- birth info (optional) -->
  |birth_date = <!-- birth date(optional) -->
  |birth_name = <!-- birth info (optional) -->
  |hometown = <!-- birth place (optional) -->
|birth_place = <!-- birth info (optional) -->
  |death_date = <!-- death date (optional) -->
  |death_date = <!-- birth info (optional) -->
  |death_place = <!-- death place (optional) -->
|death_name = <!-- birth info (optional) -->
  |death_place = <!-- birth info (optional) -->
  |residence = <!-- Currently resides in -->
  |residence = <!-- Currently resides in -->
  |otherNames = <!-- other names of person (optional) -->
  |otherNames = <!-- other names of person (optional) -->
  |yearsActive = <!-- years active -->
  |addtlInfo = <!-- Any additional Info.-->
}}
}}
</pre>
</pre>
</noinclude>

Revision as of 22:14, 26 May 2010

{{{name}}}


 

 

 

 

 

 

 

 

 

 

How to use: Put this block of code in a person's main page. Fill out the information between the brackets and then remove the <!-- and -->

{{Infobox Person
 |name = <!-- name of the person -->
 |photo = <!-- The filename of the (obviously already uploaded) photo, such as joehawley.jpg (optional) -->
 |relation = <!-- relationship to the band (eg: Current member of Tally Hall) -->
 |birth_date = <!-- birth date(optional) -->
 |hometown = <!-- birth place (optional) -->
 |death_date = <!-- death date (optional) -->
 |death_place = <!-- death place (optional) -->
 |residence = <!-- Currently resides in -->
 |otherNames = <!-- other names of person (optional) -->
 |addtlInfo = <!-- Any additional Info.-->
}}