Template:GymLeaderLineup: Difference between revisions
Jump to navigation
Jump to search
Enhanced the scalability for boss NPCs, in addition to declaring a collapsible element to the moveset tables. |
No edit summary |
||
Line 17: | Line 17: | ||
<tr> | <tr> | ||
<td colspan="5"> | <td colspan="5"> | ||
<table style="width: 100%; text-align: center; padding: 4px;"> | <table class="collapsible collapsed" style="width: 100%; text-align: center; padding: 4px;"> | ||
<tr style="background-color: {{#var:cell}}; color:{{#var:border}};"> | <tr style="background-color: {{#var:cell}}; color:{{#var:border}};"> | ||
<th style="border-radius: 15px 1px 1px 1px;">Move</th><th>Type</th><th>Category</th><th>Base Power</th><th style="border-radius: 1px 15px 1px 1px;">Accuracy</th> | <th style="border-radius: 15px 1px 1px 1px;">Move</th><th>Type</th><th>Category</th><th>Base Power</th><th style="border-radius: 1px 15px 1px 1px;">Accuracy</th> | ||
Line 32: | Line 32: | ||
<td>{{#external_value:accuracy}}</td> | <td>{{#external_value:accuracy}}</td> | ||
</tr> | </tr> | ||
}} | |||
</table> | </table> | ||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</td> | </td> |