Difference between revisions of "Complete Moves List"

From Pokemon World Online Wiki
Jump to: navigation, search
(Created page with "{{#get_web_data:url=http://iblamelee.co.uk/pwo/wiki/index.php?title=Special:GetData/MovesRawList|format=CSV with header|data=name=Name,type=Type,category=Category,power=Power,...")
 
Line 1: Line 1:
 
{{#get_web_data:url=http://iblamelee.co.uk/pwo/wiki/index.php?title=Special:GetData/MovesRawList|format=CSV with header|data=name=Name,type=Type,category=Category,power=Power,accuracy=Accuracy,broken=Broken}}
 
{{#get_web_data:url=http://iblamelee.co.uk/pwo/wiki/index.php?title=Special:GetData/MovesRawList|format=CSV with header|data=name=Name,type=Type,category=Category,power=Power,accuracy=Accuracy,broken=Broken}}
 
<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 scope="col" width="20%">Move</th><th scope="col" width="20%">Type</th><th scope="col" width="20%">Category</th><th scope="col" width="20%">Power</th><th scope="col" width="20%">Accuracy</th></tr>
+
<tr><th scope="col" width="17%">Move</th><th scope="col" width="17%">Type</th><th scope="col" width="17%">Category</th><th scope="col" width="16%">Power</th><th scope="col" width="16%">Accuracy</th><th scope="col" width="17%">Broken?</th></tr>
 
{{#for_external_table:
 
{{#for_external_table:
 
<tr>
 
<tr>
{{#ifeq: {{{broken}}} | Y | <td>'''{{{name}}}'''</td> | <td>{{{name}}}</td>}}
+
<td>{{{name}}}</td>
<td><span style="color: #{{{{{type}}}_color}};">{{{type}}}</span></td>
+
<td>{{{type}}}</td>
 
<td>{{{category}}}</td>
 
<td>{{{category}}}</td>
 
<td>{{{power}}}</td>
 
<td>{{{power}}}</td>
 
<td>{{{accuracy}}}</td>
 
<td>{{{accuracy}}}</td>
 +
<td>{{{broken}}}</td>
 
</tr>
 
</tr>
 
}}
 
}}
 
</table>
 
</table>

Revision as of 18:07, 21 August 2012

MoveTypeCategoryPowerAccuracyBroken?