Template:Infobox NPC: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
(Created page with "{|style="border: 1px solid rgba(200, 200, 200, 0.69); padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;" | width="100%" colspan="2" style="text-align: center;" | {{{image}}} |- | width="100%" colspan="2" style="background-color: #19234d; font-size: 16px; text-align: center;" | <font color= white>'''{{{name}}}'''</font> |- | width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''General Information'''</font> |- | width="31%"...")
 
(removed homeworld, combined with the born field)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|style="border: 1px solid rgba(200, 200, 200, 0.69); padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
<table style="border: 1px solid rgba(200,200,200,0.69); padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;">
| width="100%" colspan="2" style="text-align: center;" | {{{image}}}
<tr>
|-
<td width="100%" colspan="2" style="background-color: #19234d; font-size: 16px; text-align: center;"><font color= white>'''{{{name}}}'''</font></td>
| width="100%" colspan="2" style="background-color: #19234d; font-size: 16px; text-align: center;" | <font color= white>'''{{{name}}}'''</font>
</tr>
|-
<tr>
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''General Information'''</font>
<td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td>
|-
</tr>
| width="31%" | Location
<tr>
| width="69%" | {{{location}}}
<td width="100%" colspan="2" style="background-color: #19234d;"><font color="white">'''Biographical Information'''</font></td>
|-
</tr>
|}<noinclude>
<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=
| location=
| 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=
}}