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>" |
No edit summary |
||
| (13 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr style="background-color:# | {{#get_file_data:source=data|file name=RawMovesList.csv|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> | ||