Template:Stat Table
| Health | 15/30 ■■■■■□□□□□ |
|---|---|
| Attack | 20/30 ■■■■■■□□□□ |
| Defense | 15/30 ■■■■■□□□□□ |
| Speed | 30/30 ■■■■■■■■■■ |
| Evasion | 20/30 ■■■■■■□□□□ |
| Vitality | 15/30 ■■■■■□□□□□ |
| Critical Chance | 25/30 ■■■■■■■■□□ |
This template can be used to create a stat table that indicates maximum amount of potions that can be consumed for each stats.
The defense argment has an alias named defence, and the crit argment has aliases named crit chance, critical and critical chance.
Examples
Code:
{{Stat Table
| health=15
| attack=20
| defense=15
| speed=30
| evasion=20
| vitality=15
| crit=25
}}
Result:
| Health | 15/30 ■■■■■□□□□□ |
|---|---|
| Attack | 20/30 ■■■■■■□□□□ |
| Defense | 15/30 ■■■■■□□□□□ |
| Speed | 30/30 ■■■■■■■■■■ |
| Evasion | 20/30 ■■■■■■□□□□ |
| Vitality | 15/30 ■■■■■□□□□□ |
| Critical Chance | 25/30 ■■■■■■■■□□ |