Template:Infobox NPC: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
No edit summary
No edit summary
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%" | Occupation
<tr>
| width="69%" | {{{occupation}}}
<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">Homeworld</td>
<td width="69%">{{{homeworld}}}</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 50:
| image=
| image=
| name=
| name=
| occupation=
| born=
| died=
| homeworld=
| race=
| spouse=
| children=
| parents=
| signature=
}}
}}
</nowiki></pre>
</nowiki></pre>
[[Category:Infobox Templates]]</noinclude>
[[Category:Infobox Templates]]</noinclude>

Revision as of 18:29, 21 December 2021

{{{name}}}
{{{image}}}
Biographical Information
Born {{{born}}}
Homeworld {{{homeworld}}}
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=
| homeworld=
| race=
| spouse=
| children=
| parents=
| signature=
}}