Template talk:TypeDefVal
From Paragon Wiki Archive
Trying to make sense of this template: -Konoko
Def'''(''' <!-- Test if parameter is zero --> {{#ifeq:{{{1|0|}}} | 0 |<!-- True: do nothing, display nothing --> |<!-- False: Set color of following text -->{{color|#333333;font-weight: bold|S<!-- +++ After letter for type of defense, test of negative value parameter --> {{#if: {{{s|}}} |<!-- True, parameter exists: set color for debuff -->{{color|red;font-weight: normal|-'''{{{1|0}}}'''}} |<!-- False, parameter does not exist, do not change color, only display number entered -->{{{1|0<!-- zero is defined here... why?-->}}} }} }} }} {{#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}}}}}}}}} ''')'''
Defense Template
This template is meant to show the defense values of a power in a easily visible format.
Use
{{DefVal|10|10|0|0|20|e=-}}
Template:DefVal
- List the defenses in order: Smashing, Lethal, Fire, Cold, Energy, Negative Energy, Psychic.
- Trailing 0s are unneccessary.
- e=- denotes the energy defense as a debuff. The first letter of the defense type is used.