Template:TypeDefVal/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) m (→See also: correct link) |
imported>Konoko (historical) m (→Example) |
||
Line 20: | Line 20: | ||
{| | {| | ||
! Code | ! Code | ||
| <nowiki>{{DefVal|10|10|0|0|20|e=-}}</nowiki | | <nowiki>{{DefVal|10|10|0|0|20|e=-}}</nowiki> | ||
| <nowiki>{{DefVal|10|s=-|10|0|0|e=-|20}}</nowiki> | | <nowiki>{{DefVal|10|s=-|10|0|0|e=-|20}}</nowiki> | ||
| <nowiki>{{DefVal|2=10|7=25|e=-}}</nowiki> | |||
|- | |- | ||
! Result | ! Result | ||
| {{DefVal|10|10|0|0|20|e=-}} | | {{DefVal|10|10|0|0|20|e=-}} | ||
| {{DefVal|10|s=-|10|0|0|e=-|20}} | | {{DefVal|10|s=-|10|0|0|e=-|20}} | ||
| {{DefVal|2=10|7=25|e=-}} | |||
|} | |} | ||
*List the defenses in order: Smashing, Lethal, Fire, Cold, Energy, Negative Energy, Psychic. | *List the defenses in order: Smashing, Lethal, Fire, Cold, Energy, Negative Energy, Psychic. | ||
*Trailing 0s are unneccessary. | *Trailing 0s are unneccessary. | ||
*<code>e=-</code> denotes the energy defense as a debuff. The first letter of the defense type is used. | *<code>e=-</code> denotes the energy defense as a debuff. The first letter of the defense type is used. | ||
==See also== | ==See also== | ||
* {{tl|PosVal}} | * {{tl|PosVal}} |
Revision as of 23:59, 6 January 2009
Usage
Defense Template
This template is meant to show the defense values of a power in a easily visible format.
Parameters
- First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
- Smashing absolute value
- Lethal absolute value
- Fire absolute value
- Cold absolute value
- Energy absolute value
- Negative absolute value
- Psychic absolute value
- s, l, f, c, e, n, p, if defined will add a minus sign before their respective values and turn them red.
Example
Code | {{DefVal|10|10|0|0|20|e=-}} | {{DefVal|10|s=-|10|0|0|e=-|20}} | {{DefVal|2=10|7=25|e=-}} |
---|---|---|---|
Result | Template:DefVal | Template:DefVal | Template:DefVal |
- List the defenses in order: Smashing, Lethal, Fire, Cold, Energy, Negative Energy, Psychic.
- Trailing 0s are unneccessary.
e=-
denotes the energy defense as a debuff. The first letter of the defense type is used.
See also
- {{PosVal}}