Template:PokedexRequirementTable: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No 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><table | <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;"> | ||
<tr> | <tr> | ||
<td> | <td> | ||
<table | <table style="text-align: center; width: 100%;"> | ||
<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; color: # | <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"> 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> |
Revision as of 22:25, 31 July 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}}}.