Template:MoveTableLevelUp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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> | ||
<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}} | <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}} | ||
{{#arraydefine:name| | {{#arraydefine:name| | ||
Line 66: | Line 41: | ||
}} | }} | ||
}} | }} | ||
</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;"> | |||
<tr style="background-color: #{{{{#external_value:type}}_color_light}};"> | |||
<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 scope="col" style="width: 17%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Moves</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="width: 21%; border: 1px solid #{{{{#external_value:type}}_color_dark}}; color: #{{{{#external_value:type}}_color_dark}};">Category</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> | |||
{{{Moves|}}} | |||
<tr> | |||
<td colspan="6" style="text-align: left;"><p style="margin-top: 8px; margin-left: 10px;"> | |||
<ul> | |||
<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>All moves subsumed on this list are relearnable via the [[Move Relearner]]s if lost.</li> | |||
</ul> | |||
</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</includeonly> | </includeonly> |
Revision as of 05:32, 15 September 2017
This is to be used in tandem with Template:M in order to construct Pokemon-specific moveset tables.