Template:Infobox People: Difference between revisions

From SureAI Wiki
No edit summary
No edit summary
 
(9 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>
"aliases": [
</tr>}}{{#if:{{{health|}}}|<tr>
"Image:"
    <th>Health</th>
]
    <td>{{{health}}}</td>
}
</tr>}}{{#if:{{{race|}}}|<tr>
},
    <th>Race</th>
"description": "level",
    <td>{{{race}}}</td>
"format": "inline"
</tr>}}{{#if:{{{class|}}}|<tr>
}
    <th>Class</th>
</templatedata>
    <td>{{{class}}}</td>
</noinclude>
</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