Template:TM: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Created page with "<noinclude>Use this in tandem with Template:MoveTableTM to construct the move-data rows in it.</noinclude> <includeonly> {{#get_web_data:url=http://pro-wiki.info/index.php..."
 
m Forgot to concatenate the 'TM' prepending to its index number.
Line 4: Line 4:
<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>{{#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>
<td style="background-color: #{{{{#external_value:movetype}}_color}}; border: 2px solid #{{{{#external_value:movetype}}_color_dark}};">[[{{#external_value:movetype}}_(type)|<span style="color:#FFFFFF;">{{#external_value:movetype}}</span>]]</td>
<td style="background-color: #{{{{#external_value:movetype}}_color}}; border: 2px solid #{{{{#external_value:movetype}}_color_dark}};">[[{{#external_value:movetype}}_(type)|<span style="color:#FFFFFF;">{{#external_value:movetype}}</span>]]</td>

Revision as of 07:06, 13 December 2016

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