Difference between revisions of "Template:HirelingCommand"

From DDO Compendium
Line 8: Line 8:
|example2 = <nowiki>{{HirelingCommand|Rogue Damage Boost I|Enhancement Rogue Damage Boost|Action Boost (Power)}}</nowiki>
|example2 = <nowiki>{{HirelingCommand|Rogue Damage Boost I|Enhancement Rogue Damage Boost|Action Boost (Power)}}</nowiki>
|example2output = {{HirelingCommand|Rogue Damage Boost I|Enhancement Rogue Damage Boost|Action Boost (Power)}}
|example2output = {{HirelingCommand|Rogue Damage Boost I|Enhancement Rogue Damage Boost|Action Boost (Power)}}
|parameter1name = Name
|parameter1name = Type
|parameter1description = The name of the command
|parameter1description = The type of the command, used to default the image based on name
|parameter2name = Icon
|parameter1values=
|parameter2description = The icon to use if the default doesn't work
* Spell or S
* Feat or F
* Enhancement or E
* Other (blank)
|parameter2name = Name
|parameter2description = The name of the command
|parameter3name = Page Name
|parameter3name = Page Name
|parameter3description = The name of the page to link to if different than the command name
|parameter3description = The name of the page to link to if different than the command name
}}</noinclude><onlyinclude>{{IconImage|{{{1}}}|{{{2|}}}|{{#if: {{{3|}}}|{{{3}}}|{{{1|}}}}}}} {{PageLink|{{{1|}}}|{{{3|}}}}}</onlyinclude>
|parameter4name = Icon
|parameter4description = The icon to use if the default doesn't work
}}</noinclude><onlyinclude>{{#switch: {{lc:{{{1|}}}}}
|spell | s = {{IconImage|{{{2}}}|Spell {{{2|}}}|{{#if: {{{3|}}}|{{{3}}}|{{{2|}}}}}}} {{PageLink|{{{2|}}}|{{{3|}}}}}
|feat | f = {{IconImage|{{{2}}}|Feat {{{2|}}}|{{#if: {{{3|}}}|{{{3}}}|{{{2|}}}}}}} {{PageLink|{{{2|}}}|{{{3|}}}}}
|enhancement | e = {{IconImage|{{{2}}}|Enhancement {{{2|}}}|{{#if: {{{3|}}}|{{{3}}}|{{{2|}}}}}}} {{PageLink|{{{2|}}}|{{{3|}}}}}
#default = {{IconImage|{{{2}}}|{{{4|}}}|{{#if: {{{3|}}}|{{{3}}}|{{{2|}}}}}}} {{PageLink|{{{2|}}}|{{{3|}}}}}
}}</onlyinclude>

Revision as of 21:33, 12 March 2022

HirelingCommand[edit]

Template for a consistent appearance of commands in hirelings

Example Usage
{{HirelingCommand|Cure Moderate Wounds|Spell Cure Moderate Wounds}}
{{HirelingCommand|Rogue Damage Boost I|Enhancement Rogue Damage Boost|Action Boost (Power)}}

Usage[edit]

Parameter Documentation
TypeThe type of the command, used to default the image based on name
Possible Values:
  • Spell or S
  • Feat or F
  • Enhancement or E
  • Other (blank)
NameThe name of the command
Page NameThe name of the page to link to if different than the command name
IconThe icon to use if the default doesn't work

Template

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