Template:DamResVal/doc: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Aggelakis
(documentation)
 
imported>Aggelakis
m (navbox)
Line 40: Line 40:
*<code>x=-</code> denotes the x defense as a debuff. The first letter of the defense type is used.
*<code>x=-</code> denotes the x defense as a debuff. The first letter of the defense type is used.


==See also==
 
* {{tl|ResVal}} - Typed Resistance values
{{ValNavBox}}
* {{tl|DefVal}} - Typed Defense values
* {{tl|PosVal}} - Positional Defense values
* {{tl|ProtVal}} - ???
<includeonly><!--
<includeonly><!--
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
[[Category:Standardized Text Templates|{{PAGENAME}}]]
[[Category:Standardized Text Templates|{{PAGENAME}}]]
</includeonly>
</includeonly>

Revision as of 01:32, 7 January 2009

This is a documentation subpage for Template:DamResVal (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

Usage

Defense Template

This template is meant to show the damage resistance values of a power in a condensed yet readable format

Parameters

  • First 8 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
  • List the defenses in order:
    1. Smashing absolute value
    2. Lethal absolute value
    3. Fire absolute value
    4. Cold absolute value
    5. Energy absolute value
    6. Negative absolute value
    7. Psychic absolute value
    8. Toxic absolute value
  • 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.

Example

Code Result
 {{ResVal|1|2|3|4|5|6|7|8}}   Template:ResVal 
 {{ResVal|10|10|0|0|20|e=-}}  Template:ResVal
 {{ResVal|10|s=-|10|0|0|20|e=-}}   Template:ResVal
 {{ResVal|2=10|7=25|e=-}}  Template:ResVal
  • x=- denotes the x defense as a debuff. The first letter of the defense type is used.


Template:ValNavBox