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: | ||
<div class="infobox"> | |||
{{ | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | |||
<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> | ||
| | </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