Template:Infobox person: Difference between revisions

From WikiLemon 2000
Jump to navigation Jump to search
(Created page with "{| class="infobox" id="infobox_person" style="text-align:left;" |- |colspan="2" |<span id="heading_biggest">{{{name}}}</span> |- {{#if: {{{photo|}}} | {{!}}colspan="2" align="center" {{!}} [[File:{{{photo}}}{{!}}320px]] {{!}}-}} {{#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"...")
(No difference)

Revision as of 17:38, 18 September 2022

{{{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 neil.jpg (optional) -->
 |relation = <!-- relationship to the band (eg: Touring member of Lemon Demon) -->
 |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.-->
}}