Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(removed homeworld, combined with the born field) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<table style="border: 1px solid rgba(200,200,200,0.69); padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"> | |||
<tr> | |||
<td width="100%" colspan="2" style="background-color: #19234d; font-size: 16px; text-align: center;"><font color= white>'''{{{name}}}'''</font></td> | |||
</tr> | |||
<tr> | |||
<td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td> | |||
| | </tr> | ||
| width="31%" | | <tr> | ||
| width="69%" | <td width="100%" colspan="2" style="background-color: #19234d;"><font color="white">'''Biographical Information'''</font></td> | ||
| | </tr> | ||
<tr> | |||
<td width="31%" valign="top">Born</td> | |||
<td width="69%">{{{born}}}</td> | |||
</tr> | |||
{{#if:{{{died|}}}|<tr> | |||
<td width="31%" valign="top">Died</td> | |||
<td width="69%">{{{died}}}</td> | |||
</tr>}} | |||
<tr> | |||
<td width="31%" valign="top">Race</td> | |||
<td width="69%">{{{race}}}</td> | |||
</tr> | |||
{{#if:{{{spouse|}}}|<tr> | |||
<td width="31%" valign="top">Spouse(s)</td> | |||
<td width="69%">{{{spouse}}}</td> | |||
</tr>}} | |||
{{#if:{{{children|}}}|<tr> | |||
<td width="31%" valign="top">Children</td> | |||
<td width="69%">{{{children}}}</td> | |||
</tr>}} | |||
{{#if:{{{parents|}}}|<tr> | |||
<td width="31%" valign="top">Parent(s)</td> | |||
<td width="69%">{{{parents}}}</td> | |||
</tr>}} | |||
{{#if:{{{signature|}}}|<tr> | |||
<td width="31%" valign="top">Signature</td> | |||
<td width="69%">{{{signature}}}</td> | |||
</tr>}}</table><noinclude> | |||
===Usage=== | ===Usage=== | ||
Line 19: | Line 46: | ||
| image= | | image= | ||
| name= | | name= | ||
| | | born= | ||
| died= | |||
| race= | |||
| spouse= | |||
| children= | |||
| parents= | |||
| signature= | |||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
[[Category:Infobox Templates]]</noinclude> | [[Category:Infobox Templates]]</noinclude> |
Latest revision as of 01:02, 14 August 2024
{{{name}}} | |
{{{image}}} | |
Biographical Information | |
Born | {{{born}}} |
Race | {{{race}}} |
Usage
The NPC Infobox template is used for NPC pages only, to describe the non-player character or other miscellaneous characters that deserve their own page. Paste the following code info the top of an article, filling all known fields, leaving unknown ones blank.
{{Infobox NPC | image= | name= | born= | died= | race= | spouse= | children= | parents= | signature= }}