Difference between revisions of "Template:EnhUsageCost"

From DDO Compendium
Line 26: Line 26:
|itemrank=
|itemrank=
|treesingle={{#if: {{{1|}}}{{{2|}}}|<ul>}}{{#if: {{{1|}}}|<li>'''Activation Cost:''' {{{1}}}</li>}}{{#if: {{{2|}}}|<li>'''Cooldown:''' {{{2}}}</li>}}{{#if: {{{1|}}}{{{2|}}}|</ul>}}
|treesingle={{#if: {{{1|}}}{{{2|}}}|<ul>}}{{#if: {{{1|}}}|<li>'''Activation Cost:''' {{{1}}}</li>}}{{#if: {{{2|}}}|<li>'''Cooldown:''' {{{2}}}</li>}}{{#if: {{{1|}}}{{{2|}}}|</ul>}}
|itemsingle={{#if: {{{activationcost|}}}|<br>'''Activation Cost:''' {{{activationcost}}}}}{{#if: {{{cooldown|}}}|<br>'''Cooldown:''' {{{cooldown}}}}}
|itemsingle={{#if: {{{1|}}}|<br>'''Activation Cost:''' {{{1}}}}}{{#if: {{{2|}}}|<br>'''Cooldown:''' {{{2}}}}}
}}</onlyinclude>
}}</onlyinclude>

Revision as of 19:28, 18 July 2018


EnhUsageCost[edit]

Template is used to render the cooldown and cost for an enhancement item

Example Usage
{{EnhUsageCost|2 Spell Points|20 seconds|treerank}}
  • Activation Cost: 2 Spell Points
  • Cooldown: 20 seconds
{{EnhUsageCost|2 Spell Points|20 seconds|treesingle}}
  • Activation Cost: 2 Spell Points
  • Cooldown: 20 seconds
{{EnhUsageCost|2 Spell Points|20 seconds|itemrank}}
{{EnhUsageCost|2 Spell Points|20 seconds|itemsingle}}
Activation Cost: 2 Spell Points
Cooldown: 20 seconds

Usage[edit]

{{EnhUsageCost|(activation cost)|(cooldown)|(style)}}

Parameter Documentation
activation costHow much does it cost to activate
cooldownThe cooldown
styleWhat style to render it in
Possible Values:
  • treerank - Use for enhancement tree rank style
  • itemrank - Use for enhancement entry rank style
  • treesingle - Use for enhancement tree when 1 rank
  • itemsingle - Use for enhancement entry when 1 rank

Template

Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.