Template:TM: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
mNo edit summary
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}}.png]]</td>
<td>TM{{#external_value:tm}}</td>
<td>TM{{#external_value:tm}}</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 04:18, 14 December 2016

Use this in tandem with Template:MoveTableTM to construct the move-data rows in it.