Template:KeitaBossPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Undo revision 34132 by Keita (talk)
Tags: Undo Reverted
No edit summary
Tag: Reverted
Line 36: Line 36:


<includeonly>{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{MegaPokemonArray}}}}{{#vardefine:pname|{{ucfirst:{{{Name}}}}}}}{{#vardefine:iteration|{{#arraysearch:pname|{{#var:pname}}}}}}{{#vardefine:type1|{{#arrayindex:type1|{{#var:iteration}}}}}}{{#vardefine:type2|{{#arrayindex:type2|{{#var:iteration}}}}}}{{#vardefine:rows|{{#expr:{{#var:rows}}+1}}}}
<includeonly>{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{MegaPokemonArray}}}}{{#vardefine:pname|{{ucfirst:{{{Name}}}}}}}{{#vardefine:iteration|{{#arraysearch:pname|{{#var:pname}}}}}}{{#vardefine:type1|{{#arrayindex:type1|{{#var:iteration}}}}}}{{#vardefine:type2|{{#arrayindex:type2|{{#var:iteration}}}}}}{{#vardefine:rows|{{#expr:{{#var:rows}}+1}}}}
    <td style="background-color:#{{{{#var:type1}}_color_light}}; border-radius: 25px; border: 3px solid #{{{{#var:type1}}_color_dark}}; padding: 3px; margin: auto auto; width: 50%;">
 
     <table width="100%" style="text-align: center;">
<div class="pokemon-card" style="background-color:#{{{{#var:type1}}_color_light}}; border-radius: 15px; border: 2px solid #{{{{#var:type1}}_color_dark}}; padding: 10px; flex: 1 1 300px; min-width: 300px; max-width: 100%;">
    <tr>
     <div class="pokemon-header" style="text-align: center;">
    <td colspan="5"><div>[[File:{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}_{{#var:pname}}|{{#if:{{{Form|}}}|{{{Form}}}_{{#var:pname}}|{{#var:pname}}_Front_Sprite}}}}.png]]<div style="background-color:#{{{{#var:type1}}_color}}; border: 1px solid #{{{{#var:type1}}_color_dark}}; border-radius: 25px; padding: 3px; margin: auto auto; margin-top: 2px; margin-bottom: 3px; width: 45%; color: #FFFFFF; font-weight: bold;">{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}}}{{#if:{{{Form|}}}|{{{Form}}}}} [[{{#var:pname}}|<span style="color:#FFFFFF;">{{#var:pname}}</span>]]</div></div></td>
        <div class="pokemon-image">[[File:{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}_{{#var:pname}}|{{#if:{{{Form|}}}|{{{Form}}}_{{#var:pname}}|{{#var:pname}}_Front_Sprite}}}}.png|max-width=100%]]</div>
    </tr>
        <div class="pokemon-name" style="background-color:#{{{{#var:type1}}_color}}; border: 1px solid #{{{{#var:type1}}_color_dark}}; border-radius: 15px; padding: 5px; margin: 5px auto; max-width: 200px; color: #FFFFFF; font-weight: bold;">{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}}}{{#if:{{{Form|}}}|{{{Form}}}}} [[{{#var:pname}}|<span style="color:#FFFFFF;">{{#var:pname}}</span>]]</div>
    <tr>
    <td>
    <table width="75%" align="center" style="text-align: center;">
    <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
    <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33% ">[[Natures|<span style="color: #FFFFFF">Nature</span>]]</th><th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33% ">[[Abilities|<span style="color: #FFFFFF">Ability</span>]]</th><th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33% ">Item</th></tr>
    <tr style="background-color: #FFFFFF; cellpadding: 3px">
    <td>{{#if:{{{Nature|}}}|{{{Nature}}}|Random}}</td>
    <td>{{#if:{{{Ability|}}}|[[{{{Ability}}}_(ability)|{{{Ability}}}]]|Random}}</td>
    <td>{{#if:{{{Item|}}}|[[{{{Item}}}]]|None}}</td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td>
    <!-- Non-collapsible moves table -->
    <div class="moves-container-{{#var:pname}}">
      <table id="moves-table-{{#var:pname}}" width="100%" style="text-align: center; display: none;">
        <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}};">Move</th>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}};">Type</th>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}};">Category</th>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}};">Base Power</th>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}};">Accuracy</th>
        </tr>
        {{{Moveset|}}}
      </table>
     </div>
     </div>
      
      
    <!-- Show/Hide button using MediaWiki's built-in collapsible functionality -->
     <div class="pokemon-stats" style="margin-top: 10px;">
     <div class="mw-collapsible mw-collapsed" data-collapsetext="Hide Moves" data-expandtext="Show Moves" style="margin-top: 5px; text-align: center;">
        <table class="pokemon-info-table" style="width: 100%; text-align: center; border-collapse: collapse; margin-bottom: 10px;">
      <div class="mw-collapsible-toggle" style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; border: 1px solid #{{{{#var:type1}}_color_dark}}; border-radius: 10px; padding: 2px 8px; display: inline-block; cursor: pointer;">
            <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
        Show Moves
                <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">[[Natures|<span style="color: #FFFFFF">Nature</span>]]</th>
      </div>
                <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">[[Abilities|<span style="color: #FFFFFF">Ability</span>]]</th>
      <div class="mw-collapsible-content" style="display:none;">
                <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Item</th>
        <!-- This is empty, as it's just used as a trigger -->
            </tr>
        <script>
            <tr style="background-color: #FFFFFF;">
          /* This will be added to common.js */
                <td style="padding: 5px;">{{#if:{{{Nature|}}}|{{{Nature}}}|Random}}</td>
          /*
                <td style="padding: 5px;">{{#if:{{{Ability|}}}|[[{{{Ability}}}_(ability)|{{{Ability}}}]]|Random}}</td>
          $(document).ready(function() {
                <td style="padding: 5px;">{{#if:{{{Item|}}}|[[{{{Item}}}]]|None}}</td>
            $('.mw-collapsible').each(function() {
            </tr>
              var $this = $(this);
        </table>
              var pokemonName = $this.closest('td').find('.moves-container-').attr('class').split('-').pop();
              var $movesTable = $('#moves-table-' + pokemonName);
             
              $this.find('.mw-collapsible-toggle').click(function() {
                if ($movesTable.is(':visible')) {
                  $movesTable.hide();
                } else {
                  $movesTable.show();
                }
              });
            });
          });
          */
        </script>
      </div>
     </div>
     </div>
     </td>
   
    </tr>
     <div style="margin: 15px 0; text-align: center;">
    </table>
        <div class="mw-collapsible mw-collapsed" style="width: 100%;">
    </td>
            <div class="mw-collapsible-toggle" style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; padding: 5px; border-radius: 5px; text-align: center; cursor: pointer; display: inline-block; min-width: 120px;">Show Moves</div>
    {{#ifexpr:{{#var:rows}} = 2|{{#vardefine:rows|0}}</tr><tr>}}{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{PokemonArray}}}}</includeonly>
            <div class="mw-collapsible-content" style="overflow-x: auto; margin-top: 10px;">
                <table class="moves-table" style="width: 100%; text-align: center; border-collapse: collapse;">
                    <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Move</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Type</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Category</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Power</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Accuracy</th>
                    </tr>
                    {{{Moveset|}}}
                </table>
            </div>
        </div>
    </div>
</div>
{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{PokemonArray}

Revision as of 22:10, 8 March 2025

BossPokemon Template is the template that adds the Pokemon lineup to the BossNPCLineup Template.
It's used in correspondence with BossNPCLineup Template and with the NPCMove template being an optional addon for adding moves.

Parameters and arguments

  • Name: Input the Pokemon name (e.g Gyarados)
  • Form: Input the Pokemon form/counterpart, if any (e.g Shiny Mega Gyarados or Christmas Zekrom)
  • Nature: Input the Pokemon's Nature, if any (e.g Jolly)
  • Ability: Input the Pokemon's Ability, if any (e.g Intimidate)
  • Item: Input the Pokemon's Held Item, if any (e.g Leftovers)
  • Moveset: If the Pokemon have any moves, use the NPCMove template

Example

This example also features the NPCMove template.
The first Pokemon in the lineup has a complete set of moves and a special form, while the second Pokemon doesn't.

{{BossNPCLineup| Boss=Professor Oak| Lineup=
{{BossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
{{NPCMove | Bolt Strike}}{{NPCMove | Stone Edge}}{{ NPCMove | Outrage}}{{NPCMove | Outrage}} }}

{{BossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}
}}

Result

Professor Oak's Lineup
Christmas Zekrom
NatureAbilityItem
Adamant Teravolt Leftovers
NatureAbilityItem
Timid Bad Dreams Leftovers
  • Emboldened moves avail from a STAB bonus when deployed by that Pokémon.
  • Italicized moves are functionally broken; see their individualized pages for more information.