Difference between revisions of "Template:StatusProtVal/doc"
From Paragon Wiki Archive
Baalus Seth (Talk | contribs) m |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 30: | Line 30: | ||
| {{StatusProtVal|1|2|3|4|5|6|7|8|9}} | | {{StatusProtVal|1|2|3|4|5|6|7|8|9}} | ||
|- | |- | ||
− | | <nowiki>{{StatusProtVal| | + | | <nowiki>{{StatusProtVal|1.0|1.0|0|0|2.0}}</nowiki> |
− | | {{StatusProtVal| | + | | {{StatusProtVal|1.0|1.0|0|0|2.0}} |
|- | |- | ||
− | | <nowiki>{{StatusProtVal|2= | + | | <nowiki>{{StatusProtVal|2=1.0|7=2.5}}</nowiki> |
− | | {{StatusProtVal|2= | + | | {{StatusProtVal|2=1.0|7=2.5}} |
|} | |} | ||
− | {{ | + | {{Navbox Val Templates}} |
<includeonly><!-- | <includeonly><!-- | ||
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. --> | ||
− | [[Category: | + | [[Category:Powers Templates]] |
</includeonly> | </includeonly> |
Latest revision as of 05:16, 8 July 2012
Usage
Defense Template
This template is meant to show the status protection 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 defenses in order:
- Hold protection value
- Immobilize protection value
- Stun protection value
- Sleep protection value
- Knockback protection value
- Confuse protection value
- Fear protection value
- Repel protection value
- Teleport protection value
- Trailing 0s are unnecessary.
- Remember to give all protections as decimals, IE 2.0 instead of 2
Example
Code | Result |
---|---|
{{StatusProtVal|1|2|3|4|5|6|7|8|9}} | Prot( Ho 1 Im 2 St 3 Sl 4 Kb 5 Co 6 Fr 7 Rp 8 Tp 9 ) |
{{StatusProtVal|1.0|1.0|0|0|2.0}} | Prot( Ho 1.0 Im 1.0 Kb 2.0 ) |
{{StatusProtVal|2=1.0|7=2.5}} | Prot( Im 1.0 Fr 2.5 ) |
|