Template:Infobox People: Difference between revisions

From SureAI Wiki
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<div class="infobox">
<noinclude>
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<templatedata>
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
{
<table class="infobox-table">{{#if:{{{level|}}}|<tr>
"params": {
    <th>Level</th>
"image": {},
    <td>{{{level}}}</td>
"health": {},
</tr>}}{{#if:{{{health|}}}|<tr>
"race": {},
    <th>Health</th>
"class": {},
    <td>{{{health}}}</td>
"gender": {}
</tr>}}{{#if:{{{race|}}}|<tr>
},
    <th>Race</th>
"description": "gender"
    <td>{{{race}}}</td>
}
</tr>}}{{#if:{{{class|}}}|<tr>
</templatedata>
    <th>Class</th>
</noinclude>
    <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