Main Page
Difference between revisions of "Template:UnitStatsList/Content"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div class="row"><ul class="list-unstyled col | + | <div class="row"><ul class="list-unstyled col">{{#if: {{{HP|}}}|<li><strong>HP</strong>+{{{HP}}}</li>|}}<!-- |
-->{{#if: {{{PP|}}}|<li><strong>PP</strong>+{{{PP}}}</li>|}}<!-- | -->{{#if: {{{PP|}}}|<li><strong>PP</strong>+{{{PP}}}</li>|}}<!-- | ||
Line 5: | Line 5: | ||
-->{{#if: {{{DEX|}}}|<li>{{Icons|DEX}}+{{{DEX}}}</li>|}}</ul><!-- | -->{{#if: {{{DEX|}}}|<li>{{Icons|DEX}}+{{{DEX}}}</li>|}}</ul><!-- | ||
− | --><ul class="list-unstyled col | + | --><ul class="list-unstyled col">{{#if: {{{SATK||}}}|<li>{{Icons|S-ATK}}+{{{SATK}}}</li>|}}<!-- |
-->{{#if: {{{RATK|}}}|<li>{{Icons|R-ATK}}+{{{RATK}}}</li>|}}<!-- | -->{{#if: {{{RATK|}}}|<li>{{Icons|R-ATK}}+{{{RATK}}}</li>|}}<!-- | ||
Line 11: | Line 11: | ||
-->{{#if: {{{TATK|}}}|<li>{{Icons|T-ATK}}+{{{TATK}}}</li>|}}</ul><!-- | -->{{#if: {{{TATK|}}}|<li>{{Icons|T-ATK}}+{{{TATK}}}</li>|}}</ul><!-- | ||
− | --><ul class="list-unstyled col | + | --><ul class="list-unstyled col">{{#if: {{{SDEF|}}}|<li>{{Icons|S-DEF}}+{{{SDEF}}}</li>|}}<!-- |
-->{{#if: {{{RDEF|}}}|<li>{{Icons|R-DEF}}+{{{RDEF}}}</li>|}}<!-- | -->{{#if: {{{RDEF|}}}|<li>{{Icons|R-DEF}}+{{{RDEF}}}</li>|}}<!-- | ||
Line 17: | Line 17: | ||
-->{{#if: {{{TDEF|}}}|<li>{{Icons|T-DEF}}+{{{TDEF}}}</li>|}}</ul><!-- | -->{{#if: {{{TDEF|}}}|<li>{{Icons|T-DEF}}+{{{TDEF}}}</li>|}}</ul><!-- | ||
− | --><ul class="list-unstyled col | + | --><ul class="list-unstyled col">{{#if: {{{Fire|}}}|<li>{{Icons|Fire Resist}}+{{{Fire}}}</li>|}}<!-- |
-->{{#if: {{{Ice|}}}|<li>{{Icons|Ice Resist}}+{{{Ice}}}</li>|}}<!-- | -->{{#if: {{{Ice|}}}|<li>{{Icons|Ice Resist}}+{{{Ice}}}</li>|}}<!-- | ||
Line 23: | Line 23: | ||
-->{{#if: {{{Ltn|}}}|<li>{{Icons|Lightning Resist}}+{{{Ltn}}}</li>|}}</ul><!-- | -->{{#if: {{{Ltn|}}}|<li>{{Icons|Lightning Resist}}+{{{Ltn}}}</li>|}}</ul><!-- | ||
− | --><ul class="list-unstyled col | + | --><ul class="list-unstyled col">{{#if: {{{Wind|}}}|<li>{{Icons|Wind Resist}}+{{{Wind}}}</li>|}}<!-- |
-->{{#if: {{{Dark|}}}|<li>{{Icons|Dark Resist}}+{{{Dark}}}</li>|}}<!-- | -->{{#if: {{{Dark|}}}|<li>{{Icons|Dark Resist}}+{{{Dark}}}</li>|}}<!-- | ||
Line 29: | Line 29: | ||
-->{{#if: {{{Light|}}}|<li>{{Icons|Light Resist}}+{{{Light}}}</li>|}}</ul><!-- | -->{{#if: {{{Light|}}}|<li>{{Icons|Light Resist}}+{{{Light}}}</li>|}}</ul><!-- | ||
− | --><ul class="list-unstyled col | + | --><ul class="list-unstyled col">{{#if: {{{SRES|}}}|<li>{{Icons|Strike Resist}}+{{{SRES}}}</li>|}}<!-- |
-->{{#if: {{{RRES|}}}|<li>{{Icons|Range Resist}}+{{{RRES}}}</li>|}}<!-- | -->{{#if: {{{RRES|}}}|<li>{{Icons|Range Resist}}+{{{RRES}}}</li>|}}<!-- | ||
− | -->{{#if: {{{TRES|}}}|<li>{{Icons|Tech Resist}}+{{{TRES}}}</li>|}}</ul> | + | -->{{#if: {{{TRES|}}}|<li>{{Icons|Tech Resist}}+{{{TRES}}}</li>|}}</ul></div> |
− | </div> | ||
<noinclude> | <noinclude> | ||
<strong>Displays the following:</strong> | <strong>Displays the following:</strong> |
Revision as of 22:21, 9 April 2020
Displays the following:
- HP+900
- PP+900
- +900
- +900
- +900
- +900
- +900
- +900
- +900
- +100%
- +100%
- +100%
- +100%
- +100%
- +100%
- +100%
- +100%
- +100%
{{UnitStatsList/Content | HP = | PP = | SATK = | RATK = | TATK = | DEX = | SDEF = | RDEF = | TDEF = | Fire = | Ice = | Ltn = | Wind = | Dark = | Light = | SRES = | RRES = | TRES = }}
To be used in conjuction with the UnitStatsList template.