Difference between revisions of "Template:Certificate"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
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 = How is this item bound - leave blank it is unbound. | ||
| | |parameter3values = | ||
| | * 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 | ||
| | |parameter4name = droplocation | ||
| | |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. | ||
| | |parameter5name = storedescription | ||
| | |parameter5description = This is the description of the item found in the store. | ||
| | |parameter6name = icon | ||
| | |parameter6description = The icon to use for this item, overrides the icon using the item name | ||
| | |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 | |
name | The name of the item. |
description | Enter the description that is on the examine window at the bottom. |
binding | How is this item bound - leave blank it is unbound. Possible Values:
|
droplocation | 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. |
storedescription | This is the description of the item found in the store. |
icon | The icon to use for this item, overrides the icon using the item name |
bug | Contains any information about a bug related to the item. Use Template:Bug |
weight | This is the weight, in lbs, as shown on the examine window. The "lbs" will be added. |
basevalue | This is the base value as shown in the examine window. Use Template:Price. |
update | Update this was released in |
companionpage | The 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.