Template:ITRow: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly> <tr style="background-color:#DDD; color:#000000;"> <td>[[File:{{{Item}}}.png]]</td> <td>{{{Item}}}</td> <td>{{{Quantity}}}</td> </tr> </includeonly>" |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{{TM}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless,tm=TM}} | |||
<tr style="background-color:#DDD; color:#000000;"> | <tr style="background-color:#DDD; color:#000000;"> | ||
{{#if:{{{TM|}}}| | |||
<td>[[File:{{#external_value:movetype}}-TM.png]]</td> | |||
<td>TM{{#external_value:tm}} - [[{{#external_value:technique}}]]</td> | |||
| | |||
<td>[[File:{{{Item}}}.png]]</td> | <td>[[File:{{{Item}}}.png]]</td> | ||
<td>{{{Item}}}</td> | <td>{{{Item}}}</td> | ||
}} | |||
<td>{{{Quantity}}}</td> | <td>{{{Quantity}}}</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> |