Template:MoveTableLevelUp: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 24: Line 24:
</tr>
</tr>
</table>
</table>
</includeonly>
<includeonly>{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|data=name=Name,type=Type,category=Category,power=Power,acc=Accuracy,pp=PP,broken=Broken}}
{{#arraydefine:name|
{{#for_external_table:
{{{name}}},
}}
}}
{{#arraydefine:type|
{{#for_external_table:
{{{type}}},
}}
}}
{{#arraydefine:category|
{{#for_external_table:
{{{category}}},
}}
}}
{{#arraydefine:power|
{{#for_external_table:
{{{power}}},
}}
{{#arraydefine:accuracy|
{{#for_external_table:
{{{acc}}},
}}
{{#arraydefine:pp|
{{#for_external_table:
{{{pp}}},
}}
{{#arraydefine:broken|
{{#for_external_table:
{{{broken}}},
}}
}}
</includeonly>
</includeonly>

Revision as of 05:20, 15 September 2017

This is to be used in tandem with Template:M in order to construct Pokemon-specific moveset tables.