Template:TypeDefVal/doc: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) m (→See also: correct link) |
mNo edit summary |
||
(15 intermediate revisions by 6 users not shown) | |||
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 === | ||
This template is meant to show the defense values of a power in a | This template is meant to show the typed defense values of a power in a condensed yet readable format | ||
=== Parameters === | === Parameters === | ||
* First | * First 8 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 | ||
* s, l, f, c, e, n, p, if defined will add a minus sign before their respective values and turn them red. | *# Psychic absolute value | ||
*# 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. | |||
** <code>x=-</code> denotes the ''x'' defense as a debuff. The first letter of the defense type is used. | |||
== Example == | == Example == | ||
{| | {| class=wikitable | ||
! Code | ! Code | ||
| <nowiki>{{ | ! Result | ||
| <nowiki>{{ | |- | ||
| <nowiki>{{TypeDefVal|1|2|3|4|5|6|7|8}}</nowiki> | |||
| {{TypeDefVal|1|2|3|4|5|6|7|8}} | |||
|- | |||
| <nowiki>{{TypeDefVal|10|10|0|0|20|e=-}}</nowiki> | |||
| {{TypeDefVal|10|10|0|0|20|e=-}} | |||
|- | |||
| <nowiki>{{TypeDefVal|10|s=-|10|0|0|e=-|20}}</nowiki> | |||
| {{TypeDefVal|10|s=-|10|0|0|e=-|20}} | |||
|- | |- | ||
| <nowiki>{{DefVal|2=10|7=25|p=-}}</nowiki> | |||
| {{DefVal|10| | | {{TypeDefVal|2=10|7=25|p=-}} | ||
| {{DefVal| | |- | ||
| <nowiki>{{DefVal||8=20|}}</nowiki> | |||
| {{TypeDefVal|8=20}} | |||
|} | |} | ||
{{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 21:37, 30 June 2020
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:
- Smashing absolute value
- Lethal absolute value
- Fire absolute value
- Cold absolute value
- Energy absolute value
- Negative absolute value
- Psychic absolute value
- 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 ) |