Template:Infobox actor: Difference between revisions

From Robin's SM-201 Website
Jump to navigation Jump to search
No edit summary
No edit summary
Line 25: Line 25:
{{!}} {{{parents}}}  
{{!}} {{{parents}}}  
}}
}}
|-
|- valign="top"
{{#if:{{{birthdate|}}} |  
{{#if:{{{birthdate|}}} |  
{{!}} '''Born'''
{{!}} '''Born'''
{{!}} {{{birthdate|}}}<br/> {{{birthplace|}}}
{{!}} {{{birthdate|}}}<br/> {{{birthplace|}}}
}}
}}
|-
|- valign="top"
{{#if:{{{deathdate|}}} |
{{#if:{{{deathdate|}}} |
{{!}} '''Died'''  
{{!}} '''Died'''  
Line 50: Line 50:
{{!}} {{{vitals|}}}
{{!}} {{{vitals|}}}
}}
}}
|-
|- valign="top"
{{#if:{{{occupation|}}} |
{{#if:{{{occupation|}}} |
{{!}} '''Occupation'''  
{{!}} '''Occupation'''  
Line 89: Line 89:
{{!}}{{{notable role|}}}
{{!}}{{{notable role|}}}
}}
}}
|}</includeonly>
|}</includeonly><noinclude>
<noinclude>
<pre>
Usage:
Usage:
: copy template below to new page and populate
: copy template below to new page and populate
{{hr}}


{ {infobox actor<br>
{{infobox actor
| Name      = name else ((PAGENAME))<br>
| Name      = name else ((PAGENAME))
| image = image.jpg <br>
| image = image.jpg  
| imagesize = ???px else 200px <br>
| imagesize = ???px else 200px  
| nationality = <br>
| nationality =  
| birthname= <br>
| birthname=  
| othername =<br>
| othername =
| parents =<br>
| parents =
| birthdate = ((dob|year|mo|dy))<br>
| birthdate = ((dob|year|mo|dy))
| birthplace =<br>
| birthplace =
| deathdate =<br>
| deathdate =
| deathplace = <br>
| deathplace =  
| deathcause = <br>
| deathcause =  
| Height = ((ht|ft|in))<br>
| Height = ((ht|ft|in))
| Weight =  ((wt|nnn))<br>
| Weight =  ((wt|nnn))
| vitals = nn/nn/nn<br>
| vitals = nn/nn/nn
| occupation = <br>
| occupation =  
| yearsactive = text<br>
| yearsactive = text
| spouse = <br>
| spouse =  
| children =  
| children =  
| homepage =<br>
| homepage =
| imdb = <br>
| imdb =  
| iafd = <br>
| iafd =  
| notable role = <br>
| notable role =  
} }
}}
[[Category:Infobox]]
[[Category:Infobox]]</pre>
</noinclude>
</noinclude>

Revision as of 08:18, 18 August 2020

Usage:
: copy template below to new page and populate

{{infobox actor
| Name      = name else ((PAGENAME))
| image = image.jpg 
| imagesize = ???px else 200px 
| nationality = 
| birthname= 
| othername =
| parents =
| birthdate = ((dob|year|mo|dy))
| birthplace =
| deathdate =
| deathplace = 
| deathcause = 
| Height = ((ht|ft|in))
| Weight =  ((wt|nnn))
| vitals = nn/nn/nn
| occupation = 
| yearsactive = text
| spouse = 
| children = 
| homepage =
| imdb = 
| iafd = 
| notable role = 
}}
[[Category:Infobox]]