Difference between revisions of "Template:Charinfo"

From Kingdoms of Kahara Wiki
Jump to navigation Jump to search
(Created page with "<div class="charinfo"> <div class="chainfo-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="charinfo-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if...")
 
Line 4: Line 4:
 
<table>{{#if:{{{param1|}}}|<tr>
 
<table>{{#if:{{{param1|}}}|<tr>
 
     <th>Parameter 1</th>
 
     <th>Parameter 1</th>
     <td>{{{param1}}}</td>
+
     <td>{{{Character Name}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
+
</tr>}}{{#if:{{{Character Race|}}}|<tr>
 
     <th>Parameter 2</th>
 
     <th>Parameter 2</th>
     <td>{{{param2}}}</td>
+
     <td>{{{Character Race}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
+
</tr>}}{{#if:{{{Character Age|}}}|<tr>
 
     <th>Parameter 3</th>
 
     <th>Parameter 3</th>
     <td>{{{param3}}}</td>
+
     <td>{{{Character Age}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
+
</tr>}}{{#if:{{{Character Location|}}}|<tr>
 
     <th>Parameter 4</th>
 
     <th>Parameter 4</th>
     <td>{{{param4}}}</td>
+
     <td>{{{Character Location}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
+
</tr>}}{{#if:{{{In Game Name|}}}|<tr>
 
     <th>Parameter 5</th>
 
     <th>Parameter 5</th>
     <td>{{{param5}}}</td>
+
     <td>{{{In Game Name}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Revision as of 04:27, 11 September 2020

Charinfo