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=="
 
No edit summary
 
(10 intermediate revisions by the same 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:{{{race|}}}|<tr>
|baseID = -
    <th>Race</th>
|refID = -
    <td>{{{race}}}</td>
|editorID = - }}
</tr>}}{{#if:{{{class|}}}|<tr>
==Description==
    <th>Class</th>
 
    <td>{{{class}}}</td>
==Location==
</tr>}}{{#if:{{{gender|}}}|<tr>
==Quests==
    <th>Gender</th>
==Pickpocketed Items==
    <td>{{{gender}}}</td>
==Notes==
</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 18:32, 18 February 2026

Infobox People