Difference between revisions of "Template:Material"
From DDO Compendium
m |
|||
Line 128: | Line 128: | ||
<div class="col-sm-6"> | <div class="col-sm-6"> | ||
<table class="table table-bordered table-striped table-condensed"> | <table class="table table-bordered table-striped table-condensed"> | ||
{{#if: {{{ | {{#if: {{{purchaselocation|}}}| | ||
<table class="table table-striped table-condensed> | <table class="table table-striped table-condensed"> | ||
<caption>'''Where to Purchase:'''</caption> | |||
<tr> | <tr> | ||
<th scope="col">Vendor</th> | <th scope="col">Vendor</th> | ||
Line 135: | Line 136: | ||
<th scope="col">Qty</th> | <th scope="col">Qty</th> | ||
<th scope="col">Price</th> | <th scope="col">Price</th> | ||
</tr> | |||
{{{purchaselocation}}} | |||
</table> | |||
}} | |||
{{#if: {{{droplocation|}}}| | |||
<table class="table table-striped table-condensed"> | |||
<caption>'''Where to Loot:'''</caption> | |||
<tr> | |||
<th scope="col">Location</th> | |||
<th scope="col">Chest/Reward</th> | |||
</tr> | </tr> | ||
{{{droplocation}}} | {{{droplocation}}} | ||
</table> | </table> | ||
}} | |||
{{#if: {{{collectors|}}}| | {{#if: {{{collectors|}}}| | ||
<tr> | <tr> | ||
Line 158: | Line 169: | ||
</div> | </div> | ||
{{#ifeq: {{FULLPAGENAME}} |Template:Wilderness||[[Category:Loot]]{{#if: {{{type|}}}|[[Category:{{{type}}}]]}}}} | {{#ifeq: {{FULLPAGENAME}} |Template:Wilderness||[[Category:Loot]]{{#if: {{{type|}}}|[[Category:{{{type}}}]]}}}} | ||
{{#if:{{{purchaselocation|}}}||{{#if:{{{droplocation|}}}||[[Category:Items without a Drop Location]]}}}} | |||
</includeonly> | </includeonly> |
Revision as of 01:54, 24 February 2020
{{Template:Material |name = |type = |minlevel = |binding= |bagtype = |use= |rarity = |collectors = |description = |droplocation = |enchantments= |icon= |weight= |basevalue= |notes= |bagstacksize= |inventorystacksize= }}
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. |
bagstacksize | This is the maximum number of items that can stack in the bag |
inventorystacksize | This is the maximum number of items that can stack in the inventory |
Template
Ignore any errors below this line, The errors occur because there is no input into the template, in the template itself.