Template:KeitaBossNPCLineup: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 39: | Line 39: | ||
<includeonly> | <includeonly> | ||
{{#if:{{{Theme|}}}|{{#vardefine:background|#{{{{{Theme}}}_color}}}}{{#vardefine:border|#{{{{{Theme}}}_color_dark}}}}}} | |||
{{#if:{{{Theme|}}}| | <div class="boss-lineup" style="background-color: {{#var:background}}; border: 3px solid {{#var:border}};"> | ||
<h1 style="text-align: center; color: #fff;">{{{Boss}}}'s Lineup</h1> | |||
{{#ifexist:File:{{{Boss}}}.png|<div style="text-align: center; margin-bottom: 10px;">[[File:{{{Boss}}}.png|center]]</div>}} | |||
<div class="pokemon-cards"> | |||
}} | {{{Lineup|}}} | ||
</div> | |||
<div class="notes"> | |||
<div class="boss-lineup | <ul> | ||
<li><strong>Emboldened</strong> moves avail from a STAB bonus when deployed by that Pokémon.</li> | |||
<li><em>Italicized</em> moves are functionally broken; see their individualized pages for more information.</li> | |||
</ul> | |||
</div> | </div> | ||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Revision as of 21:30, 8 March 2025
KeitaBossNPCLineup Template is the main template that adds the Boss name and lineup.
It's used in correspondence with KeitaBossPokemon Template and with the KeitaNPCMove template being an optional addon for adding moves.
Parameters and arguments
- Boss: Input the boss's name (e.g Professor Oak)
- Theme: Input the Theme (Type) you want, or leave empty to pick page's theme, if it has any (e.g Ice)
- Lineup: Marshal the boss's Pokemon lineup in order of deployment using KeitaBossPokemon Template.
Tip: In order to get a image along with the Boss's name, a image with that boss name must exist (e.g Professor Oak)
Example
This example also features the KeitaNPCMove template and KeitaBossPokemon 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| Theme=Ice |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
Professor Oak's Lineup
| ||||||
Show Moves
|
||||||
- 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.

