Difference between revisions of "Template:SaveDC"

From DDO Compendium
Line 27: Line 27:
* tooltip
* tooltip
}}</noinclude><onlyinclude>{{#switch: {{lc:{{{6}}}}}
}}</noinclude><onlyinclude>{{#switch: {{lc:{{{6}}}}}
|color=<span style="Color: #00eeef">{{{1}}} DC: {{#if: {{{2|}}}|{{{2}}}{{#if: {{{3|}}}{{{4|}}}{{{5|}}}|&nbsp;+&nbsp;}}}}
|color=<span style="Color: #00eeef">{{{1}}} DC: {{#if: {{{2|}}}|{{{2}}}{{#if: {{{3|}}}{{{4|}}}{{{5|}}}|&nbsp;+&nbsp;}}}}{{#if: {{{3|}}}|{{{3}}} Level{{#if: {{{4|}}}{{{5|}}}|&nbsp;+&nbsp;}}}}{{#if: {{{4|}}}|{{{4}}} Mod{{#if: {{{5|}}}|&nbsp;+&nbsp;}}}}{{#if: {{{5|}}}|{{{5}}} Bonus}}</span>
{{#if: {{{3|}}}|{{{3}}} Level{{#if: {{{4|}}}{{{5|}}}|&nbsp;+&nbsp;}}}}{{#if: {{{4|}}}|{{{4}}} Mod{{#if: {{{5|}}}|&nbsp;+&nbsp;}}}}{{#if: {{{5|}}}|{{{5}}} Bonus}}</span>
|tooltip={{#bootstrap_tooltip: {{{1}}} Save | text = DC: {{#if: {{{2|}}}|{{{2}}}{{#if: {{{3|}}}{{{4|}}}{{{5|}}}|+}}}}{{#if: {{{3|}}}|{{{3}}} Level{{#if: {{{4|}}}{{{5|}}}|+}}}}{{#if: {{{4|}}}|{{{4}}} Mod{{#if: {{{5|}}}|+}}}}{{#if: {{{5|}}}|{{{5}}} Bonus}} | placement=bottom}}
|tooltip={{#bootstrap_tooltip: {{{1}}} Save | text = {{{1}}} DC: {{#if: {{{2|}}}|{{{2}}}{{#if: {{{3|}}}{{{4|}}}{{{5|}}}| + }}}}
{{#if: {{{3|}}}|{{{3}}} Level{{#if: {{{4|}}}{{{5|}}}| + }}}}{{#if: {{{4|}}}|{{{4}}} Mod{{#if: {{{5|}}}| + }}}}{{#if: {{{5|}}}|{{{5}}} Bonus}} | placement=bottom}}
}}</onlyinclude>
}}</onlyinclude>

Revision as of 16:16, 19 July 2018


EnhDC[edit]

Template is used to render the DC display within enhancements

Example Usage
{{EnhDC|Fortitude|10|Druid|Highest of Wisdom or Strength|Stun|color}}Template:EnhDC
{{EnhDC|Fortitude|10|1/2 Artificer|Intelligence|Sunder|color}}Template:EnhDC
{{EnhDC|Fortitude|10|Druid|Highest of Wisdom or Strength|Stun|tooltip}}Template:EnhDC
{{EnhDC|Fortitude|10|1/2 Artificer|Intelligence|Sunder|tooltip}}Template:EnhDC

Usage[edit]

{{EnhDC|(save)|(constant)|(level)|(Ability Mod)|(bonuses)|(type)}}

Parameter Documentation
saveWhich SAVE is being used
constantAny constant added to the DC
levelAny full or partial levels, include the amount of partial (i.e. 1/2 Artificer)
Ability ModAny ability mod added
bonusesAny bonuses (i.e. stun)
typeWhich type of display do you want
Possible Values:
  • color
  • tooltip

Template

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