2,242
edits
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!
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">[[: | |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 = {{{ | |- !valign="top" | otherNames = {{#if:{{{otherNames|}}}{{{otherNames|}}}{{{otherNames|}}}|OtherNames}} | ||
|- !valign="top" | yearsActive | |- !valign="top" | yearsActive = {{#if:{{{yearsActive|}}}{{{yearsActive|}}}{{{yearsActive|}}}|yearsActive}} | ||
|} | |} | ||
<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 | {{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: Member of Tally Hall) --> | ||
| | |birth = <!-- birth info (optional) --> | ||
| | |birth2 = <!-- more birth info (optional) --> | ||
| | |death = <!-- death info (optional) --> | ||
| | |death2 = <!-- more death info (optional) --> | ||
| | |residence = <!-- Currently resides in --> | ||
| | |otherNames = <!-- other names of person (optional) --> | ||
|yearsActive = <!-- years active --> | |||
}} | }} | ||
</pre> | </pre> |