Difference between revisions of "Template:Infobox NPC"
From OtanWiki
| Line 21: | Line 21: | ||
<th>Archetype</th> | <th>Archetype</th> | ||
<td>{{{archetype}}}</td> | <td>{{{archetype}}}</td> | ||
| − | </tr>}} {{#if:{{{ | + | </tr>}} {{#if:{{{ethos|}}}|<tr> |
| − | <th> | + | <th>Ethos</th> |
| − | <td>{{{ | + | <td>{{{ethos}}}</td> |
</tr>}} {{#if:{{{religion|}}}|<tr> | </tr>}} {{#if:{{{religion|}}}|<tr> | ||
<th>Religion</th> | <th>Religion</th> | ||
| Line 66: | Line 66: | ||
<th>5e Equivalence</th> | <th>5e Equivalence</th> | ||
<td>{{{5e_equivalence}}}</td> | <td>{{{5e_equivalence}}}</td> | ||
| + | </tr>}} {{#if:{{{alignment|}}}|<tr> | ||
| + | <th>5e Alignment</th> | ||
| + | <td>{{{alignment}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
| Line 81: | Line 84: | ||
| nationality = | | nationality = | ||
| archetype = | | archetype = | ||
| − | | | + | | ethos = |
| religion = | | religion = | ||
| home = | | home = | ||
| Line 96: | Line 99: | ||
| associates = | | associates = | ||
| 5e_equivalence = | | 5e_equivalence = | ||
| + | | alignment = | ||
}} | }} | ||
</pre> | </pre> | ||
Revision as of 21:07, 22 March 2021
Infobox NPC
Example usage:
{{Infobox NPC
| title =
| image =
| caption =
| native_name =
| titles =
| honours =
| race =
| nationality =
| archetype =
| ethos =
| religion =
| home =
| born_yr_place =
| died_yr_place =
| other_homes =
| special_abilities =
| special_items =
| properties_owned =
| factions =
| spouse =
| parents =
| children =
| associates =
| 5e_equivalence =
| alignment =
}}