Template:BossItemRow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{{#get_web_data:url=http://prowiki.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}} | {{#get_web_data:url=http://prowiki.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:#FFFFFF;"> | <tr style="background-color:#FFFFFF;"> | ||
{{#if:{{{TM|}}}| | {{#if:{{{TM|}}}| | ||
<td>[[File:TM-{{#external_value:movetype}}.png]]</td> | <td>[[File:TM-{{#external_value:movetype}}.png]]</td> | ||
Line 12: | Line 11: | ||
}} | }} | ||
<td>{{{Quantity|1}}}</td> | <td>{{{Quantity|1}}}</td> | ||
<td>{{#arrayindex:RewardTier|0}}</td> | |||
</tr> | </tr> | ||
</includeonly> | </includeonly> |