Template:TypeDefVal/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) |
imported>Aggelakis (historical) m (tweak) |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> | ||
__NOTOC__ | |||
==Usage== | ==Usage== | ||
=== Defense Template === | === Defense Template === | ||
Line 8: | Line 9: | ||
=== Parameters === | === Parameters === | ||
* First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying | * First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying | ||
# Smashing absolute value | *List the defenses in order: | ||
# Lethal absolute value | *# Smashing absolute value | ||
# Fire absolute value | *# Lethal absolute value | ||
# Cold absolute value | *# Fire absolute value | ||
# Energy absolute value | *# Cold absolute value | ||
# Negative absolute value | *# Energy absolute value | ||
# Psychic absolute value | *# Negative absolute value | ||
*# Psychic absolute value | |||
*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, if defined will add a minus sign before their respective values and turn them red. | ||
== Example == | == Example == | ||
{| class=wikitable | {| class=wikitable | ||
! Code | ! Code | ||
! Result | ! Result | ||
|- | |- | ||
| <nowiki>{{DefVal|10|10|0|0|20|e=-}}</nowiki> | | <nowiki>{{DefVal|1|2|3|4|5|6|7}}</nowiki> | ||
| {{DefVal|10|10|0|0|20|e=-}} | | {{DefVal|1|2|3|4|5|6|7}} | ||
|- | |||
| <nowiki>{{DefVal|10|10|0|0|20|e=-}}</nowiki> | |||
| {{DefVal|10|10|0|0|20|e=-}} | |||
|- | |- | ||
| <nowiki>{{DefVal|10|s=-|10|0|0|e=-|20}}</nowiki> | | <nowiki>{{DefVal|10|s=-|10|0|0|e=-|20}}</nowiki> | ||
| {{DefVal|10|s=-|10|0|0|e=-|20}} | | {{DefVal|10|s=-|10|0|0|e=-|20}} | ||
|- | |- | ||
| <nowiki>{{DefVal|2=10|7=25|e=-}}</nowiki> | | <nowiki>{{DefVal|2=10|7=25|e=-}}</nowiki> | ||
| {{DefVal|2=10|7=25|e=-}} | | {{DefVal|2=10|7=25|e=-}} | ||
|} | |} | ||
*<code>x=-</code> denotes the x defense as a debuff. The first letter of the defense type is used. | |||
*<code> | |||
==See also== | ==See also== | ||
Line 53: | Line 46: | ||
<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]] | [[Category:Standardized Text Templates|{{PAGENAME}}]] | ||
</includeonly> | </includeonly> |
Revision as of 01:07, 7 January 2009
Usage
Defense Template
This template is meant to show the typed defense values of a power in a condensed yet readable format
Parameters
- First 7 parameters are numbered accordingly, values of 0 will prevent the parameter from displaying
- List the defenses in order:
- Smashing absolute value
- Lethal absolute value
- Fire absolute value
- Cold absolute value
- Energy absolute value
- Negative absolute value
- Psychic absolute value
- 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.
Example
Code | Result |
---|---|
{{DefVal|1|2|3|4|5|6|7}} | Template:DefVal |
{{DefVal|10|10|0|0|20|e=-}} | Template:DefVal |
{{DefVal|10|s=-|10|0|0|e=-|20}} | Template:DefVal |
{{DefVal|2=10|7=25|e=-}} | Template:DefVal |
x=-
denotes the x defense as a debuff. The first letter of the defense type is used.