Template:Infobox person: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
{{#if: {{{name|}}} | | {{#if: {{{name|}}} | | ||
<tr> | <tr> | ||
<th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name| | <th colspan="2" style="text-align:center; font-size: 120%; background-color:#f5f5f5;">''{{{name|}}}''</th> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 10: | Line 10: | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]{{#if:{{{caption}}}|<br><small>{{{caption}}}</small>}}</td> | <td colspan="2" style="text-align:center;">[[File:{{{image}}}|200px|alt={{{name}}}]]{{#if:{{{caption}}} |<br><small>{{{caption}}}</small>}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Line 75: | Line 75: | ||
<th>Website</th> | <th>Website</th> | ||
<td>[{{{website}}} {{{website}}}]</td> | <td>[{{{website}}} {{{website}}}]</td> | ||
</tr> | |||
}} | |||
<!-- Facebook --> | |||
{{#if: {{{facebook|}}} | | |||
<tr> | |||
<th>Facebook</th> | |||
<td>[{{{facebook}}} Facebook]</td> | |||
</tr> | |||
}} | |||
<!-- Instagram --> | |||
{{#if: {{{instagram|}}} | | |||
<tr> | |||
<th>Instagram</th> | |||
<td>[{{{instagram}}} Instagram]</td> | |||
</tr> | |||
}} | |||
<!-- LinkedIn --> | |||
{{#if: {{{linkedin|}}} | | |||
<tr> | |||
<th>LinkedIn</th> | |||
<td>[{{{linkedin}}} LinkedIn]</td> | |||
</tr> | |||
}} | |||
<!-- X / Twitter --> | |||
{{#if: {{{twitter|}}} | | |||
<tr> | |||
<th>X / Twitter</th> | |||
<td>[{{{twitter}}} X / Twitter]</td> | |||
</tr> | |||
}} | |||
<!-- YouTube --> | |||
{{#if: {{{youtube|}}} | | |||
<tr> | |||
<th>YouTube</th> | |||
<td>[{{{youtube}}} YouTube]</td> | |||
</tr> | |||
}} | |||
<!-- TikTok --> | |||
{{#if: {{{tiktok|}}} | | |||
<tr> | |||
<th>TikTok</th> | |||
<td>[{{{tiktok}}} TikTok]</td> | |||
</tr> | </tr> | ||
}} | }} | ||
| Line 83: | Line 131: | ||
<th>Height</th> | <th>Height</th> | ||
<td>{{{height}}}</td> | <td>{{{height}}}</td> | ||
</tr> | |||
}} | |||
<!-- Education --> | |||
{{#if: {{{education|}}} | | |||
<tr> | |||
<th>Education</th> | |||
<td>{{{education}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||