Template:MoveTableTM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| (13 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>As the TM paradigm of moveset tables, it works in conjunction with [[Template:TM]] to construct tabular lists of Pokemon-specific TM learnables.</noinclude> | <noinclude>As the TM paradigm of moveset tables, it works in conjunction with [[Template:TM]] to construct tabular lists of Pokemon-specific TM learnables.</noinclude> | ||
<includeonly>{{#get_file_data:source=data|file name=RawMovesList.csv|format=CSV with header|data=tm=TM}}{{Trichrome|Color={{{Color|{{#var:primaryType}}}}}}} | |||
{{#arraydefine:tm| | |||
{{#for_external_table: | |||
{{{tm}}}, | |||
}} | |||
}} | |||
</includeonly> | |||
<includeonly> | <includeonly> | ||
<table align=" | <table align="left" style="width: 77%; text-align: center; margin: auto auto; border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:background}}; padding: 7px;"> | ||
<tr style="background-color: | <tr style="background-color: {{#var:cell}}; color: {{#var:border}};"> | ||
<th scope="col" colspan="2" style="border-radius: | <th scope="col" colspan="2" style="border-top-left-radius: 25px; width: 11%; border: 1px solid {{#var:border}};">TM</th> | ||
<th scope="col" style="width: 18%; border: 1px solid | <th scope="col" style="width: 18%; border: 1px solid {{#var:border}};">Moves</th> | ||
<th scope="col" style="width: 17%; border: 1px solid | <th scope="col" style="width: 17%; border: 1px solid {{#var:border}};">Type</th> | ||
<th style="width: 19%; border: 1px solid | <th style="width: 19%; border: 1px solid {{#var:border}};">Category</th> | ||
<th style="border-radius: width: 26%; border: 1px solid | <th style="border-radius: width: 26%; border: 1px solid {{#var:border}};">Base Power</th> | ||
<th style="border-radius: width: 20%; border: 1px solid | <th style="border-radius: width: 20%; border: 1px solid {{#var:border}};">Accuracy</th> | ||
<th style="border-radius: | <th style="border-top-right-radius: 25px; width: 7%; border: 1px solid {{#var:border}};">PP</th> | ||
</tr> | </tr> | ||
{{{Moves|}}} | {{{Moves|}}} | ||
<tr> | <tr> | ||
<td colspan="8" style="text-align: left;"><p style="margin-top: 8px; margin-left: 10px;"> | <td colspan="8" style="text-align: left; border-radius: 1px 1px 25px 25px; border: 1px solid {{#var:border}}; background-color: {{#var:cell}};"><p style="margin-top: 8px; margin-left: 10px;"> | ||
<ul> | <ul> | ||
<li><b>Emboldened</b> moves denote that this Pokémon avails from a STAB bonus for it.</li> | <li><b>Emboldened</b> moves denote that 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> | <li>Refer to [[TMs and HMs]] for information on each move's obtainability.</li> | ||
</ul> | </ul> | ||
</p> | </p> | ||
</td> | </td> | ||
</tr> | </tr> | ||
</table> | </table><br clear="all"> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 16:33, 1 October 2025
As the TM paradigm of moveset tables, it works in conjunction with Template:TM to construct tabular lists of Pokemon-specific TM learnables.