Difference between revisions of "Template:Test"

From Pokemon World Online Wiki
Jump to: navigation, search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
<table style="text-align:center" class="wikitable sortable" width="100%" cellspacing="10" cellpadding="5">
 
<table style="text-align:center" class="wikitable sortable" width="100%" cellspacing="10" cellpadding="5">
 
<tr><th  width="11%">Move</th><th width="9%">Element</th><th width="9%">Type</th><th width="7%">Power</th><th width="7%">Accuracy</th><th width="9%">Price</th><th width="18%">Event</th><th width="18%">Time</tr>
 
<tr><th  width="11%">Move</th><th width="9%">Element</th><th width="9%">Type</th><th width="7%">Power</th><th width="7%">Accuracy</th><th width="9%">Price</th><th width="18%">Event</th><th width="18%">Time</tr>
 
+
{{{Moves|}}}
 
+
 
</table>
 
</table>
 
</table>
 
</table>
Line 18: Line 17:
 
</includeonly>
 
</includeonly>
 
<noinclude>==Syntax==
 
<noinclude>==Syntax==
This template is structurally similar to [[Template:MTable|Mtable]], and uses the following template-defined paramters: Type and Moves. Type is the primary type of the Pokémon, to determine the color scheme for the table's background, and Moves is a string of template calls that call [[Template:MTm]].
+
This template is structurally similar to [[Template:MTable|Mtable]], and uses the following template-defined paramters: Type and Moves. Type is the primary type of the Pokémon, to determine the color scheme for the table's background, and Moves is a string of template calls that call [[Template:ETm]].
 
==Exemplification==
 
==Exemplification==
 
<nowiki>{{MTutorTable|Type=Fire|Moves=
 
<nowiki>{{MTutorTable|Type=Fire|Moves=
{{MTm|Outrage}}
+
{{ETm|Outrage}}
 
}}</nowiki> would output the following on Arcanine's page, for example.
 
}}</nowiki> would output the following on Arcanine's page, for example.
 
{{Test|Type=Fire|Moves=
 
{{Test|Type=Fire|Moves=
{{MTm|Outrage|p=25,000|l=Goldenrod Tunnel|2021}}
+
{{ETm|Pain Split|p=2 Motherboards|l=Minusoft|t=2021}}
 
}}
 
}}
 
==Usage==
 
==Usage==
This template is used in conjunction with [[Template:MTm]] to create a moves list for each Pokémon.</noinclude>
+
This template is used in conjunction with [[Template:ETm]] to create a moves list for each Pokémon.</noinclude>

Latest revision as of 00:10, 13 September 2021

Syntax

This template is structurally similar to Mtable, and uses the following template-defined paramters: Type and Moves. Type is the primary type of the Pokémon, to determine the color scheme for the table's background, and Moves is a string of template calls that call Template:ETm.

Exemplification

{{MTutorTable|Type=Fire|Moves= {{ETm|Outrage}} }} would output the following on Arcanine's page, for example.

Italics - Indicates STAB Bonus. Bold - Indicates a Broken Move.

MoveElementTypePowerAccuracyPriceEventTime
Pain Split Normal Status 0 100 2 Motherboards Minusoft 2021
  Refer to this article for more details on tutor-teachable moves.



Usage

This template is used in conjunction with Template:ETm to create a moves list for each Pokémon.