Template:Infobox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
<td colspan="2" style="text-align:center;">{{{param0}}}</td>
<td colspan="2" style="text-align:center;">{{{param0}}}</td>
<tr>
<tr>
    <td colspan="2"><hr style="height:2px;background-color: #17A5A5;color:#17A5A5;"></td>
<td colspan="2"><hr style="height:2px;background-color: #17A5A5;color:#17A5A5;"></td>
</tr>
</tr>
<tr>
<tr>
    <th>Parameter X</th>
<th>Parameter X</th>
    <td>{{{param1}}}</td>
<td>{{{param1}}}</td>
</tr>
</tr>
<tr>
<tr>
    <th>Parameter 2</th>
<th>Parameter 2</th>
    <td>{{{param2}}}</td>
<td>{{{param2}}}</td>
</tr>
</tr>
<tr>
<tr>
    <th>Parameter 3</th>
<th>Parameter 3</th>
    <td>{{{param3}}}</td>
<td>{{{param3}}}</td>
</tr>
</tr>
<tr>
<tr>
    <th>Parameter 4</th>
<th>Parameter 4</th>
    <td>{{{param4}}}</td>
<td>{{{param4}}}</td>
</tr>
</tr>
<tr>
<tr>
    <th>Parameter 5</th>
<th>Parameter 5</th>
    <td>{{{param5}}}</td>
<td>{{{param5}}}</td>
</tr>
</tr>
</table>
</table>
</div>
</div>