Template:Infobox People: Difference between revisions

From SureAI Wiki
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{
<div class="infobox">
|Image = Image:Placeholder person.png
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
|level = -
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
|health = -
<table class="infobox-table">{{#if:{{{level|}}}|<tr>
|race = -
    <th>Level</th>
|class = -
    <td>{{{level}}}</td>
|gender = -
</tr>}}{{#if:{{{health|}}}|<tr>
|essential = -
    <th>Health</th>
|respawn = -
    <td>{{{health}}}</td>
|baseID = -
</tr>}}{{#if:{{{race|}}}|<tr>
|refID = -
    <th>Race</th>
|editorID = - }}
    <td>{{{race}}}</td>
</tr>}}{{#if:{{{class|}}}|<tr>
    <th>Class</th>
    <td>{{{class}}}</td>
</tr>}}{{#if:{{{gender|}}}|<tr>
    <th>Gender</th>
    <td>{{{gender}}}</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 18:32, 18 February 2026

Infobox People