Template:Infobox person: Difference between revisions

From NSPedia
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table style="float:right; width:375px; margin:0 0 1em 1em; border:1px solid #aaa; border-collapse:collapse; background:white;">
<includeonly><table style="
float:right;
clear:right;
width:22em;
margin:0 0 1em 1em;
border:1px solid #a2a9b1;
border-spacing:3px;
background:#f8f9fa;
color:#202122;
font-size:88%;
line-height:1.5;
">


<!-- NAME -->
<tr>
<tr>
<th colspan="2" style="font-size:125%; text-align:center; padding:15px; background:#eee;">
<th colspan="2" style="
text-align:center;
font-size:125%;
font-weight:bold;
padding:6px;
">
{{{name|{{PAGENAME}}}}}
{{{name|{{PAGENAME}}}}}
</th>
</th>
</tr>
</tr>


<!-- OPTIONAL SUBTITLE -->
{{#if:{{{subtitle|}}}|
<tr>
<tr>
<td colspan="2" style="text-align:center; padding:15px;">
<td colspan="2" style="
[[File:{{{image}}}|250px]]
text-align:center;
font-weight:bold;
padding:2px 6px;
">
{{{subtitle}}}
</td>
</td>
</tr>
</tr>
}}


<!-- OPTIONAL IMAGE -->
{{#if:{{{image|}}}|
<tr>
<tr>
<th style="text-align:left; padding:6px;">Born</th>
<td colspan="2" style="
<td style="padding:6px;">{{{born}}}</td>
text-align:center;
padding:8px;
">
[[File:{{{image}}}|{{{image_size|250px}}}]]
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>}}
</td>
</tr>
</tr>
}}
<!-- SECTIONS AND ROWS -->
{{{content|}}}
</table></includeonly><noinclude>
== Infobox person ==


<tr>
A flexible infobox for people.
<th style="text-align:left; padding:6px;">Occupation</th>
 
<td style="padding:6px;">{{{occupation}}}</td>
=== Usage ===
</tr>
 
<pre>
{{Infobox person
| name =
| subtitle =
| image =
| image_size = 250px
| caption =
 
| content =
 
{{Infobox section|Section title}}
 
{{Infobox row
| label = Label
| data = Information
}}
 
}}
</pre>


<tr>
Add as many Infobox sections and Infobox rows as needed.
<th style="text-align:left; padding:6px;">Nationality</th>
<td style="padding:6px;">{{{nationality}}}</td>
</tr>


</table>
[[Category:Infobox templates]]
</noinclude>

Latest revision as of 03:10, 6 September 2026

Infobox person

A flexible infobox for people.

Usage

{{Infobox person
| name =
| subtitle =
| image =
| image_size = 250px
| caption =

| content =

{{Infobox section|Section title}}

{{Infobox row
| label = Label
| data = Information
}}

}}

Add as many Infobox sections and Infobox rows as needed.