Difference between revisions of "Template:Cosmetic"

From DDO Compendium
Line 88: Line 88:
<td class="item-image-side">
<td class="item-image-side">
<table class="item-image-table background-color" >
<table class="item-image-table background-color" >
<tr><td class="item-image">[[File:{{#if: {{{image|}}}|{{{image}}}|{{{name}}}}}.png|300px|]]</td></tr>
<tr><td class="item-image">[[File:{{#if: {{{image|}}}|{{{image}}}|{{{name}}}}}.png|300px|center]]</td></tr>
<tr>
<tr>
<td class="extra-details">{{#if: {{{droplocation|}}} | '''Where To Find:'''&nbsp;{{WrapMultiLine|{{{droplocation}}}}}{{#if: {{{storedescription|}}} |<br><br>}}|[[Category:Items without a Drop Location]]}}{{#if: {{{storedescription|}}} | '''Store Description:'''&nbsp;{{{storedescription}}}<br>}}
<td class="extra-details">{{#if: {{{droplocation|}}} | '''Where To Find:'''&nbsp;{{WrapMultiLine|{{{droplocation}}}}}{{#if: {{{storedescription|}}} |<br><br>}}|[[Category:Items without a Drop Location]]}}{{#if: {{{storedescription|}}} | '''Store Description:'''&nbsp;{{{storedescription}}}<br>}}

Revision as of 16:46, 2 April 2020

{{Template:Cosmetic
|name =
|type =
|binding = 
|description =
|droplocation = 
|storedescription =
|restriction = 
|icon=
|image=
|bug=
|weight=
|basevalue=
}}

Item[edit]

This template is used to render information about a cosmetic.

Usage[edit]

Parameter Documentation
nameThe name of the item.
typeWhat type of item is it.
Possible Values:
  • Headwear
  • Cloak
  • Armor
  • Docent
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
descriptionEnter the description that is on the examine window at the bottom.
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.
restrictionThis is used when there is some kind of restriction. If it is a trait (Lawful, Good, etc), use Template:ItemRequiredTrait. If there is a race restriction, use Template:ItemRestrictedRace.
iconThe icon to use for this item, overrides the image using the item name
imageImage file, use if the image doesn't change between heroic and epic types. Do not include extension.
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.

Template

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