Template:MoveTableLevelUp: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
This should hopefully fix the spatial inordinacy.
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This is to be used in tandem with [[Template:M]] in order to construct Pokemon-specific moveset tables.</noinclude>
<noinclude>This is to be used in tandem with [[Template:M]] in order to construct Pokemon-specific moveset tables.</noinclude>{{#if:{{#var:moveArray}}||{{MoveArray}}{{#vardefine:moveArray|1}}}}<includeonly>{{#if:{{#var:defaultTab}}|{{#if:{{#var:AdditionalTable}}||{{#vardefine:primaryType|{{#var:NormalType1}}}}}}{{#vardefine:secondaryType|{{#var:NormalType2}}}}}}{{Trichrome|Color={{{Color|{{#var:primaryType}}}}}}}<table align="left" style="width: 77%; text-align: center; margin: auto auto; border-radius: 15px; border: 3px solid {{#var:border}}; background-color: {{#var:background}}; padding: 7px;">
<includeonly>{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|data=name=Name,movetype=Type,category=Category,power=Power,acc=Accuracy,pp=PP,broken=Broken,typeless=Typeless}}
<tr style="background-color: {{#var:cell}}; color: {{#var:border}};">
{{#arraydefine:name|{{#for_external_table:{{{name}}},}}}}{{#arraydefine:movetype|{{#for_external_table:{{{movetype}}},}}}}{{#arraydefine:category|{{#for_external_table:{{{category}}},}}}}{{#arraydefine:power|{{#for_external_table:{{{power}}},}}}}{{#arraydefine:accuracy|{{#for_external_table:{{{acc}}},}}}}{{#arraydefine:pp|{{#for_external_table:{{{pp}}},}}}}{{#arraydefine:broken|{{#for_external_table:{{{broken}}},}}}}{{#arraydefine:typeless|{{#for_external_table:
<th scope="col" style="border-radius: 15px 1px 1px 1px; width: 14%; border: 1px solid {{#var:border}};">Level</th>
{{{typeless}}},}}}}</includeonly><includeonly><table align="center" style="width: 73%; text-align: center; margin: auto auto; border-radius: 15px; border: 4px solid #{{{{#external_value:type}}_color_dark}}; background-color: #{{{{#external_value:type}}_color}}; padding: 7px;">
<th scope="col" style="width: 17%; border: 1px solid {{#var:border}};">Moves</th>
<tr style="background-color: #{{{{#external_value:type}}_color_light}};">
<th scope="col" style="width: 22%; border: 1px solid {{#var:border}};">Type</th>
<th scope="col" style="border-radius: 15px 1px 1px 1px; width: 14%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Level</th>
<th style="width: 21%; border: 1px solid {{#var:border}};">Category</th>
<th scope="col" style="width: 17%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Moves</th>
<th style="border-radius: width: 26%; border: 1px solid {{#var:border}};">Base Power</th>
<th scope="col" style="width: 22%; border: 1px solid #{{{{#external_value:type}}_color_dark}};  color: #{{{{#external_value:type}}_color_dark}};">Type</th>
<th style="border-radius: width: 13%; border: 1px solid {{#var:border}};">Accuracy</th>
<th style="width: 21%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Category</th>
<th style="border-radius: 1px 15px 1px 1px; width: 5%; border: 1px solid {{#var:border}};">PP</th>
<th style="border-radius: width: 26%; border: 1px solid #{{{{#external_value:type}}_color_dark}};  color: #{{{{#external_value:type}}_color_dark}};">Base Power</th>
<th style="border-radius: width: 13%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Accuracy</th>
<th style="border-radius: 1px 15px 1px 1px; width: 5%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">PP</th>
</tr>
</tr>
{{{Moves|}}}
{{{Moves|}}}
Line 16: Line 13:
<ul>
<ul>
<li><b>Emboldened</b> moves denote this Pokémon avails from a STAB bonus for it.</li>
<li><b>Emboldened</b> moves denote this Pokémon avails from a STAB bonus for it.</li>
<li><i>Italicized</i> moves are broken; see their individual pages for more information.</li>
<li><i>Italicized</i> moves are [[Broken_Moves_%26_Abilities|broken]]; see their individual pages for more information.</li>
<li>All moves subsumed on this list are relearnable via the [[Move Relearner]]s if lost.</li>
<li>All moves subsumed on this list are relearnable via the [[Move Relearner]]s if lost.</li>
</ul>
</ul>
Line 22: Line 19:
</td>
</td>
</tr>
</tr>
</table>
</table><br clear="all">
</includeonly>
</includeonly>

Latest revision as of 17:16, 31 March 2022

This is to be used in tandem with Template:M in order to construct Pokemon-specific moveset tables.