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 |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr style="background-color:# | {{#get_web_data:url=https://wiki.pokemonrevolution.net/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}} | ||
<td>[[File:{{{Item}}}.png]]</td> | <tr style="background-color:#FFFFFF;"> | ||
<td>{{{Item}}}</td> | {{#if:{{{TM|}}}| | ||
<td>{{{Quantity}}}</td> | <td>[[File:TM-{{#external_value:movetype}}.png]]</td> | ||
<td>[[TMs and HMs|TM{{#external_value:tm}}]] - [[{{#external_value:technique}}]]</td> | |||
| | |||
<td>{{#ifexist:File:{{{Item}}}.png|[[File:{{{Item}}}.png]]|[[File:MissingIcon.png|link={{ucfirst:File:{{{Item}}}}}.png]]}}</td> | |||
<td>[[{{{Item}}}]]</td> | |||
}} | |||
<td>{{{Quantity|1}}}</td> | |||
</tr> | </tr> | ||
</includeonly> | </includeonly> |