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

From Tally Hallmanac: The Ultimate Tally Hall Wiki
Jump to navigation Jump to search
(trying to get this infobox to accept anything. not sure how to.)
 
(3 intermediate revisions by one other user not shown)
Line 7: Line 7:
{{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }}
{{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }}
|-
|-
{{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth:
{{!}} {{{birth_date}}} }}
|-
{{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth:
{{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth:
{{!}} {{{birth_date}}} }}
{{!}} {{{birth_date}}} }}
Line 28: Line 25:
{{!}} {{{otherNames}}} }}
{{!}} {{{otherNames}}} }}
|-  
|-  
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{length|}}} | !valign="top" {{!}}Length:
{{!}} {{{addtlInfo}}} }}
{{!}} {{{length}}} }}
|-
{{#if: {{{genre|}}} | !valign="top" {{!}}Genre:
{{!}} {{{genre}}} }}
|-
{{#if: {{{language|}}} | !valign="top" {{!}}Language:
{{!}} {{{language}}} }}
|-
{{#if: {{{uploader|}}} | !valign="top" {{!}}Uploaded By:
{{!}} {{{uploader}}} }}
|-
{{#if: {{{uploadDate|}}} | !valign="top" {{!}}Upload Date:
{{!}} {{{uploadDate}}} }}
|-
{{#if: {{{websites|}}} | !valign="top" {{!}}Websites:
{{!}} {{{websites}}} }}
|-  
|-  
{{#if: {{{addtlInfo2|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{yearsActive|}}} | !valign="top" {{!}}Years Active:
{{!}} {{{addtlInfo2}}} }}
{{!}} {{{yearsActive}}} }}
|-  
|-  
{{#if: {{{addtlInfo3|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{founders|}}} | !valign="top" {{!}}Founders:  
{{!}} {{{addtlInfo3}}} }}
{{!}} {{{founders}}} }}
|-  
|-  
{{#if: {{{addtlInfo4|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{artists|}}} | !valign="top" {{!}}Artists:
{{!}} {{{addtlInfo4}}} }}
{{!}} {{{artists}}} }}
|-  
|-  
{{#if: {{{addtlInfo5|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{addtlInfo|}}} | !valign="top" {{!}}Addtl. Info:
{{!}} {{{addtlInfo5}}} }}
{{!}} {{{addtlInfo}}} }}
|-  
|-  
{{#if: {{{addtlInfo6|}}} | !valign="top" {{!}}Addtl. Info:
{{#if: {{{addtlInfo6|}}} | !valign="top" {{!}}Addtl. Info:
Line 69: Line 81:
  |name = <!-- name of the person or thing -->
  |name = <!-- name of the person or thing -->
  |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: Current member of Tally Hall) -->
  |birth_date = <!-- birth date(optional) -->
  |birth_date = <!-- birth date(optional) -->
  |hometown = <!-- birth place (optional) -->
  |hometown = <!-- birth place (optional) -->
  |death_date = <!-- death date (optional) -->
  |death_date = <!-- death date (optional) -->
  |death_place = <!-- death place (optional) -->
  |death_place = <!-- death place (optional) -->
  |residence = <!-- Currently resides in -->
  |residence = <!-- Currently resides in (optional) -->
  |otherNames = <!-- other names of person (optional) -->
  |otherNames = <!-- other names of person (optional) -->
  |addtlInfo = <!-- Any additional Info.-->
  |length = <!-- length (optional) -->
  |addtlInfo2 = <!-- Any additional Info.-->
|genre = <!-- genre of content (optional) -->
  |addtlInfo3 = <!-- Any additional Info.-->
|language = <!-- language of content (optional) -->
  |addtlInfo4 = <!-- Any additional Info.-->
  |uploader = <!-- name/username of uploader (optional) -->
  |addtlInfo5 = <!-- Any additional Info.-->
  |uploadedBy = <!-- uploaded date (optional) -->
  |addtlInfo6 = <!-- Any additional Info.-->
  |websites = <!-- websites, separated with BR tags(optional) -->
  |addtlInfo7 = <!-- Any additional Info.-->
  |yearsActive = <!-- years active(optional) -->
  |addtlInfo8 = <!-- Any additional Info.-->
  |founders = <!-- founder(s)(optional) -->
  |artists = <!-- artists(optional) -->
  |addtlInfo = <!-- Any additional Info.(optional) -->
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 01:26, 23 March 2022

{{{name}}}

 

 

 

 

 

 

 

 

 

 

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

{{Infobox Misc
 |name = <!-- name of the person or thing -->
 |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 (optional) -->
 |otherNames = <!-- other names of person (optional) -->
 |length = <!-- length (optional) -->
 |genre = <!-- genre of content (optional) -->
 |language = <!-- language of content (optional) -->
 |uploader = <!-- name/username of uploader (optional) -->
 |uploadedBy = <!-- uploaded date (optional) -->
 |websites = <!-- websites, separated with BR tags(optional) -->
 |yearsActive = <!-- years active(optional) -->
 |founders = <!-- founder(s)(optional) -->
 |artists = <!-- artists(optional) -->
 |addtlInfo = <!-- Any additional Info.(optional) -->
}}