Difference between revisions of "Template:NPC Infobox"

From JD Reborn Wiki
Jump to: navigation, search
Line 3: Line 3:
 
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|200px]]</div>}}
 
<table>{{#if:{{{param1|}}}|<tr>
 
<table>{{#if:{{{param1|}}}|<tr>
     <th>Parameter 1</th>
+
     <th>Name:</th>
 
     <td>{{{Name}}}</td>
 
     <td>{{{Name}}}</td>
 
</tr>}}{{#if:{{{param2|}}}|<tr>
 
</tr>}}{{#if:{{{param2|}}}|<tr>
     <th>Parameter 2</th>
+
     <th>Title:</th>
 
     <td>{{{Title}}}</td>
 
     <td>{{{Title}}}</td>
 
</tr>}}{{#if:{{{param3|}}}|<tr>
 
</tr>}}{{#if:{{{param3|}}}|<tr>
     <th>Parameter 3</th>
+
     <th>Location:</th>
 
     <td>{{{Location}}}</td>
 
     <td>{{{Location}}}</td>
 
</tr>}}{{#if:{{{param4|}}}|<tr>
 
</tr>}}{{#if:{{{param4|}}}|<tr>
     <th>Parameter 4</th>
+
     <th>Type:</th>
 
     <td>{{{Type}}}</td>
 
     <td>{{{Type}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Revision as of 21:08, 6 July 2021

NPC Infobox