Template:KeitaBossPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 56: Line 56:
     </div>
     </div>
      
      
     <!-- Separate div for the Show Moves button that always stays at the bottom -->
     <div class="pokemon-moves" style="margin-top: 15px;">
    <div style="text-align: right; margin-top: 10px;">
        <!-- Toggle button in a separate div, positioned to the right -->
        <span class="mw-collapsible-toggle mw-collapsible-toggle-default" style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; padding: 5px 15px; border-radius: 5px; display: inline-block; cursor: pointer;">Show Moves</span>
        <div style="text-align: right; margin-bottom: 5px;">
    </div>
            <div class="mw-collapsible-toggle" style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF; padding: 5px; border-radius: 5px; display: inline-block; cursor: pointer;">Show Moves</div>
   
        </div>
    <!-- The collapsible content in a fully separate div -->
       
    <div class="mw-collapsible mw-collapsed" style="margin-top: 10px; width: 100%;">
        <!-- Content in a separate collapsible div -->
        <div class="mw-collapsible-content" style="width: 100%;">
        <div class="mw-collapsible mw-collapsed">
            <table class="moves-table" style="width: 100%; text-align: center; border-collapse: collapse;">
            <div class="mw-collapsible-content" style="overflow-x: auto;">
                <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
                <table class="moves-table" style="width: 100%; text-align: center; border-collapse: collapse;">
                    <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Move</th>
                    <tr style="background-color: #{{{{#var:type1}}_color}}; color: #FFFFFF;">
                    <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Type</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Move</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;">Type</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;">Category</th>
                    <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Accuracy</th>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Power</th>
                </tr>
                        <th style="border: 1px solid #{{{{#var:type1}}_color_dark}}; padding: 5px;">Accuracy</th>
                {{{Moveset|}}}
                    </tr>
             </table>
                    {{{Moveset|}}}
                </table>
             </div>
         </div>
         </div>
     </div>
     </div>

Revision as of 22:20, 8 March 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 }}
}}

Result

max-width=100%
Christmas Zekrom
         Professor Oak's Lineup
max-width=200px
max-width=200px
Nature Ability Item
Adamant Teravolt Leftovers
Show Moves
Move Type Category Power Accuracy
Bolt Strike Electric Physical 130 85
Stone Edge Rock Physical 100 80
Outrage Dragon Physical 120 100
Outrage Dragon Physical 120 100




Show Moves
Move Type Category 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.