Template:BossRewardsWinCount: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>It adopts the same framework as Template:BossItem, except it's designed to auto-increment for win-consecutive prizes such as those offered by [[Christmas Chris]..."
 
m Categorized it under item-table templates.
Line 2: Line 2:


Use in tandem with [[Template:BRWC]] to construct tabular rows.
Use in tandem with [[Template:BRWC]] to construct tabular rows.
[[Category:Item-table templates]]
</noinclude>
</noinclude>
<includeonly>{{#vardefine:wincount|0}}{{#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>{{#vardefine:wincount|0}}{{#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;">

Revision as of 05:14, 28 January 2022

It adopts the same framework as Template:BossItem, except it's designed to auto-increment for win-consecutive prizes such as those offered by Christmas Chris.

Use in tandem with Template:BRWC to construct tabular rows.