Difference between revisions of "Template:God"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<h2 class="infobox-title">{{{name}}} {{#if:{{{power|}}}|<br /><small>({{{power}}})</small>}}</h2> | <h2 class="infobox-title">{{{name}}} {{#if:{{{power|}}}|<br /><small>({{{power}}})</small>}}</h2> | ||
<section> | <section> | ||
− | + | <table> | |
− | + | {{#if:{{{titles|}}}|<tr> | |
− | + | <th>Title(s)</th> | |
− | + | <td>{{{titles|}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | {{#if:{{{adjective|}}}| | |
− | + | <tr> | |
− | + | <th>Adjective(s)</th> | |
− | + | <td>{{{adjective}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | {{#if:{{{symbol|}}}| | |
− | + | <tr> | |
− | + | <th>Symbol</th> | |
− | + | <td>{{{symbol}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | {{#if:{{{param4|}}}| | |
− | + | <tr> | |
− | + | <th>Parameter 4</th> | |
− | + | <td>{{{param4}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | {{#if:{{{param5|}}}| | |
− | + | <tr> | |
− | + | <th>Parameter 5</th> | |
− | + | <td>{{{param5}}}</td> | |
− | + | </tr> | |
− | + | }} | |
− | + | </table> | |
− | + | </section> | |
− | </section | ||
− | |||
</div> | </div> | ||
</includeonly> | </includeonly> |