Paladins Wiki
mNo edit summary
No edit summary
(7 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
{{#vardefine:remains2|{{#explode:{{#var:remains}}|}|0}}}} <!-- Only the inner block of {}, so x|x -->
 
{{#vardefine:remains2|{{#explode:{{#var:remains}}|}|0}}}} <!-- Only the inner block of {}, so x|x -->
 
{{#vardefine:step|{{#explode:{{#var:remains2}}|;|-1}}}} <!-- The step value (second value in the {} block) -->
 
{{#vardefine:step|{{#explode:{{#var:remains2}}|;|-1}}}} <!-- The step value (second value in the {} block) -->
{{#vardefine:end|{{#explode:{{#var:desc}}|}|-1}}}} |}} <!-- The second half of the text description after } -->
+
{{#vardefine:end|{{#explode:{{#var:desc}}|}|-1}}}} <!-- The second half of the text description after } -->
  +
  +
{{#vardefine:desc1|{{#replace:{{#var:start}}|{{!}}|&#124;}}}} <!-- Whole start description -->
  +
{{#vardefine:nubegin1|{{#rpos:{{#var:desc1}}|{}}}} <!-- Number of character one before the { (wich marks the values) -->
  +
{{#ifeq:{{#var:nubegin1}}|-1||
  +
{{#vardefine:start|{{#sub:{{#var:desc1}}|0|{{#var:nubegin1}}}}}} <!-- The first half of the text description til the { -->
  +
{{#vardefine:remains1|{{#explode:{{#var:desc1}}|{|-1}}}} <!-- All the remaining character including the values -->
  +
{{#vardefine:base2|{{#explode:{{#var:remains1}}|&|0}}}} <!-- The base value (first value in the {} block) -->
  +
{{#vardefine:remains3|{{#explode:{{#var:remains1}}|}|0}}}} <!-- Only the inner block of {}, so x|x -->
  +
{{#vardefine:step2|{{#explode:{{#var:remains3}}|;|-1}}}} <!-- The step value (second value in the {} block) -->
  +
{{#vardefine:mid|{{#explode:{{#var:desc1}}|}|-1}}}} |}} |}} <!-- The second half of the text description after } -->
   
 
<!-- Page Text -->
 
<!-- Page Text -->
  +
{{#if:{{{cat|}}}|<span style="float:right; color: white; text-transform: uppercase; position: relative; font: bold 18px Montserrat;">{{#ifeq:{{{cat}}}|Armor / Weapon|[[File:WeaponAttack {{{champion|}}} Icon.png|40px|link={{{champion|}}}#Skills]]|[[File:Ability {{{cat}}}.png|40px|link={{{champion|}}}#Skills]]}} {{{cat}}}</span>||}}
  +
 
'''{{{name|{{PAGENAME}}}}}''' is one of the [[Cards]] available to [[{{{champion}}}]] in [[Paladins]].
 
'''{{{name|{{PAGENAME}}}}}''' is one of the [[Cards]] available to [[{{{champion}}}]] in [[Paladins]].
 
<br><br>
 
<br><br>
Line 26: Line 38:
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|startdescription={{#var:start}}
 
|startdescription={{#var:start}}
  +
|middescription={{#var:mid}}
 
|enddescription={{#var:end}}
 
|enddescription={{#var:end}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
  +
|base2={{#ifeq:{{#var:base2}}|||{{#var:base2}}}}
  +
|step2={{#ifeq:{{#var:step2}}|||{{#var:step2}}}}
 
}}
 
}}
 
|-|Uncommon=
 
|-|Uncommon=
Line 39: Line 54:
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|startdescription={{#var:start}}
 
|startdescription={{#var:start}}
  +
|middescription={{#var:mid}}
 
|enddescription={{#var:end}}
 
|enddescription={{#var:end}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
  +
|base2={{#ifeq:{{#var:base2}}|||{{#var:base2}}}}
  +
|step2={{#ifeq:{{#var:step2}}|||{{#var:step2}}}}
 
}}
 
}}
 
|-|Rare=
 
|-|Rare=
Line 52: Line 70:
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|startdescription={{#var:start}}
 
|startdescription={{#var:start}}
  +
|middescription={{#var:mid}}
 
|enddescription={{#var:end}}
 
|enddescription={{#var:end}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
  +
|base2={{#ifeq:{{#var:base2}}|||{{#var:base2}}}}
  +
|step2={{#ifeq:{{#var:step2}}|||{{#var:step2}}}}
 
}}
 
}}
 
|-|Epic=
 
|-|Epic=
Line 65: Line 86:
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|startdescription={{#var:start}}
 
|startdescription={{#var:start}}
  +
|middescription={{#var:mid}}
 
|enddescription={{#var:end}}
 
|enddescription={{#var:end}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
  +
|base2={{#ifeq:{{#var:base2}}|||{{#var:base2}}}}
  +
|step2={{#ifeq:{{#var:step2}}|||{{#var:step2}}}}
 
}}
 
}}
 
|-|Legendary=
 
|-|Legendary=
Line 78: Line 102:
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|cooldown={{#if:{{{cooldown|}}}|{{{cooldown|}}}|}}
 
|startdescription={{#var:start}}
 
|startdescription={{#var:start}}
  +
|middescription={{#var:mid}}
 
|enddescription={{#var:end}}
 
|enddescription={{#var:end}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|base={{#ifeq:{{#var:base}}||0|{{#var:base}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
 
|step={{#ifeq:{{#var:step}}||0|{{#var:step}}}}
  +
|base2={{#ifeq:{{#var:base2}}|||{{#var:base2}}}}
  +
|step2={{#ifeq:{{#var:step2}}|||{{#var:step2}}}}
 
}}</tabber></div>
 
}}</tabber></div>
 
</includeonly>
 
</includeonly>

Revision as of 16:45, 10 January 2021

Template-info Documentation

Documentation

Code

{{CardsOB67
|name=<<name>>
|image=<<image file>>
|frame type=<<frame type>>
|champion=<<champion>>
|description=<<description>>
}}

Usage

  • name: The name of this card.
  • image file: Picture of the Card with file extension.
  • frame type: Look of the Frame. Could be one of this:
  • Silver (standard)
  • Gold
  • champion: Champion`s name.
  • description: The in-game description of the card.

Example

{{CardsOB67
|name=End Of An Era
|image=Card End Of An Era.jpg
|cat=Hardening
|champion=Yagorath
|frame type=Silver
|description=Increase the efficacy of Hardening by {20{{!}}20}% but reduce its duration by {10{{!}}10}%.
}}

Result

Ability Hardening Hardening

End Of An Era is one of the Cards available to Yagorath in Paladins.

Description
Increase the efficacy of Hardening by {20|20}% but reduce its duration by {10|10}%.

Card End Of An Era
Champion Yagorath Icon
End Of An Era
Common
CardSkin Frame OB67 Silver Common


Increase the efficacy of Hardening by 20% but reduce its duration by 10%.
1


Card End Of An Era
Champion Yagorath Icon
End Of An Era
Uncommon
CardSkin Frame OB67 Silver Uncommon


Increase the efficacy of Hardening by 40% but reduce its duration by 20%.
2


Card End Of An Era
Champion Yagorath Icon
End Of An Era
Rare
CardSkin Frame OB67 Silver Rare


Increase the efficacy of Hardening by 60% but reduce its duration by 30%.
3


Card End Of An Era
Champion Yagorath Icon
End Of An Era
Epic
CardSkin Frame OB67 Silver Epic


Increase the efficacy of Hardening by 80% but reduce its duration by 40%.
4


Card End Of An Era
Champion Yagorath Icon
End Of An Era
Legendary
CardSkin Frame OB67 Silver Legendary


Increase the efficacy of Hardening by 100% but reduce its duration by 50%.
5





Ability Dark Siphon Dark Siphon

A Change of Faith is one of the Cards available to Vora in Paladins.

Description
Reduce the Cooldown of Tendril by {0.6|0.6}s after hitting an enemy with Dark Siphon.

Card Change of Faith
Champion Vora Icon
A Change of Faith
Common
CardSkin Frame OB67 Silver Common


Reduce the Cooldown of Tendril by 20% but reduce its duration by 0.6s after hitting an enemy with Dark Siphon.
1


Card Change of Faith
Champion Vora Icon
A Change of Faith
Uncommon
CardSkin Frame OB67 Silver Uncommon


Reduce the Cooldown of Tendril by 40% but reduce its duration by 1.2s after hitting an enemy with Dark Siphon.
2


Card Change of Faith
Champion Vora Icon
A Change of Faith
Rare
CardSkin Frame OB67 Silver Rare


Reduce the Cooldown of Tendril by 60% but reduce its duration by 1.8s after hitting an enemy with Dark Siphon.
3


Card Change of Faith
Champion Vora Icon
A Change of Faith
Epic
CardSkin Frame OB67 Silver Epic


Reduce the Cooldown of Tendril by 80% but reduce its duration by 2.4s after hitting an enemy with Dark Siphon.
4


Card Change of Faith
Champion Vora Icon
A Change of Faith
Legendary
CardSkin Frame OB67 Silver Legendary


Reduce the Cooldown of Tendril by 100% but reduce its duration by 3s after hitting an enemy with Dark Siphon.
5