Template:KeitaBossPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
===Example===
    <b>KeitaBossPokemon Template</b> is the template that adds the <b>Pokemon lineup</b> to the [[Template:KeitaBossNPCLineup|KeitaBossNPCLineup Template]]. <br>
This example also features the [[Template:NPCMove|NPCMove template]]. <br>
    It's used in correspondence with [[Template:KeitaBossNPCLineup|KeitaBossNPCLineup Template]] and with the [[Template:KeitaNPCMove|KeitaNPCMove template]] being an optional addon for adding moves. <br>
The first Pokemon in the lineup has a complete set of moves and a special form, while the second Pokemon doesn't. <br>
    ==Parameters and arguments==
<pre style="color: red">
   
<nowiki>{{BossNPCLineup| Boss=Professor Oak| Lineup=
    <ul>
{{BossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
    <li>'''Name:''' Input the Pokemon name (e.g Gyarados)</li>
{{NPCMove | Bolt Strike}}{{NPCMove | Stone Edge}}{{ NPCMove | Outrage}}{{NPCMove | Outrage}} }}
    <li>'''Form:''' Input the Pokemon form/counterpart, if any (e.g Shiny Mega Gyarados or Christmas Zekrom)</li>
    <li>'''Nature:''' Input the Pokemon's Nature, if any (e.g Jolly)</li>
    <li>'''Ability:''' Input the Pokemon's Ability, if any (e.g Intimidate)</li>
    <li>'''Item:''' Input the Pokemon's Held Item, if any (e.g Leftovers)</li>
    <li>'''Moveset:''' If the Pokemon have any moves, use the [[Template:KeitaNPCMove|KeitaNPCMove template]]</li>
    </ul>
    ===Example===
    This example also features the [[Template:KeitaNPCMove|KeitaNPCMove template]]. <br>
    The first Pokemon in the lineup has a complete set of moves and a special form, while the second Pokemon doesn't. <br>
    <pre style="color: red">
    <nowiki>{{KeitaBossNPCLineup| Boss=Professor Oak| Lineup=
    {{KeitaBossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
    {{KeitaNPCMove | Bolt Strike}}{{KeitaNPCMove | Stone Edge}}{{ KeitaNPCMove | Outrage}}{{KeitaNPCMove | Outrage}} }}
   
    {{KeitaBossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}


{{BossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}
{{KeitaBossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
}}</nowiki>
    {{KeitaNPCMove | Bolt Strike}}{{KeitaNPCMove | Stone Edge}}{{ KeitaNPCMove | Outrage}}{{KeitaNPCMove | Outrage}} }}
</pre>
    }}</nowiki>
=== Result ===
    </pre>
{{BossNPCLineup| Boss=Professor Oak| Lineup=
    === Result ===
 
    {{KeitaBossNPCLineup| 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}} }}
    {{KeitaBossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
 
    {{KeitaNPCMove | Bolt Strike}}{{KeitaNPCMove | Stone Edge}}{{ KeitaNPCMove | Outrage}}{{KeitaNPCMove | Outrage}} }}
{{BossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}
   
}}
    {{KeitaBossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}
</noinclude>
     }}
 
     </noinclude>
<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}}}}
 
