Difference between revisions of "Template:ATStats"
From Paragon Wiki Archive
m |
|||
Line 1: | Line 1: | ||
− | <includeonly>! {{ | + | <includeonly> |
− | {{#ifexpr: {{{ | + | {| class="wikitable" |
− | |-< | + | |- |
− | + | ! colspan="11" width="410px"| {{PAGENAME}} Stats | |
− | {{ | + | |- |
− | {{ | + | | width="110px" align="left" | '''Statistic''' |
− | {{ | + | | align="center" width="30px"| 1 || align="center" width="30px"| 2 || align="center" width="30px"| 3 || align="center" width="30px"| 4 || align="center" width="30px"| 5 || align="center" width="30px"| 6 || align="center" width="30px"| 7 || align="center" width="30px"| 8 || align="center" width="30px"| 9 || align="center" width="30px"| 10 |
− | {{ | + | |- |
+ | | align="left" | Survivability | ||
+ | | colspan={{{survive|}}} style="background:#adc4ff;" align="right" | '''{{{survive|}}} ''' | ||
+ | {{#ifexpr: {{{survive|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{survive|}}} }} {{!}} }} | ||
+ | |- | ||
+ | | align="left" | Melee Damage | ||
+ | | colspan={{{melee|}}} style="background:#adc4ff;" align="right" | '''{{{melee|}}} ''' | ||
+ | {{#ifexpr: {{{melee|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{melee|}}} }} {{!}} }} | ||
+ | |- | ||
+ | | align="left" | Ranged Damage | ||
+ | | colspan={{{ranged|}}} style="background:#adc4ff;" align="right" | '''{{{ranged|}}} ''' | ||
+ | {{#ifexpr: {{{ranged|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{ranged|}}} }} {{!}} }} | ||
+ | |- | ||
+ | | align="left" | Crowd Control | ||
+ | | colspan={{{control|}}} style="background:#adc4ff;" align="right" | '''{{{control|}}} ''' | ||
+ | {{#ifexpr: {{{control|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{control|}}} }} {{!}} }} | ||
+ | |- | ||
+ | | align="left" | Support | ||
+ | | colspan={{{support|}}} style="background:#adc4ff;" align="right" | '''{{{support|}}} ''' | ||
+ | {{#ifexpr: {{{support|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{support|}}} }} {{!}} }} | ||
+ | |- | ||
+ | | align="left" | Pets | ||
+ | | colspan={{{pets|}}} style="background:#adc4ff;" align="right" | '''{{{pets|}}} ''' | ||
+ | {{#ifexpr: {{{pets|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{pets|}}} }} {{!}} }} | ||
+ | |}</includeonly> | ||
+ | <noinclude>The following would be the format one can cut/paste to fill in with the relevant stats. Each area accepts a single number from 1 to 10.<pre> | ||
+ | {{Stats | ||
+ | | survive = | ||
+ | | melee = | ||
+ | | ranged = | ||
+ | | control = | ||
+ | | support = | ||
+ | | pets = | ||
+ | }} | ||
+ | </pre> | ||
[[Category:Standardized Text Templates]]</noinclude> | [[Category:Standardized Text Templates]]</noinclude> |
Revision as of 17:52, 7 December 2011
The following would be the format one can cut/paste to fill in with the relevant stats. Each area accepts a single number from 1 to 10.{{Stats | survive = | melee = | ranged = | control = | support = | pets = }}