Template:HM: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>It's another subcomponent of Template:MoveTableTM used to construct the move-data rows therein.</noinclude> <includeonly> {{#get_web_data:url=http://pro-wiki.in..."
 
mNo edit summary
Line 3: Line 3:
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{{Move}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless,tm=TM}}
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|filters=Name={{{Move}}}|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;">
<td>[[File:TM-{{#external_value:movetype}}</td>
<td>[[File:TM-{{#external_value:movetype}}]]</td>
<td>HM{{padleft:{{#external_value:tm}}|2}}</td>
<td>HM{{padleft:{{#external_value:tm}}|2}}</td>
<td><span style="{{#ifeq: {{#external_value:movetype}} | {{#external_value:type}} | {{#ifeq: {{#external_value: typeless}} | N | {{#ifeq:{{#external_value:category}} | Status | | font-weight: bold;}}}}}} {{#if:{{#external_value:broken}} | Y | font-style: italic;}}">[[{{#external_value:technique}}]]</span></td>
<td><span style="{{#ifeq: {{#external_value:movetype}} | {{#external_value:type}} | {{#ifeq: {{#external_value: typeless}} | N | {{#ifeq:{{#external_value:category}} | Status | | font-weight: bold;}}}}}} {{#if:{{#external_value:broken}} | Y | font-style: italic;}}">[[{{#external_value:technique}}]]</span></td>

Revision as of 08:01, 13 December 2016

It's another subcomponent of Template:MoveTableTM used to construct the move-data rows therein.