Difference between revisions of "Template:Infobox"

From Kronospedia
Jump to navigation Jump to search
m (Added power_level)
 
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|128px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>
<table>{{#if:{{{name|}}}|<tr>
<table>{{#if:{{{name|}}}|<tr>
     <th>Name</th>
     <th>Name</th>
Line 8: Line 8:
     <th>Age</th>
     <th>Age</th>
     <td>{{{age}}}</td>
     <td>{{{age}}}</td>
</tr>}}{{#if:{{{slutskill|}}}|<tr>
</tr>}}{{#if:{{{power_level|}}}|<tr>
    <th>Power Level</th>
    <td>{{{power_level}}}</td>
</tr>}}{{#if:{{{slutskills|}}}|<tr>
     <th>Slut Skills</th>
     <th>Slut Skills</th>
     <td>{{{slutskills}}}</td>
     <td>{{{slutskills}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{location|}}}|<tr>
     <th>Parameter 4</th>
     <th>Location</th>
     <td>{{{param4}}}</td>
     <td>{{{location}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{soulsteal|}}}|<tr>
     <th>Parameter 5</th>
     <th>Can SoulSteal</th>
     <td>{{{param5}}}</td>
     <td>{{{soulsteal}}}</td>
</tr>}}</table>
</tr>}}</table>
<div class="infobox-image">[[File:{{{body}}}|250px]]</div>}}
</div>
</div>

Latest revision as of 14:40, 22 October 2021

Infobox