Difference between revisions of "Template:Material"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
Line 79: | Line 79: | ||
<td class="icon"> | <td class="icon"> | ||
<!-- Icon Image --> | <!-- Icon Image --> | ||
[[File:{{{type}}}_{{{name}}}_Icon.png|link=|40px|x40px|]]{{#if: {{{bagtype|}}}|[[File:{{{bagtype}}}_Bag_Icon.png|link=|40px|x40px|]] | [[File:{{{type}}}_{{{name}}}_Icon.png|link=|40px|x40px|]]</td> | ||
</td> | {{#if: {{{bagtype|}}}|<td class="icon"> | ||
<!-- Bag Image --> | |||
[[File:{{{bagtype}}}_Bag_Icon.png|link=|40px|x40px|]] | |||
</td>}} | |||
<td class="title"> | <td class="title"> | ||
'''{{{name}}}'''<br>[[:Category:{{{type}}}|{{{type}}}]] | '''{{{name}}}'''<br>[[:Category:{{{type}}}|{{{type}}}]] |
Revision as of 01:55, 9 June 2018
{{Template:Ingredient |name = |type = |binding= |bagtype = |use= |rarity = |collectors = |description = |droplocation = |enchantment= }}
Item[edit]
This template is used to render information about an ingredient, collectable, gem or any other thing.
Usage[edit]
Parameter Documentation | |
name | The name of the item. |
type | What type of item is it. Possible Values:
|
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 Template:DropLocation to specify it. 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. |
Template
Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.