Template:Infobox People: Difference between revisions
From SureAI Wiki
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{level|}}}|<tr> | ||
<th>Level</th> | <th>Level</th> | ||
<td>{{{level}}}</td> | <td>{{{level}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{health|}}}|<tr> | ||
<th>Health</th> | <th>Health</th> | ||
<td>{{{ | <td>{{{health}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{race|}}}|<tr> | ||
<th> | <th>Race</th> | ||
<td>{{{ | <td>{{{race}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{class|}}}|<tr> | ||
<th> | <th>Class</th> | ||
<td>{{{ | <td>{{{class}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{gender|}}}|<tr> | ||
<th> | <th>Gender</th> | ||
<td>{{{ | <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> | </tr>}}</table> | ||
</div> | </div> | ||
Latest revision as of 18:32, 18 February 2026
Infobox People