Template:TypeDefVal: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko m (+doc) |
imported>Aggelakis m (includeonly) |
||
Line 1: | Line 1: | ||
Def'''(''' {{#ifeq:{{{1|0|}}} | 0 ||{{color|#333333;font-weight: bold|S{{#if: {{{s|}}} |{{color|red;font-weight: normal|-'''{{{1|0}}}'''}}|{{{1|0}}}}}}}}} {{#ifeq:{{{2|0|}}} | 0 ||{{color|#999999;font-weight: bold|L{{#if: {{{l|}}} |{{color|red;font-weight: normal|-'''{{{2|0}}}'''}}|{{{2|0}}}}}}}}} {{#ifeq:{{{3|0|}}} | 0 ||{{color|orange;font-weight: bold|F{{#if: {{{f|}}} |{{color|red;font-weight: normal|-'''{{{3|0}}}'''}}|{{{3|0}}}}}}}}} {{#ifeq:{{{4|0|}}} | 0 ||{{color|#25a9bc;font-weight: bold|C{{#if: {{{c|}}} |{{color|red;font-weight: normal|-'''{{{4|0}}}'''}}|{{{4|0}}}}}}}}} {{#ifeq:{{{5|0|}}} | 0 ||{{color|aqua;font-weight: bold|E{{#if: {{{e|}}} |{{color|red;font-weight: normal|-'''{{{5|0}}}'''}}|{{{5|0}}}}}}}}} {{#ifeq:{{{6|0|}}} | 0 ||{{color|#2f024e;font-weight: bold|N{{#if: {{{n|}}} |{{color|red;font-weight: normal|-'''{{{6|0}}}'''}}|{{{6|0}}}}}}}}} {{#ifeq:{{{7|0|}}} | 0 ||{{color|#ed7ce9;font-weight: bold|P{{#if: {{{p|}}} |{{color|red;font-weight: normal|-'''{{{7|0}}}'''}}|{{{7|0}}}}}}}}} ''')'''<noinclude> | <includeonly>Def'''(''' {{#ifeq:{{{1|0|}}} | 0 ||{{color|#333333;font-weight: bold|S{{#if: {{{s|}}} |{{color|red;font-weight: normal|-'''{{{1|0}}}'''}}|{{{1|0}}}}}}}}} {{#ifeq:{{{2|0|}}} | 0 ||{{color|#999999;font-weight: bold|L{{#if: {{{l|}}} |{{color|red;font-weight: normal|-'''{{{2|0}}}'''}}|{{{2|0}}}}}}}}} {{#ifeq:{{{3|0|}}} | 0 ||{{color|orange;font-weight: bold|F{{#if: {{{f|}}} |{{color|red;font-weight: normal|-'''{{{3|0}}}'''}}|{{{3|0}}}}}}}}} {{#ifeq:{{{4|0|}}} | 0 ||{{color|#25a9bc;font-weight: bold|C{{#if: {{{c|}}} |{{color|red;font-weight: normal|-'''{{{4|0}}}'''}}|{{{4|0}}}}}}}}} {{#ifeq:{{{5|0|}}} | 0 ||{{color|aqua;font-weight: bold|E{{#if: {{{e|}}} |{{color|red;font-weight: normal|-'''{{{5|0}}}'''}}|{{{5|0}}}}}}}}} {{#ifeq:{{{6|0|}}} | 0 ||{{color|#2f024e;font-weight: bold|N{{#if: {{{n|}}} |{{color|red;font-weight: normal|-'''{{{6|0}}}'''}}|{{{6|0}}}}}}}}} {{#ifeq:{{{7|0|}}} | 0 ||{{color|#ed7ce9;font-weight: bold|P{{#if: {{{p|}}} |{{color|red;font-weight: normal|-'''{{{7|0}}}'''}}|{{{7|0}}}}}}}}} ''')'''</includeonly><noinclude>{{documentation}}</noinclude> | ||
{{documentation}} | |||
</noinclude> |
Revision as of 01:13, 7 January 2009
[edit] [ ] Documentation
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 ) |
{{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( ) |