Template:MoveTutorTable: 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=
{{#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,priority=Priority,tm=TM}}{{#vardefine:cell|#{{{{#external_value:movetype}}_color_light}}}}{{#vardefine:background|#{{{{#external_value:movetype}}_color}}}}{{#vardefine:border|#{{{{#external_value:movetype}}_color_dark}}}}
{{{Move}}}|data=technique=Name,movetype=Type,category=Category,power=Power,accuracy=Accuracy,pp=PP,broken=Broken,typeless=Typeless,priority=Priority,tm=TM}}{{#vardefine:cell|#{{{{#external_value:movetype}}_color_light}}}}{{#vardefine:background|#{{{{#external_value:movetype}}_color}}}}{{#vardefine:border|#{{{{#external_value:movetype}}_color_dark}}}}
<table style="width:64%; background-color:{{#var:background}}; border: 5px solid {{#var:border}}; font-weight: bold; color: {{#var:border}}; border-radius: 25px; padding: 4px; text-align: center;">
<table style="width:73%; background-color:{{#var:background}}; border: 5px solid {{#var:border}}; font-weight: bold; color: {{#var:border}}; border-radius: 25px; padding: 4px; text-align: center;">
<tr style="background-color:{{#var:cell}}; "><td colspan="4" style="border-radius: 25px; border: 3px solid {{#var:border}};>[[{{#external_value:technique}}|<span style="color:{{#var:border}};">{{#external_value:technique}}</span>]]</td></tr>
<tr style="background-color:{{#var:cell}}; "><td colspan="4" style="border-radius: 25px; border: 3px solid {{#var:border}};>[[{{#external_value:technique}}|<span style="color:{{#var:border}};">{{#external_value:technique}}</span>]]</td></tr>
<tr style="background-color:{{#var:cell}};">
<tr style="background-color:{{#var:cell}};">

Revision as of 06:47, 31 January 2017

For applicative usage principally on the Move tutors page to outline all available tutor-taught moves and locational information thereof. Use the {{{Move}}} argument to furnish the move name, and use Template:MTRow to construct the data rows for the locational information.