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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div style="text-align:top;">
Use template:Infobox person
{|class="infobox" cellspacing="5" style="width:28em; font-size:90%; border: 1px solid black;padding:0.5em  1em 0.5em 1em; " align="right" text-align="top"
|- style="vertical-align:top;"
|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:{{{nationality|}}} | {{!}}''' Nationality''' {{!!}} {{{nationality|}}} }}
|-
{{#if:{{{othername|}}} | {{!}} '''Other name(s)''' {{!!}} {{{othername|}}} }}
|-
{{#if:{{{parents|}}} | {{!}}'''Parents''' {{!!}} {{{parents}}} }}
|-
{{#if:{{{birthdate|}}}  | {{!}} '''Born''' {{!!}} {{{birthdate|}}} }}
|-
{{#if:{{{birthplace|}}} | {{!}} '''Birth place:''' {{!!}} {{{birthplace|}}} }}
|-
{{#if: {{{birthname|}}} |  {{!}} '''Born as''' {{!!}} {{{birthname|}}} }}
|-
{{#if: {{{deathdate|}}} | {{!}} '''Died''' {{!!}} {{{deathdate|}}} }}
|-
{{#if: {{{deathplace|}}}| {{!}}  &nbsp;    {{!!}} {{{deathplace|}}} }}
|-
{{#if:{{{deathcause|}}} | {{!}}  '''Cause:''' {{!!}} {{{deathcause|}}} }}
|-
{{#if:{{{height|}}}    | {{!}} '''Height''' {{!!}} {{{height}}} }}
|-
{{#if:{{{weight|}}}    | {{!}} '''Weight''' {{!!}} {{{weight|}}} }}
|-
{{#if:{{{vitals|}}} | {{!}} '''Vital stats''' {{!!}} {{{vitals|}}} }}
|-
{{#if:{{{occupation|}}} | {{!}} '''Occupation''' {{!!}} {{{occupation|}}} }}
|-
{{#if:{{{yearsactive|}}} | {{!}} '''Years active''' {{!!}} {{{yearsactive|}}} }}
|- valign="top"
{{#if:{{{spouse|}}} | {{!}} '''Spouse(s)''' {{!!}} {{{spouse|}}} }}
|-
{{#if:{{{children|}}} | {{!}} '''Children''' {{!!}} {{{children|}}} }}
|-
{{#if:{{{homepage|}}} | {{!}} '''Official site''' {{!!}} {{{homepage|}}} }}
|-
{{#if:{{{imdb|}}} |
{{!}} '''IMdB ID'''
{{!}} {{{imdb|}}}
}}
|-
{{#if:{{{iafd|}}} |
{{!}} '''Iafd ID'''
{{!}} {{{iafd|}}}
}}
|-
{{#if:{{{notable role|}}} |
{{!}} '''Notable roles'''
{{!}}{{{notable role|}}}
}}
|-
{{#if:{{{awards|}}} |
{{!}} '''Awards'''
{{!}}{{{awards|}}}
}}
|}</includeonly><noinclude>
{{Infobox actor}}
<pre>
Usage:
: copy template below to new page and populate
 
{{infobox actor
| Name      = name else ((PAGENAME))
| image = image.jpg
| imagesize = ???px else 200px
| nationality =
| birthdate = ((dob|year|mo|dy))
| birthplace =
| birthname=
| othername =
| parents =
| deathdate =
| deathplace =
| deathcause =
| Height = ((ht|ft|in))
| Weight =  ((wt|nnn))
| vitals = nn/nn/nn
| occupation =
| yearsactive = text
| spouse =
| children =
| homepage =
| imdb =
| iafd =
| notable role =
| awards    =
}}
[[Category:Infobox]]</pre>
 
See Template:Talk:Infobox actor for page formatting
</noinclude>

Latest revision as of 22:47, 5 September 2024

Use template:Infobox person