Template:ITS: Difference between revisions
Jump to navigation
Jump to search
changed #ifexist statement because reached the limit of expensive parser function calls |
mNo edit summary |
||
| Line 19: | Line 19: | ||
<tr style="background-color:#FFFFFF;">{{#if:{{{TM|}}}| | <tr style="background-color:#FFFFFF;">{{#if:{{{TM|}}}| | ||
{{#get_web_data:url= | {{#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,tm=TM}} | ||
<td width="25%">[[File:TM-{{#external_value:movetype}}.png]]</td> | <td width="25%">[[File:TM-{{#external_value:movetype}}.png]]</td> | ||
Revision as of 14:46, 28 August 2025
Test Table
| ||||||||||||
| ||||||||||||
This is to be used in conjunction with Template:GenericItemShop to construct data rows for it.
It is receptible of the following arguments:
- {{{Item}}} for the exact item name
- {{{Price}}} to specify its price
- {{{Icon}}} with "missing" parameter to use MissingIcon.png
//Removed the expensive #ifexist parser function because it reached its call limit with too many items.//