Template:Infobox actor: Difference between revisions

From Robin's SM-201 Website
Jump to navigation Jump to search
No edit summary
(Replaced content with "Use template:Infobox person")
Tag: Replaced
 
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
Use template:Infobox person
{|class="infobox" cellspacing="5" style="width:25em; font-size:90%; border: 1px solid black;padding:0.5em  1em 0.5em 1em" align="right"
|-
|colspan="3" style="text-align:center; font-size:larger; background-color:{{#if:{{{bgcolour|}}}|<nowiki/>{{{bgcolour}}}|<nowiki/>#ed8}}; color:#000000;"| '''{{{name|{{PAGENAME}}}}}'''
|-
|colspan="3" style="text-align:center; font-size:90%;" | {{#if:{{{image|}}} |<!--then:-->[[Image:{{{image}}}|{{#if:{{{imagesize|}}}|<!--then: -->{{{imagesize}}}|<!--else:-->220px}}| ]]<br/><small>{{{caption|}}}</small>}}
|-
{{#if:{{{birthname|}}} |
{{!}}'''Birth name'''
{{!}} {{{birthname|&nbsp;}}}
}}
|-
{{#if:{{{birthdate|}}} |
{{!}} '''Born'''
{{!}} {{{birthdate|}}}<br/> {{{location|&nbsp;}}}
}}
|-
{{#if:{{{deathdate|}}} |
{{!}} '''Died'''
{{!}} {{{deathdate|&nbsp;}}}<br/>{{{deathplace|&nbsp;}}}
}}
|-
{{#if:{{{height|}}} |
{{!}} '''Height'''
{{!}} {{{ht|{{{height}}}}}}
}}
|-
{{#if:{{{weight|}}} |
{{!}} '''Weight'''
{{!}} {{{wt|{{{weight}}}}}}
}}
|-
{{#if:{{{othername|}}} |
{{!}} '''Other name(s)'''
{{!}} {{{othername|}}}
}}
|-
{{#if:{{{occupation|}}} |
{{!}} '''Occupation'''
{{!}} {{{occupation|}}}
}}
|-
{{#if:{{{yearsactive|}}} |
{{!}} '''Years active'''
{{!}} {{{yearsactive|}}}
}}
|-
{{#if:{{{spouse|}}} |
{{!}} '''Spouse(s)''' {{!!}} {{{spouse|}}}
}}
|-
{{#if:{{{homepage|}}} |
{{!}} '''Official site'''
{{!}} {{{homepage|}}}
}}
|-
{{#if:{{{imdb|}}} |
{{!}} '''IMdB ID'''
{{!}} {{{imdb|}}}
}}
|-
{{#if:{{{notable role|}}} |
{{!}} '''Notable roles'''
{{!}}{{{notable role|}}}
}}
|-
|}</includeonly><noinclude>
<pre>
<nowiki>{|</nowiki>
{{Infobox actor
| bgcolour      =
| name          =
| image        = FileName.jpg
| imagesize    =
| caption      = File description
| birthname    =
| birthdate    = {{dob|yr|mo|da}}
| location      =
| dod          = {{dod|yr|mo|da|yr|mo|da}}  (died/born}
| deathplace    =
| height        = {{ht|ft|in}}
| weight        = {{wt|###}}
| othername    =
| occupation    =
| yearsactive  =
| spouse        =
| homepage      =
| notable role  =
| imdb          =
}}
<nowiki>|}</nowiki>
</noinclude>

Latest revision as of 22:47, 5 September 2024

Use template:Infobox person