Template:TypeProperties

From Bulbapedia, the community-driven Pokémon encyclopedia.
Revision as of 10:45, 26 April 2024 by Landfish7 (talk | contribs)
Jump to navigationJump to search

This template is to be used to generate type effectiveness summary tables.

Usage

{{TypeProperties
|type=
|prop=
|se=
|nve=
|immune=
}}

Template fields

  • type - The desired type.
  • prop - The properties to be shown. Has two valid values: "Off" (offensive) or "Def" (defensive). Defaults to Off.
  • se - Lists a Template:TypeIcon for each type that the table type is super effective on (if offensive), or weak to (if defensive). Defaults to "None".
  • nve - Lists a Template:TypeIcon for each type that the table type is not very effective on (if offensive), or resistant to (if defensive). Defaults to "None".
  • immune - Lists a Template:TypeIcon for each type that the table type has no effect on (if offensive), or immune to (if defensive). Defaults to "None".

Examples

Offense and Defense

{{TypeProperties|type=Fighting|prop=Off
|se={{TypeIcon|Ice}}{{TypeIcon|Normal}}{{TypeIcon|Rock}}
|nve={{TypeIcon|Bug}}{{TypeIcon|Fairy}}{{TypeIcon|Flying}}{{TypeIcon|Poison}}{{TypeIcon|Psychic}}
|immune={{TypeIcon|Ghost}}
}}
{{TypeProperties|type=Fighting|prop=Def
|se={{TypeIcon|Fairy}}{{TypeIcon|Flying}}{{TypeIcon|Psychic}}
|nve={{TypeIcon|Bug}}{{TypeIcon|Rock}}
}}
Offensive properties of Fighting icon.png Fighting-type moves
Super effective (×2): Not very effective (×½): No effect (×0):
Ice icon.pngIceNormal icon.pngNormalRock icon.pngRock Bug icon.pngBugFairy icon.pngFairyFlying icon.pngFlyingPoison icon.pngPoisonPsychic icon.pngPsychic Ghost icon.pngGhost
Defensive properties of Fighting icon.png Fighting-type Pokémon
Weak to (×2): Resists (×½): Immune to (×0):
Fairy icon.pngFairyFlying icon.pngFlyingPsychic icon.pngPsychic Bug icon.pngBugRock icon.pngRock None

Different types

{{TypeProperties|type=Fire|prop=Off}}
{{TypeProperties|type=Water|prop=Off}}
{{TypeProperties|type=Grass|prop=Off}}
Offensive properties of Fire icon.png Fire-type moves
Super effective (×2): Not very effective (×½): No effect (×0):
None None None
Offensive properties of Water icon.png Water-type moves
Super effective (×2): Not very effective (×½): No effect (×0):
None None None
Offensive properties of Grass icon.png Grass-type moves
Super effective (×2): Not very effective (×½): No effect (×0):
None None None