Template:EVRow: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Haneroze (talk | contribs)
No edit summary
Haneroze (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>Use this along with [[Template:EVTable]] to construct the table contents in it.  
<noinclude>Use this along with [[Template:EVTable]] to construct the table contents in it.  


It accepts the following arguments: Morning, Day, Night, HP, Atk, Def, Speed, SpAtk, SpDef.  </noinclude>
It accepts the following arguments: Morning, Day, Night, HP, Atk, Def, SpAtk, SpDef, Speed.  </noinclude>
<includeonly>
<includeonly>
<tr style="background-color:#FFFFFF; text-align: center;">
<tr style="background-color:#FFFFFF; text-align: center;">
Line 7: Line 7:
<td width="15%" style="background-color: #{{ {{{Day|}}}_color}}; border: 2px solid #{{ {{{Day|}}}_color_dark}};"><span style="color:#{{ {{{Day|}}}_color_dark}}; font-weight: bold;">{{{Day|}}}</span></td>
<td width="15%" style="background-color: #{{ {{{Day|}}}_color}}; border: 2px solid #{{ {{{Day|}}}_color_dark}};"><span style="color:#{{ {{{Day|}}}_color_dark}}; font-weight: bold;">{{{Day|}}}</span></td>
<td width="15%" style="background-color: #{{ {{{Night|}}}_color}}; border: 2px solid #{{ {{{Night|}}}_color_dark}};"><span style="color:#{{ {{{Night|}}}_color_light}}; font-weight: bold;">{{{Night|}}}</span></td>
<td width="15%" style="background-color: #{{ {{{Night|}}}_color}}; border: 2px solid #{{ {{{Night|}}}_color_dark}};"><span style="color:#{{ {{{Night|}}}_color_light}}; font-weight: bold;">{{{Night|}}}</span></td>
<td {{#if: {{{HP|}}} |style="background-color: #{{HP_color}}; border: 2px solid #{{HP_color_dark}};"><span style="color:#{{HP_color_dark}}; font-weight: bold;" |}}{{{HP|0}}}{{#if: {{{HP|}}} |</span>|}}</td>
<td {{#if: {{{HP|}}} |style="background-color: #{{HP_color}}; border: 2px solid #{{HP_color_dark}};"><span style="color:#{{HP_color_dark}}; font-weight: bold;" |}}{{{HP|0}}}</td>
<td {{#if: {{{Atk|}}} |style="background-color: #{{Attack_color}}; border: 2px solid #{{Attack_color_dark}};"><span style="color:#{{Attack_color_dark}}; font-weight: bold;" |}}>{{{Atk|0}}}</td>
<td {{#if: {{{Atk|}}} |style="background-color: #{{Attack_color}}; border: 2px solid #{{Attack_color_dark}};"><span style="color:#{{Attack_color_dark}}; font-weight: bold;" |}}>{{{Atk|0}}}</td>
<td {{#if: {{{Def|}}} |style="background-color: #{{Defense_color}}; border: 2px solid #{{Defense_color_dark}};"><span style="color:#{{Defense_color_dark}}; font-weight: bold;" |}}>{{{Def|0}}}</td>
<td {{#if: {{{Def|}}} |style="background-color: #{{Defense_color}}; border: 2px solid #{{Defense_color_dark}};"><span style="color:#{{Defense_color_dark}}; font-weight: bold;" |}}>{{{Def|0}}}</td>

Revision as of 13:50, 27 August 2018

Use this along with Template:EVTable to construct the table contents in it.

It accepts the following arguments: Morning, Day, Night, HP, Atk, Def, SpAtk, SpDef, Speed.