Difference between revisions of "Template:Mtable"
From Pokemon World Online Wiki
(Created page with "<includeonly><table style="border: 3px #{{{{{Type|???}}}_color_dark}} solid; margin-top: 5px; width: 60%; border-radius: 15px 15px 15px 15px; background: #{{{{{Type|???}}}_col...") |
m |
||
| Line 1: | Line 1: | ||
| − | <includeonly><table style="border: 3px #{{{{{Type|???}}}_color_dark}} solid; margin-top: 5px; width: | + | <includeonly><table style="border: 3px #{{{{{Type|???}}}_color_dark}} solid; margin-top: 5px; width: 54%; border-radius: 15px 15px 15px 15px; background: #{{{{{Type|???}}}_color_light}};" align="left" cellpadding="2" cellspacing="3"> |
<tr><td> | <tr><td> | ||
| Line 7: | Line 7: | ||
<table style="text-align:center" class="wikitable" width="100%" cellspacing="10" cellpadding="5"> | <table style="text-align:center" class="wikitable" width="100%" cellspacing="10" cellpadding="5"> | ||
| − | <tr><th width=" | + | <tr><th width="9%">Level</th><th width="9%">Move</th><th width="9%">Element</th><th width="9%">Type</th><th width="9%">Power</th><th width="9%">Accuracy</th></tr> |
{{{Moves|}}} | {{{Moves|}}} | ||
</table></table></table></includeonly> | </table></table></table></includeonly> | ||
Revision as of 23:46, 21 August 2012
Syntax
This template uses two defined parameters: Type and Moves. Type is the primary type of the Pokémon and Moves is a string of template calls that call Template:M.
Example
As an example, the call for Bulbasaur's page would look like this: {{Mtable|Type=Grass|Moves= {{m|Tackle}} {{m|Growl|l=3}} {{m|Leech Seed|l=7}} {{m|Vine Whip|l=9|s=}} {{m|Poisonpowder|l=13}} {{m|Sleep Powder|l=13}} {{m|Take Down|l=15}} {{m|Razor Leaf|l=19|s=}} {{m|Sweet Scent|l=21}} {{m|Growth|l=25}} {{m|Double-Edge|l=27}} {{m|Worry Seed|l=31}} {{m|Synthesis|l=33}} {{m|Seed Bomb|l=37|s=}} }}
and would output this table:
|
Italics - Indicates STAB Bonus. Bold - Indicates a Broken Move.
|
Usage
This template is used in conjunction with Template:M to create a moves list for each Pokémon.