Template:EVTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Haneroze (talk | contribs)
Created page with "<noinclude>Use this in conjunction with Template:EVRow in order to construct data-table rows for it. It is used for adding a table on top of Area Spawns to display advanta..."
 
Haneroze (talk | contribs)
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>Use this in conjunction with [[Template:EVRow]] in order to construct data-table rows for it. It is used for adding a table on top of Area Spawns to display advantageous EV training times.
<noinclude>Use this in conjunction with [[Template:EVRow]] in order to construct data-table rows for it. It is used for adding a table on top of Area Spawns to display advantageous EV training times.
</noinclude>
</noinclude><includeonly>
<includeonly>
{{#if:{{{Type|}}} |  
{{#if:{{{Type|}}} |  
{{#vardefine:border|#{{{{{Type}}}_color_dark}}}}
{{#vardefine:border|#{{{{{Type}}}_color_dark}}}}
Line 7: Line 6:
{{#vardefine:cell|#{{{{{Type}}}_color_light}}}}
{{#vardefine:cell|#{{{{{Type}}}_color_light}}}}
}}
}}
<table style="width: 100%; border: 4px solid {{#var:border}}; background-color:{{#var:background}}; border-radius: 25px; padding: 8px;">
<table align="center" style="width: 600px; text-align: center; border: 4px solid {{#var:border}}; background-color:{{#var:background}}; border-radius: 25px; padding: 8px;">
<tr style="background-color:{{#var:cell}};">
<tr style="background-color:{{#var:cell}};">
<th colspan="2" style="border-radius: 20px 1px 1px 1px; color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 45%;">Item</th>
<th colspan="3" style="border-radius: 20px 1px 1px 1px; color:{{#var:border}}; border: 1px solid {{#var:border}}; width: 45%;">Times</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">HP</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}};">HP</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">Atk</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}};">Atk</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">Def</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}};">Def</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">SpAtk</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}};">SpAtk</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}};">SpDef</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}};">SpDef</th>
<th style="color:{{#var:border}}; border: 1px solid {{#var:border}}; border-radius: 1px 20px 1px 1px;">Speed</th>
<th style="width:9%; color:{{#var:border}}; border: 1px solid {{#var:border}}; border-radius: 1px 20px 1px 1px;">Speed</th>
</tr>
</tr>
{{{Contents}}}
{{{Contents}}}
<tr><td colspan="9" style="text-align: center;">&nbsp;&nbsp;Values denote the estimated average EV points gained per fight.</td></tr>
</table>
</table>
</includeonly>
</includeonly>

Latest revision as of 21:14, 27 August 2018

Use this in conjunction with Template:EVRow in order to construct data-table rows for it. It is used for adding a table on top of Area Spawns to display advantageous EV training times.