Difference between revisions of "Template:ItemPropertiesInfoBox"

From ChatWars Wiki
Jump to: navigation, search
(testing for fixing bug where correctly entered "0" as enchant bonus for this level is interpreted as unknown)
Line 112: Line 112:
 
           {{!}} style="text-align: center" {{!}} 2
 
           {{!}} style="text-align: center" {{!}} 2
 
           {{#ifexpr: {{#var: showAtkEnchant}} != 0
 
           {{#ifexpr: {{#var: showAtkEnchant}} != 0
             | {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#var: enchantAtk2|0}} | {{#var: enchantAtk2}} | ? }} <!-- atk bonus this enchant -->
+
             | {{!}} style="text-align: center" {{!}} +{{#if: {{#var: enchantAtk2}} | {{#var: enchantAtk2}} | ? }} <!-- atk bonus this enchant -->
               {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#var: enchantAtk1|0}} and {{#var: enchantAtk2|0}} | {{#expr: {{#var: enchantAtk1}} + {{#var: enchantAtk2}} }} | ? }} <!-- total atk bonus to this level -->
+
               {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#if: {{#var: enchantAtk1}} |1 |0 }} and {{#if: {{#var: enchantAtk2}} |1 |0 }} | {{#expr: {{#var: enchantAtk1}} + {{#var: enchantAtk2}} }} | ? }} <!-- total atk bonus to this level -->
 
           }}
 
           }}
 
           {{#ifexpr: {{#var: showDefEnchant}} != 0
 
           {{#ifexpr: {{#var: showDefEnchant}} != 0
             | {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#var: enchantDef2|0}} | {{#var: enchantDef2}} | ? }} <!-- def bonus this enchant -->
+
             | {{!}} style="text-align: center" {{!}} +{{#if: {{#var: enchantDef2|0}} | {{#var: enchantDef2}} | ? }} <!-- def bonus this enchant -->
               {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#var: enchantDef1|0}} and {{#var: enchantDef2|0}} | {{#expr: {{#var: enchantDef1}} + {{#var: enchantDef2}} }} | ? }} <!-- total def bonus to this level -->
+
               {{!}} style="text-align: center" {{!}} +{{#ifexpr: {{#if: {{#var: enchantDef1}} |1 |0 }} and {{#if: {{#var: enchantDef2}} |1 |0 }} | {{#expr: {{#var: enchantDef1}} + {{#var: enchantDef2}} }} | ? }} <!-- total def bonus to this level -->
 
           }}
 
           }}
 
           {{!}}-
 
           {{!}}-

Revision as of 11:28, 14 August 2018








This template is designed for being used inside Template:InfoOverview. It adds information on equippable Items to the general info overview