User:Tiddlywinks/Recycle Bin/MoveHead

# Pokémon Types Egg Groups Level

Template documentation
Note: portions of the template sample may not be visible without values provided.

This template creates a generic header for learnset tables on move pages (such as Tackle) that can be expanded with the aid of User:Tiddlywinks/MoveHead/game.

Parameters

Unnamed
  • 1: the color scheme for the header (usually the type of the move whose page this is on), from color templates (e.g., fire will use {{fire color}} and {{fire color dark}})
  • 2: the number of subheaders/"data" columns the table should have (after Egg Groups)
  • 3: a caption for the last column (that spans all the "data" columns)
Named
  • row: if this template does not need any subheaders, set this to 1

Examples

Showing the use of the three basic parameters (and how the subheaders are filled in).

{{User:Tiddlywinks/MoveHead|Dark|3|Breeding}}
|- class="whitelinks"
! style="width: 40px; line-height: 1em; background-color: #{{kanto color}}" | {{gen|I}}
! style="width: 40px; line-height: 1em; background-color: #{{johto color}}" | {{gen|II}}
! style="width: 40px; line-height: 1em; background-color: #{{hoenn color}}" | {{gen|III}}
|- style="background-color: #FFF;"
| ...
|}

User:Tiddlywinks/MoveHead |- class="whitelinks" ! style="width: 40px; line-height: 1em; background-color: #80BB1D" | I ! style="width: 40px; line-height: 1em; background-color: #CAC02E" | II ! style="width: 40px; line-height: 1em; background-color: #67C1AB" | III |- style="background-color: #FFF;" | ... |}

A case where there are no subheaders (Knock Off (move)#Special move).

{{User:Tiddlywinks/MoveHead|Dark|1|Obtained with|row=1}}
{{Moveentry/1|0766|Passimian|type=Fighting|1|Field|Field|[[List of game-based Pokémon distributions in Generation VII#Passimian|Pokémon Bank Hidden Ability Passimian]]}}
|}

User:Tiddlywinks/MoveHead |- style="background:#fff" | style="font-family:monospace,monospace" width="26px" | 0766 | style="text-align:center;" width="26px" | Passimian

| width="75px" |

| style="text-align:center; | | Field ! Pokémon Bank Hidden Ability Passimian |}