Difference between revisions of "Template:Infobox"

From Kronospedia
Jump to navigation Jump to search
(Created page with "{{Infobox | name = {{{name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | label1 = Former names | data1 = {{{former_names|}}} | header2 =...")
 
m (Added power_level)
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Infobox
<div class="infobox">
| name    = {{{name|{{PAGENAME}}}}}
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
| image   = {{{image|}}}
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>
| caption1 = {{{caption|}}}
<table>{{#if:{{{name|}}}|<tr>
 
    <th>Name</th>
| label1  = Former names
    <td>{{{name}}}</td>
|  data1  = {{{former_names|}}}
</tr>}}{{#if:{{{age|}}}|<tr>
 
    <th>Age</th>
| header2  = General information
    <td>{{{age}}}</td>
 
</tr>}}{{#if:{{{power_level|}}}|<tr>
| label3  = Status
    <th>Power Level</th>
|  data3  = {{{status|}}}
    <td>{{{power_level}}}</td>
... <!-- etc. -->
</tr>}}{{#if:{{{slutskills|}}}|<tr>
}}
    <th>Slut Skills</th>
    <td>{{{slutskills}}}</td>
</tr>}}{{#if:{{{location|}}}|<tr>
    <th>Location</th>
    <td>{{{location}}}</td>
</tr>}}{{#if:{{{soulsteal|}}}|<tr>
    <th>Can SoulSteal</th>
    <td>{{{soulsteal}}}</td>
</tr>}}</table>
<div class="infobox-image">[[File:{{{body}}}|250px]]</div>}}
</div>

Latest revision as of 14:40, 22 October 2021

Infobox