Template:Stats/h
| Pokémon | HP | Attack | Defense | Sp. Attack | Sp. Defense | Speed | Total |
|---|---|---|---|---|---|---|---|
| — | a | b | c | d | e | f | xyz |
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
{{stats/h}} is to be used to create header rows for {{stats/r}}.
Usage
- Use
{{stats/h}}as the header - Use one instance of
{{stats/r}}for each row - Use
|}as the footer
Parameters
1(unnamed): Color template name for the table, defaults to "bulba"2(unnamed, optional): Color template name for the border, defaults to "<1> color dark"
TemplateData
This template is to be used to create header rows for a stat comparison table
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Colorscheme | 1 | Color template name for the background
| Line | suggested |
| Border colorscheme | 2 | Color template name for the border | Line | suggested |
Examples
Comparison of the Kanto starters' final forms.
{{stats/h}}
{{stats/r|0003|Venusaur|80|82|83|100|100|80}}
{{stats/r|0006|Charizard|78|84|78|109|85|100}}
{{stats/r|0009|Blastoise|79|83|100|85|105|78}}
|}
| Pokémon | HP | Attack | Defense | Sp. Attack | Sp. Defense | Speed | Total |
|---|---|---|---|---|---|---|---|
| 80 | 82 | 83 | 100 | 100 | 80 | 525 | |
| 78 | 84 | 78 | 109 | 85 | 100 | 534 | |
| 79 | 83 | 100 | 85 | 105 | 78 | 530 |