Template:AIR: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
m Truncated the period at the end of the {{{Location}}} parameter.
Cae (talk | contribs)
mNo edit summary
 
Line 6: Line 6:
<tr style="background-color:#FFFFFF; text-align: center;">
<tr style="background-color:#FFFFFF; text-align: center;">
{{#if:{{{TM|}}}|
{{#if:{{{TM|}}}|
{{#get_web_data:url=http://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}}
{{#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:TM-{{#external_value:movetype}}.png]]</td>
<td>[[File:TM-{{#external_value:movetype}}.png]]</td>
<td>[[TMs and HMs|TM{{#external_value:tm}}]] - [[{{#external_value:technique}}]]</td>
<td>[[TMs and HMs|TM{{#external_value:tm}}]] - [[{{#external_value:technique}}]]</td>
|
|
{{#if:{{{HM|}}}|
{{#if:{{{HM|}}}|
{{#get_web_data:url=http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{ucfirst:{{{HM}}}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless,tm=TM}}
{{#get_web_data:url=https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{ucfirst:{{{HM}}}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless,tm=TM}}
<td>[[File:TM-{{#external_value:movetype}}.png]]</td>
<td>[[File:TM-{{#external_value:movetype}}.png]]</td>
<td>[[TMs and HMs|HM{{#external_value:tm}}]] - [[{{#external_value:technique}}]]</td>
<td>[[TMs and HMs|HM{{#external_value:tm}}]] - [[{{#external_value:technique}}]]</td>

Latest revision as of 14:33, 28 August 2025

Use this in tandem with Template:AreaItems to construct tabular rows for it.

It accepts four arguments: {{{Item}}}, {{{Quantity}}}, {{{Cooldown}}}, and {{{Location}}}. Leave {{{Quantity}}} and {{{Cooldown}}} blank if you have to ascertain even a rough amount, but do furnish values for {{{Item}}} and {{{Location}}}, at least.