Template:M: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "Use this in tandem with Template:MoveTableLevelUp to construct the move-data rows in it. <includeonly> {{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:Get..."
 
mNo edit summary
Line 1: Line 1:
Use this in tandem with [[Template:MoveTableLevelUp]] to construct the move-data rows in it.
Use this in tandem with [[Template:MoveTableLevelUp]] to construct the move-data rows in it.
<includeonly>
<includeonly>
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{ucfirst:{{{Name}}}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless}}
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{ucfirst:{{{Move}}}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless}}
<tr>
<tr>
<td>{{#if:{{{l|}}}| {{{l}}} | —}}</td>
<td>{{#if:{{{l|}}}| {{{l}}} | —}}</td>

Revision as of 04:10, 13 December 2016

Use this in tandem with Template:MoveTableLevelUp to construct the move-data rows in it.