Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes. edit

Thank you for your patience while we continue to upgrade DDOwiki to the latest MediaWiki LTS version. If you find any errors on the site, please visit the Discord chat server and let us know.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to remove ads, build a reputation, and unlock more editing privileges and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:ItemDisplayComponent

From DDO wiki
Jump to navigation Jump to search

USAGE

{{ItemDisplayComponent
  | name               = (required) Name of item
  | pic                = (required) Image of item details popup
  | orbimage           = (optional) Image of item displayed in preview orb
  | bind               = (optional) Bind status ( example : BtCoA | BtAoA )
    <!-- Components can not be equipped, so bind status should always be unbound -->
  | durability         = (optional) Durability
  | material           = (optional) Material
  | material component = (optional) Material component used in casting spells
    <!-- Non empty value means item is a material component -->
  | hardness           = (optional) Hardness
  | description        = (required) Text displayed in component popup
  | value              = (optional) Base Value
  | weight             = (optional) Weight
  | price              = (optional) Price
  | notes              = (optional) Notes related to item
  | vendors            = (optional) NPC/Crafting Device/Location to purchase item
}}
{{ItemDisplayComponent
  | name               = {{SUBST:PAGENAME}}
  | pic                = {{SUBST:PAGENAME}}.png
  | orbimage           = {{SUBST:PAGENAME}} orb.png
  | bind               = {{Bind|no}}
  | durability         = 
  | material           = 
  | material component = 
  | hardness           = 
  | description        = 
  | value              = 
  | weight             = 
  | price              = 
  | notes              = 
  | vendors            = 
}}

EXAMPLE

Name of item

Binding Bound to Character on AcquireIcon tooltip.pngBound to Character on Acquire: This item is Bound to Character on Acquire
Durability 10
Material Silver
Hardness 5
Description Text displayed in component popup
Value 1,000 pp
Weight 1.0 lbs
Price 5 sp
VendorsIcon tooltip.pngVendors or Crafting Devices or Locations where the item may be purchased Brother Bauroth Goeth - -
Alamere Evilbane - -
Notes Notes about the item
No pic.jpg
Component Generic Divine.png


CATEGORIZATION

Category:Components                                 child of Category:Items                     injected by self
[ ( Material name ) items ]                         child of Category:Items by material         injected by self
[ Material components ]                             child of Category:Spell components          injected by self
[ ( Vendor name ) purchasable items ]               child of Category:Purchased items by vendor injected by self
[ ( Crafting Device name ) purchasable items ]      child of Category:Crafted items by device   injected by self
[ DDO Store purchasable items ]                     child of Category:Item groups               injected by self
[ Binds to (account/character) on (acquire/equip) ] child of Category:Items by bind status injected by Bind


CODE