Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:ATStats"

From Paragon Wiki Archive
Jump to: navigation, search
(Undo revision 205552 by Sekoia (talk) oops. left-aligning looks ugly)
m
Line 1: Line 1:
<includeonly>! {{{1}}} !! colspan={{{2}}} style="background:#adc4ff;" | {{{2}}}
+
<includeonly>
{{#ifexpr: {{{2}}} < 10 | {{!}} colspan={{#expr: 10 - {{{2}}} }} {{!}} &nbsp; }}
+
{| class="wikitable"
|-</includeonly><noinclude>
+
|-
 
+
! colspan="11" width="410px"| {{PAGENAME}} Stats
{{Stats Start}}
+
|-
{{Stats|Survivability|7|3}}
+
| width="110px" align="left" | &nbsp; '''Statistic'''
{{Stats|Damage|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
{{Table End}}
+
|-
 +
| align="left" | &nbsp; Survivability
 +
| colspan={{{survive|}}} style="background:#adc4ff;" align="right" | '''{{{survive|}}}&nbsp;'''
 +
{{#ifexpr: {{{survive|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{survive|}}} }} {{!}} &nbsp; }}
 +
|-
 +
| align="left" | &nbsp; Melee Damage
 +
| colspan={{{melee|}}} style="background:#adc4ff;" align="right" | '''{{{melee|}}}&nbsp;'''
 +
{{#ifexpr: {{{melee|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{melee|}}} }} {{!}} &nbsp; }}
 +
|-
 +
| align="left" | &nbsp; Ranged Damage
 +
| colspan={{{ranged|}}} style="background:#adc4ff;" align="right" | '''{{{ranged|}}}&nbsp;'''
 +
{{#ifexpr: {{{ranged|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{ranged|}}} }} {{!}} &nbsp; }}
 +
|-
 +
| align="left" | &nbsp; Crowd Control
 +
| colspan={{{control|}}} style="background:#adc4ff;" align="right" | '''{{{control|}}}&nbsp;'''
 +
{{#ifexpr: {{{control|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{control|}}} }} {{!}} &nbsp; }}
 +
|-
 +
| align="left" | &nbsp; Support
 +
| colspan={{{support|}}} style="background:#adc4ff;" align="right" | '''{{{support|}}}&nbsp;'''
 +
{{#ifexpr: {{{support|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{support|}}} }} {{!}} &nbsp; }}
 +
|-
 +
| align="left" | &nbsp; Pets
 +
| colspan={{{pets|}}} style="background:#adc4ff;" align="right" | '''{{{pets|}}}&nbsp;'''
 +
{{#ifexpr: {{{pets|}}} < 10 | {{!}} colspan={{#expr: 10 - {{{pets|}}} }} {{!}} &nbsp; }}
 +
|}</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 = 
}}