Template:Infobox person: Difference between revisions
Appearance
m 1 revision imported |
mNo edit summary |
||
Line 1: | Line 1: | ||
<table class="infobox" style="float:right; width:280px; font-size:90%; line-height:1.5em; border:1px solid #aaa; background:#f9f9f9; padding:0.4em;"> | |||
<infobox> | <tr style="background-color:#e60000; color:white; text-align:center; font-size:125%; font-weight:bold;"> | ||
<td colspan="2">{{{name|{{PAGENAME}}}}}</td> | |||
</tr> | |||
</ | {{#if:{{{image|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align:center;"> | |||
[[File:{{{image}}}|250px|alt={{{name|}}}]] | |||
</td> | |||
</tr> | |||
}} | |||
{{#if:{{{caption|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align:center; font-size:85%;">{{{caption}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{birth_date|}}}| | |||
<tr> | |||
<th scope="row">Born</th> | |||
<td>{{{birth_date}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{nationality|}}}| | |||
<tr> | |||
</ | <th scope="row">Nationality</th> | ||
<td>{{{nationality}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{occupation|}}}| | |||
<tr> | |||
<th scope="row">Occupation</th> | |||
<td>{{{occupation}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{height|}}}| | |||
<tr> | |||
<th scope="row">Height</th> | |||
<td>{{{height}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{website|}}}| | |||
<tr> | |||
<th scope="row">Website</th> | |||
<td>[{{{website}}} {{{website}}}]</td> | |||
</tr> | |||
}} | |||
</table> |
Revision as of 21:51, 2 June 2025
Infobox person |