Template:Infobox People: Difference between revisions
From SureAI Wiki
No edit summary |
Added missing variables |
||
| (10 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | |||
< | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
< | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
{ | <table class="infobox-table">{{#if:{{{level|}}}|<tr> | ||
<th>Level</th> | |||
<td>{{{level}}}</td> | |||
</tr>}}{{#if:{{{health|}}}|<tr> | |||
<th>Health</th> | |||
<td>{{{health}}}</td> | |||
</tr>}}{{#if:{{{magicka|}}}|<tr> | |||
<th>Magicka</th> | |||
<td>{{{magicka}}}</td> | |||
</tr>}}{{#if:{{{fatigue|}}}|<tr> | |||
} | <th>Fatigue</th> | ||
</ | <td>{{{fatigue}}}</td> | ||
</ | </tr>}}{{#if:{{{spells|}}}|<tr> | ||
<th>Spells</th> | |||
<td>{{{spells}}}</td> | |||
</tr>}}{{#if:{{{mercantile|}}}|<tr> | |||
<th>Mercantile</th> | |||
<td>{{{mercantile}}}</td> | |||
</tr>}}{{#if:{{{bartergold|}}}|<tr> | |||
<th>BarterGold</th> | |||
<td>{{{bartergold}}}</td> | |||
</tr>}}{{#if:{{{gender|}}}|<tr> | |||
<th>Gender</th> | |||
<td>{{{gender}}}</td> | |||
</tr>}}{{#if:{{{race|}}}|<tr> | |||
<th>Race</th> | |||
<td>{{{race}}}</td> | |||
</tr>}}{{#if:{{{class|}}}|<tr> | |||
<th>Class</th> | |||
<td>{{{class}}}</td> | |||
</tr>}}{{#if:{{{factions|}}}|<tr> | |||
<th>Factions</th> | |||
<td>{{{factions}}}</td> | |||
</tr>}}{{#if:{{{aipackages|}}}|<tr> | |||
<th>aipackages</th> | |||
<td>{{{AiPackages}}}</td> | |||
</tr>}}{{#if:{{{aggression|}}}|<tr> | |||
<th>Aggression</th> | |||
<td>{{{aggression}}}</td> | |||
</tr>}}{{#if:{{{confidence|}}}|<tr> | |||
<th>Confidence</th> | |||
<td>{{{confidence}}}</td> | |||
</tr>}}{{#if:{{{responsibility|}}}|<tr> | |||
<th>Responsibility</th> | |||
<td>{{{responsibility}}}</td> | |||
</tr>}}{{#if:{{{energylevel|}}}|<tr> | |||
<th>EnergyLevel</th> | |||
<td>{{{energylevel}}}</td> | |||
</tr>}}{{#if:{{{essential|}}}|<tr> | |||
<th>Essential</th> | |||
<td>{{{essential}}}</td> | |||
</tr>}}{{#if:{{{respawn|}}}|<tr> | |||
<th>Respawn</th> | |||
<td>{{{respawn}}}</td> | |||
</tr>}}{{#if:{{{baseID|}}}|<tr> | |||
<th>BaseID</th> | |||
<td>{{{baseID}}}</td> | |||
</tr>}}{{#if:{{{refID|}}}|<tr> | |||
<th>RefID</th> | |||
<td>{{{refID}}}</td> | |||
</tr>}}{{#if:{{{editorID|}}}|<tr> | |||
<th>EditorID</th> | |||
<td>{{{editorID}}}</td> | |||
</tr>}}</table> | |||
</div> | |||
Latest revision as of 03:53, 2 April 2026
Infobox People