Template:BossItem: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Bash (talk | contribs)
No edit summary
m Categorized it under item-table templates.
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>This is a generic-purpose item table.
<noinclude>This is a generic-purpose item table.


Use [[Template:BossItemRow]] in order to construct rows for it.
Use [[Template:BossItemRow]] in order to construct rows for it.
[[Category:Item-table templates]]
</noinclude>
</noinclude>
<includeonly>{{#if:{{#var:background}}||{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}}}<table style="width: 45%; max-width: 85%; text-align: center; border: 3px solid {{#var:border}}; background-color: {{#var:background}}; padding: 7px; border-radius: 25px;">
<includeonly>{{#if:{{#var:background}}||{{#vardefine:cell|#{{{{{Theme|Normal}}}_color_light}}}}{{#vardefine:background|#{{{{{Theme|Normal}}}_color}}}}{{#vardefine:border|#{{{{{Theme|Normal}}}_color_dark}}}}}}<table style="width: 45%; max-width: 85%; text-align: center; border: 3px solid {{#var:border}}; background-color: {{#var:background}}; padding: 7px; border-radius: 25px;">
<tr style="background-color:{{#var:cell}}; color: {{#var:border}};"><th scope="col" colspan="2" style="border-top-left-radius: 25px; width: 22%; border: 1px solid {{#var:border}};">Item</th><th scope="col" style="border: 1px solid {{#var:border}}; width: 12%; border-top-right-radius: 25px;">Quantity</th><th scope="col" style="border: 1px solid {{#var:border}}; width: 12%; border-top-right-radius: 25px;">Reward Tier</th></tr>
<tr style="background-color:{{#var:cell}}; color: {{#var:border}};">
<th scope="col" colspan="2" style="width: 22%; border: 1px solid {{#var:border}};">Item</th>
<th scope="col" style="border: 1px solid {{#var:border}}; width: 12%; border: 1px solid {{#var:border}};">Quantity</th>
<th scope="col" style="border: 1px solid {{#var:border}}; width: 12%;">Reward Tier</th></tr>
{{{Contents}}}
{{{Contents}}}
</table></includeonly>
</table></includeonly>

Latest revision as of 04:59, 28 January 2022

This is a generic-purpose item table.

Use Template:BossItemRow in order to construct rows for it.