Template:Infobox People: Difference between revisions

From SureAI Wiki
Created page with "Back to People {{Template:Infobox People |image = Image:Placeholder person.png |level = - |health = - |race = - |class = - |gender = - |essential = - |respawn = - |baseID = - |refID = - |editorID = - }} ==Description== ==Location== ==Quests== ==Pickpocketed Items== ==Notes=="
 
Eaglebyrd (talk | contribs)
Added missing variables
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
Back to [[People]]
<div class="infobox">
{{Template:Infobox People
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|image = Image:Placeholder person.png
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
|level = -
<table class="infobox-table">{{#if:{{{level|}}}|<tr>
|health = -
    <th>Level</th>
|race = -
    <td>{{{level}}}</td>
|class = -
</tr>}}{{#if:{{{health|}}}|<tr>
|gender = -
    <th>Health</th>
|essential = -
    <td>{{{health}}}</td>
|respawn = -
</tr>}}{{#if:{{{magicka|}}}|<tr>
|baseID = -
    <th>Magicka</th>
|refID = -
    <td>{{{magicka}}}</td>
|editorID = - }}
</tr>}}{{#if:{{{fatigue|}}}|<tr>
==Description==
    <th>Fatigue</th>
 
    <td>{{{fatigue}}}</td>
==Location==
</tr>}}{{#if:{{{spells|}}}|<tr>
==Quests==
    <th>Spells</th>
==Pickpocketed Items==
    <td>{{{spells}}}</td>
==Notes==
</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