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:DebuffResVal/doc"

From Paragon Wiki Archive
Jump to: navigation, search
(Created page with '{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> __NOTOC__ ==Usage== === Defense Template === This template is meant to show t...')
 
m (Moved within heirarchy of categories)
Line 35: Line 35:
 
<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:Powers Templates|{{PAGENAME}}]]
 
</includeonly>
 
</includeonly>

Revision as of 16:05, 17 February 2010

This is a documentation subpage for Template:DebuffResVal (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 debuff resistance values of a power in a condensed yet readable format

Parameters

  • First 5 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
  • List the defenses in order:
    1. Regeneration resistance value
    2. Recovery resistance value
    3. ToHit resistance value
    4. Recharge Time resistance value
    5. Defense resistance value
  • Trailing 0s are unnecessary.

Example

Code Result
 {{DebuffResVal|1|2|3|4|5}}   Res( Rgn 1 Rcv 2 THt 3 Rech 4 Def 5 ) 
 {{DebuffResVal|10|10|0|0|20}}  Res( Rgn 10 Rcv 10 Def 20 )
 {{DebuffResVal|2=10|7=25}}  Res( Rcv 10 )

Template:ValNavBox