Template:Infobox celebrity: Difference between revisions

From Robin's SM-201 Website
Jump to navigation Jump to search
(Created page with "<includeonly> {|class="infobox" cellspacing="5" style="width:28em; font-size:90%; border: 1px solid black;padding:0.5em 1em 0.5em 1em" align="right" |- |colspan="3" style="te...")
 
No edit summary
Line 11: Line 11:
}}
}}
|-
|-
{{#if:{{{birthname|}}} |  
{{#if:{{{birth_name|}}} |  
{{!}}'''Birth name'''  
{{!}}'''Birth name'''  
{{!}} {{{birthname|&nbsp;}}}  
{{!}} {{{birth_name|&nbsp;}}}  
}}
}}
|- Valign ="top"
|- Valign ="top"
{{#if:{{{othername|}}} |
{{#if:{{{other_name|}}} |
{{!}} '''Other name(s)'''  
{{!}} '''Other name(s)'''  
{{!}} {{{othername|}}}
{{!}} {{{other_name|}}}
}}
}}
|- Valign ="top"
|- Valign ="top"
Line 26: Line 26:
}}
}}
|- Valign ="top"
|- Valign ="top"
{{#if:{{{birthdate|}}} |  
{{#if:{{{birth_date|}}} |  
{{!}} '''Born'''
{{!}} '''Born'''
{{!}} {{{birthdate|}}}<br/> {{{birthplace|}}}
{{!}} {{{birth_date|}}}<br/> {{{birthplace|}}}
}}
}}
|- Valign ="top"
|- Valign ="top"
{{#if:{{{deathdate|}}} |
{{#if:{{{death_date|}}} |
{{!}} '''Died'''  
{{!}} '''Died'''  
{{!}} {{{deathdate|&nbsp;}}}<br/>{{{deathplace|&nbsp;}}}<br/>{{{deathcause|&nbsp;}}}
{{!}} {{{death_date|&nbsp;}}}<br/>{{{death_place|&nbsp;}}}<br/>{{{death_cause|&nbsp;}}}
}}
}}
|-
|-
Line 74: Line 74:
}}
}}
|-
|-
{{#if:{{{homepage|}}} |
{{#if:{{{website|}}} |
{{!}} '''Official site'''  
{{!}} '''Official site'''  
{{!}} {{{homepage|}}}
{{!}} {{{website|}}}
}}
}}
|-
|-

Revision as of 11:50, 2 December 2020


Usage:

copy template below to new page and populate

{{infobox actress<br>
| Name       = name else ((PAGENAME))
| image      = image.jpg 
| imagesize  = 
| caption     = Esmé Bianco
| nationality=
| birthname  = 
| othername  =
| Parents    =
| birth_date  = ((dob|year|mo|dy))
| birth_place =
| death_date  =
| death_place = 
| deathcause = 
| Height     = ((ht|ft|in))
| Weight     =  ((wt|nnn))
| vitals     = nn/nn/nn
| occupation = 
| yearsactive = 
| salary      =
| networth    =
| spouse     = 
| children   = 
| homepage   =
| imdb       = 
| iafd       = 
| website     = http://www.esmeforever.com
| footnotes   =
| notable role = 
}}