Template:BossNPCTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>A simple nest to tabulate all boss-NPC data—namely on bosses. Use Template:BossRow to construct data rows as an argument to {{{Contents}}}.</noinclude> <..."
 
mNo edit summary
Line 3: Line 3:
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><table class="pro-table sortable" style="width: 100%; text-align: center;">
<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="38%">Location</th><th class="pro-table-header-cell" style="border-top-right-radius: 15px; width: 21%;">Cooldown</th></tr>
<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>
{{{Contents|}}}
{{{Contents|}}}
</table></includeonly>
</table></includeonly>

Revision as of 10:01, 1 March 2017

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

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