Template:Stat Table: Difference between revisions
imported>Koanyan5028 Created page with "<includeonly>{| class="wikitable" |+ Maximum Stats from Potions |- ! Defense ! style="text-align:left" | {{Stat Bar|stat=defense|amount={{{defense|{{{defence}}}}}}}} |- ! Attack ! style="text-align:left" | {{Stat Bar|stat=attack|amount={{{attack}}}}} |- ! Speed ! style="text-align:left" | {{Stat Bar|stat=speed|amount={{{speed}}}}} |- ! Evasion ! style="text-align:left" | {{Stat Bar|stat=evasion|amount={{{evasion}}}}} |- ! Health ! style="text-alig..." |
imported>Koanyan5028 This uses Documentation template now |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" | ||
|+ Maximum [[Stats]] | |+ Maximum Potion [[Stats]] | ||
|- | |- | ||
! [[ | ! [[Health]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=health|amount={{{health}}}}} | ||
|- | |- | ||
! [[Attack]] | ! [[Attack]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=attack|amount={{{attack}}}}} | ||
|- | |||
! [[Defense]] | |||
! style="text-align:right" | {{Stat Bar|stat=defense|amount={{{defense|{{{defence}}}}}}}} | |||
|- | |- | ||
! [[Speed]] | ! [[Speed]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=speed|amount={{{speed}}}}} | ||
|- | |- | ||
! [[Evasion]] | ! [[Evasion]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=evasion|amount={{{evasion}}}}} | ||
|- | |- | ||
! [[Vitality]] | ! [[Vitality]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=vitality|amount={{{vitality}}}}} | ||
|- | |- | ||
! [[Critical Chance]] | ! [[Critical Chance]] | ||
! style="text-align: | ! style="text-align:right" | {{Stat Bar|stat=crit|amount={{{crit|{{{crit chance|{{{critical|{{{critical chance}}}}}}}}}}}}}} | ||
|}</includeonly> | |}</includeonly><noinclude>{{Documentation}}</noinclude> | ||
<noinclude> | |||
{{ | |||
}} | |||
</noinclude> | |||
Latest revision as of 11:50, 28 October 2024
| 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 ■■■■■■■■□□ |