Difference between revisions of "Complete Moves List"
From Pokemon World Online Wiki
m |
m (Updated to https links) |
||
| (8 intermediate revisions by one other user 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="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> | <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>[[{{{name}}}]]</td> |
| − | {{{type}}} | + | <td style="background: #{{ {{{type}}}_color}}; color: #000000;">[[{{{type}}}_(type)|<span style="color:#000;">{{{type}}}</span>]]</td> |
| − | {{{category}}} | + | <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> | ||
| Line 13: | Line 13: | ||
}} | }} | ||
</table> | </table> | ||
| + | |||
| + | [[Category:Moves]] | ||