Template:Infobox Person: Difference between revisions
From UtubeTrollPedia
Created page with "{{Infobox | title = Person | image = {{{image|Placeholder.png}}} | caption = {{{caption|}}} | content = {{Infobox Row|Name|{{{name|}}}}} {{Infobox Row|Born|{{{born|}}}}} {{Infobox Row|Nationality|{{{nationality|}}}}} {{Infobox Row|Occupation|{{{occupation|}}}}} {{Infobox Row|Known for|{{{knownfor|}}}}} {{Infobox Row|Website|{{{website|}}}}} | footer = Category:People }}" |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="utp-infobox"> | |||
<div class="utp-header-blue"> | |||
Person | |||
</div> | |||
<div class="utp-image"> | |||
{ | [[File:{{{image|Placeholder.png}}}|260px]] | ||
</div> | |||
{{ | {{#if:{{{caption|}}}| | ||
<div class="utp-caption"> | |||
{{ | {{{caption}}} | ||
</div> | |||
| | }} | ||
<table class="utp-table"> | |||
<tr> | |||
<th>Name</th> | |||
<td>{{{name|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Other names</th> | |||
<td>{{{other_names|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Born</th> | |||
<td>{{{born|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Died</th> | |||
<td>{{{died|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Nationality</th> | |||
<td>{{{nationality|}}}</td> | |||
</tr> | |||
<tr> | |||
}} | <th>Occupation</th> | ||
<td>{{{occupation|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Known for</th> | |||
<td>{{{knownfor|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Years active</th> | |||
<td>{{{years|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Organization</th> | |||
<td>{{{organization|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Website</th> | |||
<td>{{{website|}}}</td> | |||
</tr> | |||
<tr> | |||
<th>Status</th> | |||
<td>{{{status|}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
