Template:TypeAbilities: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>To be used on [[:Category:Pokémon types|Pokémon-type]] pages to tabularly list all the specially tailored [[abilities]] for that type. Use it in conjunction with [[Template:TypeAbility]] to construct the tabular rows for it as an argument to {{{Abilities}}}.</noinclude> | <noinclude>To be used on [[:Category:Pokémon types|Pokémon-type]] pages to tabularly list all the specially tailored [[abilities]] for that type. Use it in conjunction with [[Template:TypeAbility]] to construct the tabular rows for it as an argument to {{{Abilities}}}.</noinclude> | ||
<includeonly><table style="background-color: {{#var:background}}; border: 3px solid {{#var:border}}; border-radius: 25px; padding: | <includeonly><table style="background-color: {{#var:background}}; border: 3px solid {{#var:border}}; border-radius: 25px; padding: 3px; width: 71%; text-align: center;"> | ||
<tr style="background-color: {{#var:cell}}; color: {{#var:border}};"><th style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Ability</th><th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}};">Description</th></tr> | <tr style="background-color: {{#var:cell}}; color: {{#var:border}};"><th style="border-top-left-radius: 25px; border: 1px solid {{#var:border}};">Ability</th><th style="border-top-right-radius: 25px; border: 1px solid {{#var:border}}; width: 75%;">Description</th></tr> | ||
{{{Abilities|}}} | |||
<tr><td colspan="2" style="border-radius: 1px 1px 25px 25px; border: 1px solid {{#var:border}}; background-color: {{#var:cell}};"><ul style="text-align: left;"> | <tr><td colspan="2" style="border-radius: 1px 1px 25px 25px; border: 1px solid {{#var:border}}; background-color: {{#var:cell}};"><ul style="text-align: left;"> | ||
<li style="margin-left: 5px;">'''Emboldened''' names denote abilities that are exclusively inheritable by {{#var:type}}-type Pokémon.</li> | <li style="margin-left: 5px;">'''Emboldened''' names denote abilities that are exclusively inheritable by {{#var:type}}-type Pokémon.</li> | ||
</ul> | </ul> | ||
</td></tr> | </td></tr> | ||
</table></includeonly> | </table></includeonly> |
Latest revision as of 06:52, 23 August 2017
To be used on Pokémon-type pages to tabularly list all the specially tailored abilities for that type. Use it in conjunction with Template:TypeAbility to construct the tabular rows for it as an argument to {{{Abilities}}}.