Template:PokedexRequirementTable: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
<noinclude>It is a mono-purpose table tailored specifically for usage on the [[Pokédex]] article. Use this in conjunction with [[Template:PdexReq]] as an argument to {{{Contents}}}.</noinclude>
<noinclude>It is a mono-purpose table tailored specifically for usage on the [[Pokédex]] article. Use this in conjunction with [[Template:PdexReq]] as an argument to {{{Contents}}}.</noinclude>
<includeonly>{{#vardefine:cell|#{{Red_color_light}}}}{{#vardefine:background|#{{Red_color}}}}{{#vardefine:border|#{{Red_color_dark}}}}<table style="width: 100%; background-color:{{#var:background}}; border: 3px solid {{#var:border}}; border-radius: 25px;">
<includeonly>{{#vardefine:cell|#{{Red_color_light}}}}{{#vardefine:background|#{{Red_color}}}}{{#vardefine:border|#{{Red_color_dark}}}}<table style="width: 100%; background-color:{{#var:background}}; border: 3px solid {{#var:border}}; border-radius: 25px; padding: 3px;">
<tr>
<tr>
<td>
<td>
<table style="text-align: center; width: 100%;">
<table style="text-align: center; width: 100%; padding: 3px;">
<tr style="color:{{#var:border}}; background-color: {{#var:cell}};"><th style="border-top-left-radius: 15px; width: 14%; border: 1px solid {{#var:border}};">Seen</th><th style="width: 14%; border: 1px solid {{#var:border}};">Owned</th><th style="width: 7%; border: 1px solid {{#var:border}};">Evolved</th><th style="border-top-right-radius: 15px; border: 1px solid {{#var:border}};">Feature</th></tr>
<tr style="color:{{#var:border}}; background-color: {{#var:cell}};"><th style="border-top-left-radius: 15px; width: 14%; border: 1px solid {{#var:border}};">Seen</th><th style="width: 14%; border: 1px solid {{#var:border}};">Owned</th><th style="width: 7%; border: 1px solid {{#var:border}};">Evolved</th><th style="border-top-right-radius: 15px; border: 1px solid {{#var:border}};">Feature</th></tr>
{{{Contents|}}}
{{{Contents|}}}
</table>
</table>
<tr><td style="border-radius: 1px 1px 15px 15px; text-align: left; padding: 3px; background-color: {{#var:cell}}; color: {{#var:border}}; font-size: 13px;" colspan="11">&nbsp;&nbsp;&nbsp;All data-entry requirements that are parenthesized with roman-numeral notations of the generation require that the data entries strictly pertain to Pokémon of that generational subset.</td></tr>
<tr><td style="border-radius: 1px 1px 25px 25px; text-align: left; padding: 3px; background-color: {{#var:cell}}; color: {{#var:border}}; font-size: 13px; border: 1px solid {{#var:border}};" colspan="11">&nbsp;&nbsp;&nbsp;All data-entry requirements that are parenthesized with roman-numeral notations of the generation require that the data entries strictly pertain to Pokémon of that generational subset.</td></tr>
</table></includeonly>
</table></includeonly>

Latest revision as of 03:54, 2 August 2017

It is a mono-purpose table tailored specifically for usage on the Pokédex article. Use this in conjunction with Template:PdexReq as an argument to {{{Contents}}}.