Difference between revisions of "Template:Type effectiveness2"

From Rollo
(Created page with "{| class="roundy" width="100%" align="center" style="border: 3px solid #{{ {{#if: {{{type2|}}}|{{{type2|Unknown}}} color|{{{type1|Unknown}}} color dark}} }}; background: #{{{{...")
 
Line 11: Line 11:
 
|- valign="center"   
 
|- valign="center"   
 
! width="100px" | Damaged<br/>normally by:
 
! width="100px" | Damaged<br/>normally by:
| align="left" |
+
| align="left" | {{{normal|{{Type effectiveness none}}}}}
{| width="125px" style="{{roundy|40px}} background: #000000; color:#FFFFFF;"
 
|- align="center"
 
| '''None'''
 
|}</span>
 
 
|}
 
|}
 
|-
 
|-
Line 22: Line 18:
 
|- valign="center"
 
|- valign="center"
 
! width="100px" | Weak to:
 
! width="100px" | Weak to:
| align="left" |
+
| align="left" | {{{weak|{{Type effectiveness none}}}}}
{| width="125px" style="{{roundy|40px}} background: #000000; color:#FFFFFF;"
 
|- align="center"
 
| '''None'''
 
|}</span>
 
 
|}
 
|}
 
|-
 
|-
Line 33: Line 25:
 
|- valign="center"
 
|- valign="center"
 
! width="100px" | Immune to:
 
! width="100px" | Immune to:
| align="left" |
+
| align="left" | {{{immune|{{Type effectiveness none}}}}}
{| width="125px" style="{{roundy|40px}} background: #000000; color:#FFFFFF;"
 
|- align="center"
 
| '''None'''
 
|}</span>
 
 
|}
 
|}
 
|-
 
|-
Line 44: Line 32:
 
|- valign="center"
 
|- valign="center"
 
! width="100px" | Resistant to:
 
! width="100px" | Resistant to:
| align="left" |
+
| align="left" | {{{resist|{{Type effectiveness none}}}}}
{| width="125px" style="{{roundy|40px}} background: #000000; color:#FFFFFF;"
 
|- align="center"
 
| '''None'''
 
|}</span>
 
 
|}
 
|}
 
|-
 
|-
Line 56: Line 40:
 
{{!}}-
 
{{!}}-
 
}}
 
}}
|}<noinclude>[[Category:Type-related templates]]</noinclude>
+
|}<noinclude>
 +
==Usage==
 +
<pre>
 +
The following is an example for Grass-type.
 +
{{Type effectiveness
 +
|normal={{TEE|Beast|100}}{{TEE|Dragon|100}}{{TEE|Rock|100}}{{TEE|Shadow|100}}{{TEE|Warrior|100}}{{TEE|Wizard|100}}
 +
|weak={{TEE|Bug|200}}{{TEE|Fire|200}}{{TEE|Flying|200}}{{TEE|Ice|200}}{{TEE|Poison|200}}
 +
|immune=
 +
|resist={{TEE|Fire|50}}{{TEE|Electric|50}}{{TEE|Ground|50}}{{TEE|Light|50}}{{TEE|Water|100}}
 +
}}</pre>
 +
[[Category:Templates]]</noinclude>

Revision as of 17:37, 4 March 2019

Under normal battle conditions, this monster is:
Damaged
normally by:
None
Weak to:
None
Immune to:
None
Resistant to:
None

Usage

The following is an example for Grass-type.
{{Type effectiveness
|normal={{TEE|Beast|100}}{{TEE|Dragon|100}}{{TEE|Rock|100}}{{TEE|Shadow|100}}{{TEE|Warrior|100}}{{TEE|Wizard|100}}
|weak={{TEE|Bug|200}}{{TEE|Fire|200}}{{TEE|Flying|200}}{{TEE|Ice|200}}{{TEE|Poison|200}}
|immune=
|resist={{TEE|Fire|50}}{{TEE|Electric|50}}{{TEE|Ground|50}}{{TEE|Light|50}}{{TEE|Water|100}}
}}