Difference between revisions of "Complete Moves List"
From Pokemon World Online Wiki
(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,...") |
m (Updated to https links) |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{#get_web_data:url= | + | {{#get_web_data:url=https://pwo-wiki.info/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=" | + | <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> | ||
| − | {{ | + | <td>[[{{{name}}}]]</td> |
| − | <td>< | + | <td style="background: #{{ {{{type}}}_color}}; color: #000000;">[[{{{type}}}_(type)|<span style="color:#000;">{{{type}}}</span>]]</td> |
| − | + | <td style="color: #FFFFFF; background: #{{ {{{category}}}_color}};">[[{{{category}}} Moves|<span style="color:#FFFFFF;">{{{category}}}</span>]]</td> | |
<td>{{{power}}}</td> | <td>{{{power}}}</td> | ||
<td>{{{accuracy}}}</td> | <td>{{{accuracy}}}</td> | ||
| + | <td>{{{broken}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
| + | |||
| + | [[Category:Moves]] | ||