Template:Infobox person: Difference between revisions
Appearance
Created page with "{| class="infobox" style="width:250px; border:1px solid #aaa; background:#f9f9f9;" |- ! Name | {{{name|}}} |- {{#if:{{{birth_date|}}} | ! Birth date | {{{birth_date}}} }} |- {{#if:{{{occupation|}}} | ! Occupation | {{{occupation}}} }} |- {{#if:{{{awards|}}} | ! Awards | {{{awards}}} }} |- {{#if:{{{notes|}}} | ! Notes | {{{notes}}} }} |}" |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class="infobox" style="float: right; margin-left: 1em; width:250px; border:1px solid #aaa; background:#f9f9f9;"> | |||
{{#if:{{{image|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align:center; padding:5px;"> | |||
[[File:{{{image}}}|200px|alt={{{name|}}}]] | |||
</td> | |||
</tr> | |||
}} | }} | ||
| | <tr> | ||
{{#if:{{{occupation|}}} | <th>Name</th> | ||
<td>{{{name|}}}</td> | |||
</tr> | |||
{{#if:{{{occupation|}}}| | |||
<tr> | |||
<th>Occupation</th> | |||
<td>{{{occupation}}}</td> | |||
</tr> | |||
}} | }} | ||
{{#if:{{{website|}}}| | |||
{{#if:{{{ | <tr> | ||
<th>Website</th> | |||
<td>{{{website}}}</td> | |||
</tr> | |||
}} | }} | ||
</table> | |||
Latest revision as of 07:51, 2 October 2025
Name |
---|