Difference between revisions of "Template:Material"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
Line 4: | Line 4: | ||
|name = | |name = | ||
|type = | |type = | ||
|minlevel = | |||
|binding= | |binding= | ||
|bagtype = | |bagtype = | ||
Line 34: | Line 35: | ||
* Filigree | * Filigree | ||
* Spell Component | * Spell Component | ||
|parameter3name = binding | |parameter3name = minlevel | ||
| | |parameter3description = The minimum level needed to be to use this item. | ||
| | |parameter4name = binding | ||
|parameter4description = How is this item bound - leave blank it is unbound. | |||
|parameter4values = | |||
* btc for Bound to Character | * btc for Bound to Character | ||
* bta for Bound to Account | * bta for Bound to Account | ||
Line 43: | Line 46: | ||
* btaoe for Bound to Account on Equip | * btaoe for Bound to Account on Equip | ||
* btaoa for Bound to Account on Acquire | * btaoa for Bound to Account on Acquire | ||
| | |parameter5name = bagtype | ||
| | |parameter5description = Type of the bag/container that this goes in, leave blank if it doesn't go in anything. | ||
| | |parameter5values = | ||
* Green | * Green | ||
* Red | * Red | ||
Line 52: | Line 55: | ||
* Augment | * Augment | ||
* Soul | * Soul | ||
| | |parameter6name = use | ||
| | |parameter6description = List what this can be used for - be detailed with links | ||
| | |parameter7name = rarity | ||
| | |parameter7description = How common/uncommon/rare is this to get. If it always drops from some location, don't include this. | ||
| | |parameter8name = collectors | ||
| | |parameter8description = List collectors who take this. | ||
| | |parameter9name = description | ||
| | |parameter9description = Enter the description that is on the examine window at the bottom. | ||
| | |parameter10name = droplocation | ||
| | |parameter10description = This specifies information on where this drops. Use one of the drop location templates to specify it. The list of templates can be found here: [[:Category:DropLocation Templates]]. If there is more than one, put each on its own line starting with an asterisk. | ||
| | |parameter11name = enchantments | ||
| | |parameter11description = This specifies the enchantments when the type is augment. | ||
| | |parameter12name=icon | ||
| | |parameter12description=This is an icon to use, instead of the name | ||
| | |parameter13name = weight | ||
| | |parameter13description = This is the weight, in lbs, as shown on the examine window. The "lbs" will be added. | ||
| | |parameter14name = basevalue | ||
| | |parameter14description = This is the base value as shown in the examine window. Use [[Template:Price]]. | ||
| | |parameter15name = notes | ||
| | |parameter15description = Any notes about this material. | ||
}} | }} | ||
</noinclude> | </noinclude> | ||
Line 99: | Line 102: | ||
<tr> | <tr> | ||
<td> | <td> | ||
{{#if: {{{minlevel|}}}|'''Minimum Level:''' {{{minlevel}}}<br>}} | |||
'''Binding:''' {{ItemBinding|{{{binding}}}}}<br> | '''Binding:''' {{ItemBinding|{{{binding}}}}}<br> | ||
{{#if: {{{rarity|}}} | '''Rarity:''' {{{rarity}}}<br>}} | {{#if: {{{rarity|}}} | '''Rarity:''' {{{rarity}}}<br>}} |
Revision as of 16:33, 31 October 2019
{{Template:Material |name = |type = |minlevel = |binding= |bagtype = |use= |rarity = |collectors = |description = |droplocation = |enchantments= |icon= |weight= |basevalue= |notes= }}
Material[edit]
This template is used to render information about an ingredient, collectable, gem or any other material.
Usage[edit]
Parameter Documentation | |
name | This is the material name. |
type | What type of item is it. Possible Values:
|
minlevel | The minimum level needed to be to use this item. |
binding | How is this item bound - leave blank it is unbound. Possible Values:
|
bagtype | Type of the bag/container that this goes in, leave blank if it doesn't go in anything. Possible Values:
|
use | List what this can be used for - be detailed with links |
rarity | How common/uncommon/rare is this to get. If it always drops from some location, don't include this. |
collectors | List collectors who take this. |
description | Enter the description that is on the examine window at the bottom. |
droplocation | This specifies information on where this drops. Use one of the drop location templates to specify it. The list of templates can be found here: Category:DropLocation Templates. If there is more than one, put each on its own line starting with an asterisk. |
enchantments | This specifies the enchantments when the type is augment. |
icon | This is an icon to use, instead of the name |
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. |
notes | Any notes about this material. |
Template
Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.