<div class="boss-pokemon-card" style="background-color:#{{{{#var:type1}}_color_light}}; border-radius: 12px; border: 2px solid #{{{{#var:type1}}_color_dark}}; padding: 10px; margin: 10px; width: 100%; box-shadow: 0 2px 5px rgba(0,0,0,0.1);">
  <div class="pokemon-header" style="text-align: center;">
     <div class="pokemon-image">
      [[File:{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}_{{#var:pname}}|{{#if:{{{Form|}}}|{{{Form}}}_{{#var:pname}}|{{#var:pname}}_Front_Sprite}}}}.png]]
     </div>
    <div class="pokemon-name" style="background-color:#{{{{#var:type1}}_color}}; border: 1px solid #{{{{#var:type1}}_color_dark}}; border-radius: 20px; padding: 5px; margin: 8px 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>
  </div>
 
  <div class="pokemon-info-container">
    <table class="pokemon-info-table" style="width: 90%; margin: 0 auto; text-align: center; border-collapse: collapse; border-spacing: 0;">
      <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px; border-radius: 5px 0 0 0;">[[Natures|<span style="color: #FFFFFF">Nature</span>]]</th>
        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">[[Abilities|<span style="color: #FFFFFF">Ability</span>]]</th>
        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px; border-radius: 0 5px 0 0;">Item</th>
      </tr>
      <tr style="background-color: #FFFFFF;">
        <td style="padding: 6px; border: 1px solid #{{{{#var:type1}}_color_light}};">{{#if:{{{Nature|}}}|{{{Nature}}}|Random}}</td>
        <td style="padding: 6px; border: 1px solid #{{{{#var:type1}}_color_light}};">{{#if:{{{Ability|}}}|[[{{{Ability}}}_(ability)|{{{Ability}}}]]|Random}}</td>
        <td style="padding: 6px; border: 1px solid #{{{{#var:type1}}_color_light}};">{{#if:{{{Item|}}}|[[{{{Item}}}]]|None}}</td>
      </tr>
    </table>
      
      
    <div class="moves-container" style="margin-top: 10px;">
<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}}}}
      <table class="moves-table collapsible collapsed" style="width: 100%; margin: 0 auto; text-align: center; border-collapse: collapse; border-spacing: 0;">
  <div class="wrapper-for-pokemonlineup">
        <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
      <td class="keita-pokemon-cell" style="background-color:#{{{{#var:type1}}_color_light}}; border-radius: 25px; border: 3px solid #{{{{#var:type1}}_color_dark}}; padding: 10px; margin: 10px; width: 45%; max-width: 450px; min-width: 300px; vertical-align: top;">
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Move</th>
        <table width="100%" style="text-align: center;">
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Type</th>
          <tr>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Category</th>
            <td colspan="5">
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Base Power</th>
              <div>
          <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Accuracy</th>
                [[File:{{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}_{{#var:pname}}|{{#if:{{{Form|}}}|{{{Form}}}_{{#var:pname}}|{{#var:pname}}_Front_Sprite}}}}.png|responsive|max-width=150px]]
        </tr>
                <div style="background-color:#{{{{#var:type1}}_color}}; border: 1px solid #{{{{#var:type1}}_color_dark}}; border-radius: 25px; padding: 5px; margin: auto auto; margin-top: 5px; margin-bottom: 5px; width: 80%; max-width: 200px; color: #FFFFFF; font-weight: bold;">
        {{{Moveset|}}}
                  {{#if:{{{Counterpart|}}}|{{ucfirst:{{{Counterpart}}}}}}}{{#if:{{{Form|}}}|{{{Form}}}}} [[{{#var:pname}}|<span style="color:#FFFFFF;">{{#var:pname}}</span>]]
       </table>
                </div>
              </div>
            </td>
          </tr>
          <tr>
            <td>
              <table width="100%" align="center" style="text-align: center; margin-bottom: 10px;">
                <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
                  <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33%; padding: 5px;">[[Natures|<span style="color: #FFFFFF">Nature</span>]]</th>
                  <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33%; padding: 5px;">[[Abilities|<span style="color: #FFFFFF">Ability</span>]]</th>
                  <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; width: 33%; padding: 5px;">Item</th>
                </tr>
                <tr style="background-color: #FFFFFF;">
                  <td style="padding: 5px;">{{#if:{{{Nature|}}}|{{{Nature}}}|Random}}</td>
                  <td style="padding: 5px;">{{#if:{{{Ability|}}}|[[{{{Ability}}}_(ability)|{{{Ability}}}]]|Random}}</td>
                  <td style="padding: 5px;">{{#if:{{{Item|}}}|[[{{{Item}}}]]|None}}</td>
                </tr>
              </table>
          <tr>
            <td>
              <div class="keita-moves-container">
                  <div class="mw-collapsible mw-collapsed" style="width: 100%">
                      <div class="mw-collapsible-toggle" style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; padding: 5px; border-radius: 5px; text-align: center; cursor: pointer; margin-bottom: 5px; display: block; width: 100%;">
                          Show Moves
                      </div>
                      <div class="mw-collapsible-content" style="overflow-x: auto; display: block; clear: both">
                          <table width="100%" class="keita-moves-table" style="text-align: center;">
                              <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;">Base Power</th>
                                <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Accuracy</th>
                              </tr>
                              {{{Moveset|}}}
                            </table>
                      </div>
                  </div>
                  </div>
              </div>
            </td>
          </tr>
        </table>
       </td>
      {{#ifexpr:{{#var:rows}} = 2|{{#vardefine:rows|0}}</tr><tr class="keita-lineup-row">}}{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{PokemonArray}}}}
        
        
      <!-- Show Moves button positioned below the moves table as required -->
      <div class="show-moves-button" style="text-align: center; margin-top: 8px;">
        <span class="mw-collapsible-toggle" style="cursor: pointer; background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; padding: 5px 10px; border-radius: 5px; display: inline-block; font-weight: bold; border: 1px solid #{{{{#var:type1}}_color_dark}};">Show Moves</span>
      </div>
    </div>
   </div>
   </div>
</div>
  </includeonly>
 
{{#ifexpr:{{#var:rows}} = 2|{{#vardefine:rows|0}}</tr><tr>}}
{{#ifeq:{{ucfirst:{{{Form}}}}}|Mega|{{PokemonArray}}}}
</includeonly>

Latest revision as of 07:46, 3 April 2025

   KeitaBossPokemon Template is the template that adds the Pokemon lineup to the KeitaBossNPCLineup Template. 
It's used in correspondence with KeitaBossNPCLineup Template and with the KeitaNPCMove 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 KeitaNPCMove template
   ===Example===
   This example also features the KeitaNPCMove template. 
The first Pokemon in the lineup has a complete set of moves and a special form, while the second Pokemon doesn't.
    {{KeitaBossNPCLineup| Boss=Professor Oak| Lineup=
    {{KeitaBossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
    {{KeitaNPCMove | Bolt Strike}}{{KeitaNPCMove | Stone Edge}}{{ KeitaNPCMove | Outrage}}{{KeitaNPCMove | Outrage}} }}
    
    {{KeitaBossPokemon | Name=Darkrai | Form= | Nature=Timid | Ability=Bad Dreams | Item=Leftovers }}

{{KeitaBossPokemon | Name=Zekrom | Form=Christmas | Nature=Adamant | Ability=Teravolt | Item=Leftovers | Moveset=
    {{KeitaNPCMove | Bolt Strike}}{{KeitaNPCMove | Stone Edge}}{{ KeitaNPCMove | Outrage}}{{KeitaNPCMove | Outrage}} }}
    }}
    
   === Result ===
   





         Professor Oak's Lineup
max-width=200px
max-width=200px
               max-width=150px
                 Christmas Zekrom
Nature Ability Item
Adamant Teravolt Leftovers
                         Show Moves
Move Type Category Base Power Accuracy
Bolt Strike Electric Physical 130 85
Stone Edge Rock Physical 100 80
Outrage Dragon Physical 120 100
Outrage Dragon Physical 120 100
Nature Ability Item
Timid Bad Dreams Leftovers
                         Show Moves
Move Type Category Base Power Accuracy
  • 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.