Difference between revisions of "Template:MoveType"
From Pokemon World Online Wiki
m |
m |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | <includeonly>{{#get_web_data:url= | + | <includeonly>{{#get_web_data:url=https://pwo-wiki.info/index.php?title=Special:GetData/MovesRawList|format=CSV with header|filters=type={{ucfirst:{{{1}}}}}|data=name=Name,type=Type,category=Category,power=Power,accuracy=Accuracy}} |
| − | <center><table class="sortable" style="text-align:center; border: #{{{{{1}}}_color_dark}} 3px solid; border-radius: 15px 15px 15px 15px; background: #{{{{{1}}}_color_light}};" class="sortable" width="45%" cellspacing="3" cellpadding="5"> | + | <center><table class="sortable" style="text-align:center; border: #{{{{{1}}}_color_dark}} 3px solid; border-radius: 15px 15px 15px 15px; background: #{{{{{1}}}_color_light}}; padding: 4px;" class="sortable" width="45%" cellspacing="3" cellpadding="5"> |
| − | <tr><th scope="col" style="background: #{{{{{1}}}_color}}; border-radius: 15px 0px 0px 0px;" width="17%">Name</th><th style="background: #{{{{{1}}}_color}};" scope="col | + | <tr><th scope="col" style="background: #{{{{{1}}}_color}}; border-radius: 15px 0px 0px 0px;" width="17%">Name</th><th style="background: #{{{{{1}}}_color}};" scope="col" width="11%">Category</th><th style="background: #{{{{{1}}}_color}};" scope="col" width="6%">Power</th><th style="background: #{{{{{1}}}_color}}; border-radius: 0px 15px 0px 0px;" scope="col" width="5%">Accuracy</th></tr> |
{{#for_external_table: | {{#for_external_table: | ||
<tr style="background: #FFFFFF;"> | <tr style="background: #FFFFFF;"> | ||
<td width="15%">[[{{{name}}}]]</td> | <td width="15%">[[{{{name}}}]]</td> | ||
| − | <td width="9%"style="color: #FFFFFF; background: #{{ {{{category}}}_color}};">[[{{{category}}} Moves|<span style="color:#FFFFFF;">{{{category}}}</span>]]</td> | + | <td width="9%" style="color: #FFFFFF; background: #{{ {{{category}}}_color}};">[[{{{category}}} Moves|<span style="color:#FFFFFF;">{{{category}}}</span>]]</td> |
<td width="8%">{{{power}}}</td> | <td width="8%">{{{power}}}</td> | ||
| − | <td width="5%>{{{accuracy}}}</td> | + | <td width="5%">{{{accuracy}}}</td> |
</tr>}} | </tr>}} | ||
</table></center> | </table></center> | ||
</includeonly> | </includeonly> | ||