Template:TypeDefVal/doc: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Aggelakis
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 8: Line 8:


=== Parameters ===
=== Parameters ===
* First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
* First 8 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
*List the defenses in order:
*List the defenses in order:
*# Smashing absolute value
*# Smashing absolute value
Line 17: Line 17:
*# Negative absolute value
*# Negative absolute value
*# Psychic absolute value
*# Psychic absolute value
*# All Defense absolute value
*Trailing 0s are unnecessary.
*Trailing 0s are unnecessary.
* s, l, f, c, e, n, p, if defined will add a minus sign before their respective values and turn them red.
* s, l, f, c, e, n, p, 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 25: Line 27:
! Result
! Result
|-
|-
| &nbsp;<nowiki>{{DefVal|1|2|3|4|5|6|7}}</nowiki>&nbsp;
| &nbsp;<nowiki>{{TypeDefVal|1|2|3|4|5|6|7|8}}</nowiki>&nbsp;
| &nbsp;{{DefVal|1|2|3|4|5|6|7}}&nbsp;
| &nbsp;{{TypeDefVal|1|2|3|4|5|6|7|8}}&nbsp;
|-
|-
| &nbsp;<nowiki>{{DefVal|10|10|0|0|20|e=-}}</nowiki>
| &nbsp;<nowiki>{{TypeDefVal|10|10|0|0|20|e=-}}</nowiki>
| &nbsp;{{DefVal|10|10|0|0|20|e=-}}
| &nbsp;{{TypeDefVal|10|10|0|0|20|e=-}}
|-
|-
| &nbsp;<nowiki>{{DefVal|10|s=-|10|0|0|e=-|20}}</nowiki>&nbsp;
| &nbsp;<nowiki>{{TypeDefVal|10|s=-|10|0|0|e=-|20}}</nowiki>&nbsp;
| &nbsp;{{DefVal|10|s=-|10|0|0|e=-|20}}
| &nbsp;{{TypeDefVal|10|s=-|10|0|0|e=-|20}}
|-  
|-  
| &nbsp;<nowiki>{{DefVal|2=10|7=25|e=-}}</nowiki>
| &nbsp;<nowiki>{{DefVal|2=10|7=25|p=-}}</nowiki>
| &nbsp;{{DefVal|2=10|7=25|e=-}}
| &nbsp;{{TypeDefVal|2=10|7=25|p=-}}
|-
| &nbsp;<nowiki>{{DefVal||8=20|}}</nowiki>
| &nbsp;{{TypeDefVal|8=20}}
|}
|}
*<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
{{Navbox Val Templates}}
* {{tl|DefVal}} - Typed Defense values
* {{tl|PosVal}} - Positional Defense values
* {{tl|ProtVal}} - Status Protection values
* {{tl|StatVal}} - Status Resistance values
<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]]
</includeonly>
</includeonly>

Latest revision as of 21:37, 30 June 2020

This is a documentation subpage for Template:TypeDefVal (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 typed defense 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. All Defense absolute value
  • Trailing 0s are unnecessary.
  • s, l, f, c, e, n, p, 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
 {{TypeDefVal|1|2|3|4|5|6|7|8}}   Def( S1 L2 F3 C4 E5 N6 P7 All8 ) 
 {{TypeDefVal|10|10|0|0|20|e=-}}  Def( S10 L10 E-20 )
 {{TypeDefVal|10|s=-|10|0|0|e=-|20}}   Def( S-10 L10 E-20 )
 {{DefVal|2=10|7=25|p=-}}  Def( L10 P-25 )
 {{DefVal||8=20|}}  Def( All20 )