Template:Infobox: Difference between revisions
Template page
More actions
m 1 revision imported |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
=<includeonly><templatestyles src="Template:Infobox/styles.css"/><div class="infobox"> | |||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | |||
<table class="infobox-table"> | |||
{{#if:{{{born|}}}|<tr> | |||
| | <th>Born</th> | ||
<td>{{{born}}}</td> | |||
| | </tr>}} | ||
| | {{#if:{{{nationality|}}}|<tr> | ||
<th>Nationality</th> | |||
<td>{{{nationality}}}</td> | |||
</tr>}} | |||
{{#if:{{{occupation|}}}|<tr> | |||
<th>Occupation</th> | |||
<td>{{{occupation}}}</td> | |||
</tr>}} | |||
{{#if:{{{known_for|}}}|<tr> | |||
<th>Known for</th> | |||
<td>{{{known_for}}}</td> | |||
</tr>}} | |||
| | {{#if:{{{website|}}}|<tr> | ||
<th>Website</th> | |||
<td>{{{website}}}</td> | |||
</tr>}} | |||
</table> | |||
| | </div></includeonly><noinclude> | ||
== Usage == | |||
<pre> | |||
{{Infobox person | |||
| title = | |||
| image = | |||
| | | born = | ||
| nationality = | |||
| occupation = | |||
| | | known_for = | ||
| website = | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
| | |||
}} | }} | ||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> | |||
Revision as of 08:34, 24 April 2026
=
Usage
{{Infobox person
| title =
| image =
| born =
| nationality =
| occupation =
| known_for =
| website =
}}