Template:Infobox: Difference between revisions

From Drama Chaser
mNo edit summary
Tag: 2017 source edit
(naming params)
Tag: 2017 source edit
Line 6: Line 6:
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
     <th>Name</th>
     <th>Name</th>
     <td>{{{param1}}}</td>
     <td>{{{name}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{age|}}}|<tr>
     <th>Age</th>
     <th>Age</th>
     <td>{{{param2}}}</td>
     <td>{{{age}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{hometown|}}}|<tr>
     <th>Hometown</th>
     <th>Hometown</th>
     <td>{{{param3}}}</td>
     <td>{{{hometown}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{sign|}}}|<tr>
     <th>Parameter 4</th>
     <th>Sign</th>
     <td>{{{param4}}}</td>
     <td>{{{sign}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{type|}}}|<tr>
     <th>Parameter 5</th>
     <th>Blood Type</th>
     <td>{{{param5}}}</td>
     <td>{{{type}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revision as of 17:07, 19 April 2024

Second verse, same as the first, little bit louder and a whole lot worse.

Infobox