Template:DamResVal/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Baalus Seth m (Template:ResVal/doc moved to Template:DamResVal/doc: consistency) |
mNo edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
__NOTOC__ | __NOTOC__ | ||
==Usage== | ==Usage== | ||
=== | === Damage Resistance Template === | ||
This template is meant to show the damage resistance values of a power in a condensed yet readable format | This template is meant to show the damage resistance values of a power in a condensed yet readable format | ||
=== Parameters === | === Parameters === | ||
* First | * First 9 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying | ||
*List the | *List the resistance types in order: | ||
*# Smashing absolute value | *# Smashing absolute value | ||
*# Lethal absolute value | *# Lethal absolute value | ||
Line 18: | Line 18: | ||
*# Psychic absolute value | *# Psychic absolute value | ||
*# Toxic absolute value | *# Toxic absolute value | ||
*# All Damage absolute value | |||
*Trailing 0s are unnecessary. | *Trailing 0s are unnecessary. | ||
* s, l, f, c, e, n, p, t, if defined will add a minus sign before their respective values and turn them red. | * s, l, f, c, e, n, p, t, a, if defined will add a minus sign before their respective values and turn them red. | ||
**<code>x=-</code> denotes the ''x'' defense as a debuff. The first letter of the defense type is used. | |||
== Example == | == Example == | ||
Line 26: | Line 29: | ||
! Result | ! Result | ||
|- | |- | ||
| <nowiki>{{ | | <nowiki>{{DamResVal|1|2|3|4|5|6|7|8|9}}</nowiki> | ||
| {{ | | {{DamResVal|1|2|3|4|5|6|7|8|9}} | ||
|- | |- | ||
| <nowiki>{{ | | <nowiki>{{DamResVal|10|10|0|0|20|e=-}}</nowiki> | ||
| {{ | | {{DamResVal|10|10|0|0|20|e=-}} | ||
|- | |- | ||
| <nowiki>{{ | | <nowiki>{{DamResVal|10|s=-|10|0|0|20|e=-}}</nowiki> | ||
| {{ | | {{DamResVal|10|s=-|10|0|0|20|e=-}} | ||
|- | |- | ||
| <nowiki>{{ | | <nowiki>{{DamResVal|2=10|7=25|p=-}}</nowiki> | ||
| {{ | | {{DamResVal|2=10|7=25|p=-}} | ||
|- | |||
| <nowiki>{{DamResVal|9=20}}</nowiki> | |||
| {{DamResVal|9=20}} | |||
|} | |} | ||
{{ | |||
<includeonly><!-- | {{Navbox Val Templates}} | ||
<includeonly><!-- PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | |||
[[Category: | [[Category:Powers Templates]] | ||
</includeonly> | </includeonly> |
Latest revision as of 16:34, 30 June 2020
Usage
Damage Resistance Template
This template is meant to show the damage resistance values of a power in a condensed yet readable format
Parameters
- First 9 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
- List the resistance types in order:
- Smashing absolute value
- Lethal absolute value
- Fire absolute value
- Cold absolute value
- Energy absolute value
- Negative absolute value
- Psychic absolute value
- Toxic absolute value
- All Damage absolute value
- Trailing 0s are unnecessary.
- s, l, f, c, e, n, p, t, a, if defined will add a minus sign before their respective values and turn them red.
x=-
denotes the x defense as a debuff. The first letter of the defense type is used.
Example
Code | Result |
---|---|
{{DamResVal|1|2|3|4|5|6|7|8|9}} | Res( S1 L2 F3 C4 E5 N6 P7 T8 All9 ) |
{{DamResVal|10|10|0|0|20|e=-}} | Res( S10 L10 E-20 ) |
{{DamResVal|10|s=-|10|0|0|20|e=-}} | Res( S-10 L10 E-20 ) |
{{DamResVal|2=10|7=25|p=-}} | Res( L10 P-25 ) |
{{DamResVal|9=20}} | Res( All20 ) |