Difference between revisions of "Template:Certificate"

From DDO Compendium
Line 4: Line 4:
|name =
|name =
|description =
|description =
|binding =
|droplocation =  
|droplocation =  
|storedescription =
|storedescription =
Line 23: Line 24:
|parameter2name = description
|parameter2name = description
|parameter2description = Enter the description that is on the examine window at the bottom.
|parameter2description = Enter the description that is on the examine window at the bottom.
|parameter3name = droplocation
|parameter3name = binding
|parameter3description = This specifies information on where this drops.  Use [[Template:DropLocation]], [[Template:ItemIconicReceived]], [[Template:StorePurchase]], [[Template:CollectablePurchase]], [[Template:RaidRunePurchase]] to specify it.  IF there is more than one, put each on its own line starting with an asterisk.
|parameter3description = How is this item bound - leave blank it is unbound.
|parameter4name = storedescription
|parameter3values =
|parameter4description = This is the description of the item found in the store.
* btc for Bound to Character
|parameter5name = icon
* bta for Bound to Account
|parameter5description = The icon to use for this item, overrides the icon using the item name
* btcoe for Bound to Character on Equip
|parameter6name = bug
* btcoa for Bound to Character on Acquire
|parameter6description = Contains any information about a bug related to the item.  Use [[Template:Bug]]
* btaoe for Bound to Account on Equip
|parameter7name = weight
* btaoa for Bound to Account on Acquire
|parameter7description = This is the weight, in lbs, as shown on the examine window.  The "lbs" will be added.
|parameter4name = droplocation
|parameter8name = basevalue
|parameter4description = This specifies information on where this drops.  Use [[Template:DropLocation]], [[Template:ItemIconicReceived]], [[Template:StorePurchase]], [[Template:CollectablePurchase]], [[Template:RaidRunePurchase]] to specify it.  IF there is more than one, put each on its own line starting with an asterisk.
|parameter8description = This is the base value as shown in the examine window.  Use [[Template:Price]].
|parameter5name = storedescription
|parameter9name = update
|parameter5description = This is the description of the item found in the store.
|parameter9description = Update this was released in
|parameter6name = icon
|parameter10name = companionpage
|parameter6description = The icon to use for this item, overrides the icon using the item name
|parameter10description = The location of the companion page.  Use [[Template:PageLink]]
|parameter7name = bug
|parameter7description = Contains any information about a bug related to the item.  Use [[Template:Bug]]
|parameter8name = weight
|parameter8description = This is the weight, in lbs, as shown on the examine window.  The "lbs" will be added.
|parameter9name = basevalue
|parameter9description = This is the base value as shown in the examine window.  Use [[Template:Price]].
|parameter10name = update
|parameter10description = Update this was released in
|parameter11name = companionpage
|parameter11description = The location of the companion page.  Use [[Template:PageLink]]
}}
}}
</noinclude>
</noinclude>
Line 58: Line 68:
</td>
</td>
</tr>
</tr>
{{#if: {{{binding|}}}|
<tr>
<td>
{{ItemBinding|{{{binding}}}}}
</td>
</tr>
}}
{{#if: {{{description|}}}|
{{#if: {{{description|}}}|
<tr>
<tr>

Revision as of 02:42, 28 January 2021

{{Template:Certificate
|name =
|description =
|binding = 
|droplocation = 
|storedescription =
|icon=
|bug=
|weight=
|basevalue=
|update=
|companionpage=
}}

Item[edit]

This template is used to render information about a cosmetic.

Usage[edit]

Parameter Documentation
nameThe name of the item.
descriptionEnter the description that is on the examine window at the bottom.
bindingHow is this item bound - leave blank it is unbound.
Possible Values:
  • btc for Bound to Character
  • bta for Bound to Account
  • btcoe for Bound to Character on Equip
  • btcoa for Bound to Character on Acquire
  • btaoe for Bound to Account on Equip
  • btaoa for Bound to Account on Acquire
droplocationThis specifies information on where this drops. Use Template:DropLocation, Template:ItemIconicReceived, Template:StorePurchase, Template:CollectablePurchase, Template:RaidRunePurchase to specify it. IF there is more than one, put each on its own line starting with an asterisk.
storedescriptionThis is the description of the item found in the store.
iconThe icon to use for this item, overrides the icon using the item name
bugContains any information about a bug related to the item. Use Template:Bug
weightThis is the weight, in lbs, as shown on the examine window. The "lbs" will be added.
basevalueThis is the base value as shown in the examine window. Use Template:Price.
updateUpdate this was released in
companionpageThe location of the companion page. Use Template:PageLink

Template

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