Template:BossNPCTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


Use [[Template:BossRow]] to construct data rows as an argument to {{{Contents}}}.</noinclude>
Use [[Template:BossRow]] to construct data rows as an argument to {{{Contents}}}.</noinclude>
<includeonly><table class="pro-table sortable" style="width: 100%; text-align: center;">
<includeonly>{{#vardefine:cell|#{{Fighting_color_light}}}}{{#vardefine:background|#{{Fighting_color}}}}{{#vardefine:border|#{{Fighting_color_dark}}}}<table class="sortable" style="width: 100%; text-align: center; background-color: {{#var:background}}; border: 3px solid {{#var:border}}; padding: 5px; border-radius: 25px;">
<tr class="pro-table-header"><th class="pro-table-header-cell" style="border-top-left-radius: 15px; width: 16%;">Boss</th><th class="pro-table-header-cell" width="12%">Region</th><th class="pro-table-header-cell" width="36%">Location</th><th class="pro-table-header-cell" style="border-top-right-radius: 15px; width: 23%;">Cooldown</th></tr>
<tr style="background-color: {{#var:cell}}; color: {{#var:border}};"><th style="width: 16%; border: 1px solid {{#var:border}};">Boss</th><th style="border: 1px solid {{#var:border}}; width: 12%;">Region</th><th style="width: 36%; border: 1px solid {{#var:border}};">Location</th><th style="width: 23%; border: 1px solid {{#var:border}};">Cooldown</th></tr>
{{{Contents|}}}
{{{Contents|}}}
</table></includeonly>
</table></includeonly>

Latest revision as of 19:10, 13 May 2020

A simple nest to tabulate all boss-NPC data—namely on bosses.

Use Template:BossRow to construct data rows as an argument to {{{Contents}}}.