Template:CharacterStatTable: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
(expose dataSource)
Line 1: Line 1:
<includeonly>{| class="wikitable character-stattable"
<includeonly>{| class="wikitable character-stattable" data-souce="{{{dataSource|}}}"
|+Stats
|+Stats
|- class="stattable-controls" style="display: none"
|- class="stattable-controls" style="display: none"
Line 95: Line 95:
== Blank Template ==
== Blank Template ==
<pre>
<pre>
{{CharacterStatTable
{{CharacterStatCalc
| minAtk =
| minAtk =
| maxAtk =
| maxAtk =
Line 117: Line 117:
== Examples ==
== Examples ==
===Properly formatted table===
===Properly formatted table===
{{CharacterStatTable
{{CharacterStatCalc
| minAtk = 369
| minAtk = 369
| maxAtk = 3690
| maxAtk = 3690
Line 138: Line 138:
===Ingame stats===
===Ingame stats===
Should the ingame-displayed min/max stats be used, calculator attempts to reverse those into raw numbers. Whenever possible, those numbers should be updated with actual raw internal data instead.
Should the ingame-displayed min/max stats be used, calculator attempts to reverse those into raw numbers. Whenever possible, those numbers should be updated with actual raw internal data instead.
{{CharacterStatTable
{{CharacterStatCalc
| minAtk = 451
| minAtk = 451
| maxAtk = 3397
| maxAtk = 3397
Line 159: Line 159:
===Fallback===
===Fallback===
Calculator functionality does not activate if any of mandatory fields are empty or filled with anything other than numbers.
Calculator functionality does not activate if any of mandatory fields are empty or filled with anything other than numbers.
{{CharacterStatTable
{{CharacterStatCalc
| minAtk = 451
| minAtk = 451
| maxAtk =
| maxAtk =