Template:OverworldPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
m Text replacement - "https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/" to "http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/"
mNo edit summary
Line 15: Line 15:
<table class="collapsible collapsed" style="width: 100%; text-align: center; padding: 4px;">
<table class="collapsible collapsed" style="width: 100%; text-align: center; padding: 4px;">
<tr style="background-color: {{#var:cell}}; color:{{#var:border}};">
<tr style="background-color: {{#var:cell}}; color:{{#var:border}};">
<th style="border-radius: 15px 1px 1px 1px; border: 1px solid {{#var:border}};">Move</th><th style="border: 1px solid {{#var:border}};">Type</th><th style="border: 1px solid {{#var:border}};">Category</th><th style="border: 1px solid {{#var:border}};>Base Power</th><th style="border-radius: 1px 15px 1px 1px; border: 1px solid {{#var:border}};">Accuracy</th>
<th style="border: 1px solid {{#var:border}};">Move</th><th style="border: 1px solid {{#var:border}};">Type</th><th style="border: 1px solid {{#var:border}};">Category</th><th style="border: 1px solid {{#var:border}};>Base Power</th><th style="border: 1px solid {{#var:border}};">Accuracy</th>
</tr>
</tr>
{{#arraydefine:moves|{{{Moves}}}}}
{{#if:{{{Moves|}}}|{{#arraydefine:moves|{{{Moves}}}}}
{{#loop:vector|
{{#loop:vector|
0|
0|
Line 29: Line 29:
<td>{{#external_value:accuracy}}</td>
<td>{{#external_value:accuracy}}</td>
</tr>
</tr>
}}
}}}}
</table>
</table>
</td>
</td>
</tr>
</tr>
</table></td></table></includeonly>
</table></td></table></includeonly>

Revision as of 18:20, 18 May 2024

To be used for battlable overworld-interactable Pokémon—usually Legendary Pokémon—on area pages.

It accepts two arguments: {{{Pokemon}}} for the Pokemon's name, and {{{Moves}}} for their moveset.