Difference between revisions of "Template:Infobox Person"
Jump to navigation
Jump to search
(comment4, http://cinncinnatibaseball.com Adipex-P, http://covenantwoman.org Phentermine, http://jonlester.us Rimonabant, http://gerhig.us Propranolol, http://cpcheatsworld.com Xanax, http://jaybruce.u) |
|||
Line 1: | Line 1: | ||
− | + | {| class="infobox-HITS" id="infobox_Person" style="text-align:left;" | |
+ | |- | ||
+ | |colspan="2" |<span id="heading_biggest">{{{name}}}</span> | ||
+ | |- | ||
+ | {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}220px]] | ||
+ | {{!}}-}} | ||
+ | {{#if: {{{relation|}}} | {{!}}colspan="2" align="center" {{!}} <span id="heading_bigger">{{{relation}}}</span> }} | ||
+ | |- | ||
+ | {{#if: {{{birth_date|}}} | !valign="top" {{!}}Date of Birth: | ||
+ | {{!}} {{{birth_date}}} }} | ||
+ | |- | ||
+ | {{#if: {{{hometown|}}} | !valign="top" {{!}}Hometown: | ||
+ | {{!}} {{{hometown}}} }} | ||
+ | |- | ||
+ | {{#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> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | <p> </p> | ||
+ | '''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 '''<nowiki><!--</nowiki>''' and '''<nowiki>--></nowiki>''' | ||
+ | <pre> | ||
+ | {{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.--> | ||
+ | }} | ||
+ | </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.--> }}