Template:MoveTableTM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| 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_web_data:url=https://prowiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|data=tm=TM}}{{Trichrome|Color={{{Color|{{#var:primaryType}}}} | <includeonly>{{#get_web_data:url=https://prowiki.info/index.php?title=Special:GetData/RawMovesList|format=CSV with header|data=tm=TM}}{{Trichrome|Color={{{Color|{{#var:primaryType}}}}}}} | ||
{{#arraydefine:tm| | {{#arraydefine:tm| | ||
{{#for_external_table: | {{#for_external_table: | ||
| Line 8: | Line 8: | ||
</includeonly> | </includeonly> | ||
<includeonly> | <includeonly> | ||
<table align="center" style="width: 73%; text-align: center; margin: auto auto; border-radius: | <table align="center" style="width: 73%; text-align: center; margin: auto auto; border-radius: 25px; border: 3px solid {{#var:border}}; background-color: {{#var:background}}; padding: 7px;"> | ||
<tr style="background-color: {{#var:cell}}; color: {{#var:border}};"> | <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 {{#var:border}};">Moves</th> | <th scope="col" style="width: 18%; border: 1px solid {{#var:border}};">Moves</th> | ||
<th scope="col" style="width: 17%; border: 1px solid {{#var:border}};">Type</th> | <th scope="col" style="width: 17%; border: 1px solid {{#var:border}};">Type</th> | ||
| Line 16: | Line 16: | ||
<th style="border-radius: width: 26%; border: 1px solid {{#var:border}};">Base Power</th> | <th style="border-radius: width: 26%; border: 1px solid {{#var:border}};">Base Power</th> | ||
<th style="border-radius: width: 20%; border: 1px solid {{#var:border}};">Accuracy</th> | <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|}}} | ||
Revision as of 19:26, 8 July 2020
As the TM paradigm of moveset tables, it works in conjunction with Template:TM to construct tabular lists of Pokemon-specific TM learnables.