Template:Infobox People: Difference between revisions
From SureAI Wiki
No edit summary |
Added missing variables |
||
| (5 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{level|}}}|<tr> | ||
<th>Level</th> | <th>Level</th> | ||
<td>{{{level}}}</td> | <td>{{{level}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{health|}}}|<tr> | ||
<th>Health</th> | <th>Health</th> | ||
<td>{{{ | <td>{{{health}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{magicka|}}}|<tr> | ||
<th> | <th>Magicka</th> | ||
<td>{{{ | <td>{{{magicka}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{fatigue|}}}|<tr> | ||
<th> | <th>Fatigue</th> | ||
<td>{{{ | <td>{{{fatigue}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{spells|}}}|<tr> | ||
<th> | <th>Spells</th> | ||
<td>{{{ | <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> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 03:53, 2 April 2026
Infobox People