Template:Infobox person: Difference between revisions
From NSPedia
No edit summary Tag: Reverted |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<table style=" | <includeonly><table style=" | ||
float:right; | float:right; | ||
width: | clear:right; | ||
margin:0 0 | width:22em; | ||
border:1px solid # | margin:0 0 1em 1em; | ||
border- | border:1px solid #a2a9b1; | ||
background:# | border-spacing:3px; | ||
font-size: | background:#f8f9fa; | ||
line-height:1. | color:#202122; | ||
font-size:88%; | |||
line-height:1.5; | |||
"> | "> | ||
<!-- NAME --> | |||
<tr> | <tr> | ||
<th colspan="2" style=" | <th colspan="2" style=" | ||
text-align:center; | |||
font-size:125%; | |||
font-size: | |||
font-weight:bold; | font-weight:bold; | ||
padding:6px; | |||
"> | "> | ||
{{{name|{{PAGENAME}}}}} | {{{name|{{PAGENAME}}}}} | ||
| Line 24: | Line 24: | ||
</tr> | </tr> | ||
<!-- OPTIONAL SUBTITLE --> | |||
{{#if:{{{subtitle|}}}| | |||
<tr> | <tr> | ||
<td colspan="2" style=" | <td colspan="2" style=" | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | |||
padding:2px 6px; | |||
"> | "> | ||
{{{subtitle}}} | |||
</td> | </td> | ||
</tr> | </tr> | ||
}} | |||
<!-- OPTIONAL IMAGE --> | |||
{{#if:{{{image|}}}| | |||
<tr> | <tr> | ||
< | <td colspan="2" style=" | ||
text-align:center; | |||
padding:8px; | |||
" | |||
"> | "> | ||
{{{ | [[File:{{{image}}}|{{{image_size|250px}}}]] | ||
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>}} | |||
</td> | </td> | ||
</tr> | </tr> | ||
}} | |||
<!-- SECTIONS AND ROWS --> | |||
{{{content|}}} | |||
</table></includeonly><noinclude> | |||
== Infobox person == | |||
A flexible infobox for people. | |||
=== Usage === | |||
<pre> | |||
{{Infobox person | |||
| name = | |||
| subtitle = | |||
| image = | |||
| image_size = 250px | |||
| caption = | |||
| content = | |||
{{Infobox section|Section title}} | |||
{{Infobox row | |||
| label = Label | |||
| data = Information | |||
}} | |||
}} | |||
</pre> | |||
</ | |||
Add as many Infobox sections and Infobox rows as needed. | |||
</ | [[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.
