Difference between revisions of "Template:BonusTypeNameConversion"

From DDO Compendium
Line 19: Line 19:
| insight | insightful = {{#if: {{{2|}}} | Insightful | Insight}}
| insight | insightful = {{#if: {{{2|}}} | Insightful | Insight}}
| enhancement | enhanced = {{#if: {{{2|}}} | Enhanced | Enhancement}}
| enhancement | enhanced = {{#if: {{{2|}}} | Enhanced | Enhancement}}
| equipment | equip = {{#if: {{{2|}}} | Equipped | Equipment}}
| determined | determination | determine = {{#if: {{{2|}}} | Determined | Determination}}
| determined | determination | determine = {{#if: {{{2|}}} | Determined | Determination}}
|#default= {{{1|}}}
|#default= {{{1|}}}
}}</onlyinclude>
}}</onlyinclude>

Revision as of 20:32, 22 July 2019


BonusTypeNameConversion[edit]

Template is used to convert the bonus type name correctly. They are named differently in the title than in the description. Currently only insight/insightful has a conversion.

Example Usage
{{BonusTypeNameConversion|Insight|True}}Insightful
{{BonusTypeNameConversion|Insight}}Insight
{{BonusTypeNameConversion||True}}
{{BonusTypeNameConversion|}}

Usage[edit]

{{BonusTypeNameConversion|(Bonus Type)|(For Title)}}

Parameter Documentation
Bonus TypeThe Type of bonus
For TitleTo convert the name for the title of the enchantement, put any value here. Blank is for the body.

Template

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