Template:ATStats: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis m (missed one) |
imported>Aggelakis mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" | ||
|- | |- | ||
! colspan="11" width=" | ! colspan="11" width="420px"| {{PAGENAME}} Stats | ||
|- | |- | ||
! width=" | ! width="120px" | 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="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 | ||
|- | |- | ||
! | ! Survivability | ||
| colspan={{{survive|}}} style="background:#adc4ff;" align="right" | '''{{{survive|}}} ''' | | colspan={{{survive|}}} style="background:#adc4ff;" align="right" | '''{{{survive|}}} ''' | ||
{{#ifexpr: {{{survive|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{survive|}}} }} {{!}} }} | {{#ifexpr: {{{survive|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{survive|}}} }} {{!}} }} | ||
|- | |- | ||
! | ! Melee Damage | ||
| colspan={{{melee|}}} style="background:#adc4ff;" align="right" | '''{{{melee|}}} ''' | | colspan={{{melee|}}} style="background:#adc4ff;" align="right" | '''{{{melee|}}} ''' | ||
{{#ifexpr: {{{melee|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{melee|}}} }} {{!}} }} | {{#ifexpr: {{{melee|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{melee|}}} }} {{!}} }} | ||
|- | |- | ||
! | ! Ranged Damage | ||
| colspan={{{ranged|}}} style="background:#adc4ff;" align="right" | '''{{{ranged|}}} ''' | | colspan={{{ranged|}}} style="background:#adc4ff;" align="right" | '''{{{ranged|}}} ''' | ||
{{#ifexpr: {{{ranged|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{ranged|}}} }} {{!}} }} | {{#ifexpr: {{{ranged|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{ranged|}}} }} {{!}} }} | ||
|- | |- | ||
! | ! Crowd Control | ||
| colspan={{{control|}}} style="background:#adc4ff;" align="right" | '''{{{control|}}} ''' | | colspan={{{control|}}} style="background:#adc4ff;" align="right" | '''{{{control|}}} ''' | ||
{{#ifexpr: {{{control|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{control|}}} }} {{!}} }} | {{#ifexpr: {{{control|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{control|}}} }} {{!}} }} | ||
|- | |- | ||
! | ! Support | ||
| colspan={{{support|}}} style="background:#adc4ff;" align="right" | '''{{{support|}}} ''' | | colspan={{{support|}}} style="background:#adc4ff;" align="right" | '''{{{support|}}} ''' | ||
{{#ifexpr: {{{support|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{support|}}} }} {{!}} }} | {{#ifexpr: {{{support|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{support|}}} }} {{!}} }} | ||
|- | |- | ||
! | ! Pets | ||
| colspan={{{pets|}}} style="background:#adc4ff;" align="right" | '''{{{pets|}}} ''' | | colspan={{{pets|}}} style="background:#adc4ff;" align="right" | '''{{{pets|}}} ''' | ||
{{#ifexpr: {{{pets|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{pets|}}} }} {{!}} }} | {{#ifexpr: {{{pets|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{pets|}}} }} {{!}} }} |
Revision as of 18:20, 7 December 2011
Usage
To display the various stats from the in-game character creation screen.
There are six parameters, all required, each a single number from 1 to 10.
- survive
- melee
- ranged
- control
- support
- pets
{{Stats|survive=|melee=|ranged=|control=|support=|pets=}}
Example
{{Stats|survive=2|melee=4|ranged=6|control=8|support=10|pets=2}}