Difference between revisions of "Template:Item"

From DDO Compendium
m
Tag: Reverted
m (Reverted edits by Ague (talk) to last revision by MNDeveloper)
Tag: Rollback
Line 1: Line 1:
<includeonly>{{#ifeq:{{#dplvar:rendertype}}|ingredient|{{RenderIngredient|{{{name}}}|{{{icon|}}}|{{{link|}}}}}|{{#dplvar:set|itembasevalue|{{{basevalue}}}}}<div class="row"><div class="col-sm-6"><table class="table table-bordered table-striped table-condensed">
<noinclude>
<pre>
{{Template:Item
|name =
|type =
|minlevel =
|absoluteminlevel =
|binding =
|enchantments =
|description =
|droplocation =
|material =
|hardness =
|durability =
|update =
|details =
|upgradeable =
|restriction =
|icon=
|image=
|bug=
|replaced=
|weight=
|basevalue=
|artifacttype=
|emptyaugments=
|itemsets=
|otherversions=
|link=
|exclusive=
}}
</pre>
{{TemplateDocumentation
|name = Item
|description = This template is used to render information about an item that is not a weapon, armor, orb, rune arm, shield or quiver. See [[Template:Weapon]] for weapons, [[Template:Armor]] for armor, [[Template:Shield]] for shields and orbs, [[Template:Quiver]] for quivers. Example of the Template in Use: [[Pale Lavender Ioun Stone]].
|category=Item Templates
|usesnamedparameters = true
|parameter1name = name
|parameter1description = The name of the item.
|parameter2name = type
|parameter2description = What type of item is it.
|parameter2values =
* Goggles
* Helmet
* Necklace
* Trinket
* Cloak
* Belt
* Ring
* Gloves
* Boots
* Bracers
* Activator - Items that can only be activated
|parameter3name = minlevel
|parameter3description = Enter the minimum level required for the item, or leave blank if there is none.
|parameter4name = absoluteminlevel
|parameter4description = Enter the minimum level required for the item if something is removed, or leave blank if there is none.
|parameter5name = binding
|parameter5description = How is this item bound - leave blank it is unbound.
* 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
|parameter6name = enchantments
|parameter6description = These are a bulleted list of templates (each on its own line starting with an asterisk) found in [[:Category:Item_Enchantment_Template|Enchantment Templates]]. If the enchantment is a one just for this item, just enter the information directly. The enchantment that is added because of the material (i.e. Flametouched Iron) is automatically added.
|parameter7name = description
|parameter7description = Enter the description that is on the examine window at the bottom.
|parameter8name = droplocation
|parameter8description = 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.
|parameter9name = material
|parameter9description = Enter what the item is made from (i.e. Leather, Glass, Gem, Flametouched Iron).
|parameter10name = hardness
|parameter10description = Enter the hardness shown in the examine window.
|parameter11name = durability
|parameter11description = Enter the maximum durability value shown in the examine window.
|parameter12name = update
|parameter12description = Which update was this item added to the game in.
|parameter13name = details
|parameter13description = Enter any details that a player may need to know about this (i.e. if not working correctly, etc).
|parameter14name = upgradeable
|parameter14description = If this item is upgradeable, use [[Template:ItemUpgrade]]. If there is more than one (i.e. it is in the middle of a crafting chain), include multiple templates in a bulleted list.
|parameter15name = restriction
|parameter15description = This 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]].
|parameter16name = icon
|parameter16description = The icon to use for this item, overrides the image using the item name
|parameter17name = image
|parameter17description = Image file, use if the image doesn't change between heroic and epic types. Do not include extension.
|parameter18name = bug
|parameter18description = Contains any information about a bug related to the item. Use [[Template:Bug]]
|parameter19name = replaced
|parameter19description = Contains information about any replacement that SSG did of this weapon. Use [[Template:ItemReplacement]]
|parameter20name = weight
|parameter20description = This is the weight, in lbs, as shown on the examine window. The "lbs" will be added.
|parameter21name = basevalue
|parameter21description = This is the base value as shown in the examine window. Use [[Template:Price]].
|parameter22name = artifacttype
|parameter22description = Which type of artifact this is, leave blank if it is not an artifact
|parameter22values=
* Blank for not an artifact
* Minor
|parameter23name = emptyaugments
|parameter23description = Any Empty augments that this item has.  Use [[Template:EmptyAugments]]
|parameter24name = itemsets
|parameter24description = The item sets that this item has. Use [[Template:ItemSetList]]
|parameter25name = otherversions
|parameter25description = Other related version (i.e. heroic vs legendary or epic, feytwisted, etc)
|parameter26name = link
|parameter26description = The link to this page, if it isn't the same as the name.
|parameter27name = exclusive
|parameter27description = Use [[Template:Exclusive]]
}}
</noinclude><includeonly>{{#ifeq:{{#dplvar:rendertype}}|ingredient|{{RenderIngredient|{{{name}}}|{{{icon|}}}|{{{link|}}}}}|{{#dplvar:set|itembasevalue|{{{basevalue}}}}}<div class="row"><div class="col-sm-6"><table class="table table-bordered table-striped table-condensed">
<tr>
<tr>
<td>
<td>
Line 80: Line 193:
|keywords=Dungeons,and,Dragons,Online,DDO,{{#replace:{{{name}}}| |,}},{{#replace:{{{type|}}}| |,}},{{#replace:{{{droplocation|}}}| |,}},{{#replace:{{{upgradeable|}}}| |,}}
|keywords=Dungeons,and,Dragons,Online,DDO,{{#replace:{{{name}}}| |,}},{{#replace:{{{type|}}}| |,}},{{#replace:{{{droplocation|}}}| |,}},{{#replace:{{{upgradeable|}}}| |,}}
}}}}</includeonly>
}}}}</includeonly>
<noinclude>
<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "The name of the item.",
"type": "string",
"required": true
},
"icon": {
"label": "Icon",
"description": "The icon to use for this item, overrides the image using the item name",
"type": "string"
},
"link": {
"label": "Link",
"description": "The link to this page, if it isn't the same as the name.",
"type": "string"
},
"basevalue": {
"label": "Base Value",
"description": "This is the base value as shown in the examine window. Use [[Template:Price]].",
"type": "string",
"default": "{{Price|}}",
"suggested": true
},
"type": {
"label": "Type",
"description": "What type of item is it.",
"type": "string",
"required": true,
"suggestedvalues": [
"Goggles",
"Helmet",
"Necklace",
"Trinket",
"Cloak",
"Belt",
"Ring",
"Gloves",
"Boots",
"Bracers",
"Activator"
]
},
"artifacttype": {
"label": "Artifact Type",
"description": "Which type of artifact this is, leave blank if it is not an artifact",
"type": "string",
"suggestedvalues": [
"",
"Minor"
]
},
"restriction": {
"label": "Restriction",
"description": "This 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]].",
"type": "wiki-template-name"
},
"minlevel": {
"label": "Minimum Level",
"description": "Enter the minimum level required for the item, or leave blank if there is none.",
"type": "number"
},
"absoluteminlevel": {
"label": "Absolute Minimum Level",
"description": "Enter the minimum level required for the item if something is removed, or leave blank if there is none.",
"type": "number"
},
"binding": {
"label": "Binding",
"description": "How is this item bound - leave blank it is unbound. ",
"example": "btc for Bound to Character\nbta for Bound to Account\nbtcoe for Bound to Character on Equip\nbtcoa for Bound to Character on Acquire\nbtaoe for Bound to Account on Equip\nbtaoa for Bound to Account on Acquire",
"type": "string",
"suggestedvalues": [
"",
"btc",
"bta",
"btcoe",
"btcoa",
"btaoe",
"btaoa"
]
},
"exclusive": {
"label": "Exclusive",
"description": "Use [[Template:Exclusive]]",
"type": "wiki-template-name",
"default": "{{Exclusive}}"
},
"enchantments": {
"label": "Enchantments",
"description": "These are a bulleted list of templates (each on its own line starting with an asterisk) found in Enchantment Templates. If the enchantment is a one just for this item, just enter the information directly. The enchantment that is added because of the material (i.e. Flametouched Iron) is automatically added.",
"type": "string",
"suggested": true
},
"emptyaugments": {
"label": "Empty Augments",
"description": "Any Empty augments that this item has. Use [[Template:EmptyAugments]]",
"type": "wiki-template-name",
"default": "{{EmptyAugments|}}"
},
"itemsets": {
"label": "Item Sets",
"description": "The item sets that this item has. Use [[Template:ItemSetList]]",
"type": "wiki-template-name",
"default": "{{ItemSetList|}}"
},
"material": {
"label": "Material",
"description": "Enter what the item is made from (i.e. Leather, Glass, Gem, Flametouched Iron).",
"type": "string",
"required": true
},
"hardness": {
"label": "Hardness",
"description": "Enter the hardness shown in the examine window.",
"type": "number",
"suggested": true
},
"durability": {
"label": "Durability",
"description": "Enter the maximum durability value shown in the examine window.",
"type": "number",
"suggested": true
},
"description": {
"label": "Description",
"description": "Enter the description that is on the examine window at the bottom.",
"type": "string",
"suggested": true
},
"weight": {
"label": "Weight",
"description": "This is the weight, in lbs, as shown on the examine window. The \"lbs\" will be added.",
"type": "number",
"suggested": true
},
"image": {
"label": "Image",
"description": "Image file, use if the image doesn't change between heroic and epic types. Do not include extension.",
"type": "string",
"suggested": true
},
"droplocation": {
"label": "Drop Location",
"description": "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.",
"type": "wiki-template-name",
"suggested": true
},
"replaced": {
"label": "Replaced",
"description": "Contains information about any replacement that SSG did of this item. Use [[Template:ItemReplacement]]",
"type": "wiki-template-name",
"default": "{{ItemReplacement}}"
},
"details": {
"label": "Details",
"description": "Enter any details that a player may need to know about this (i.e. if not working correctly, etc).",
"type": "string"
},
"upgradeable": {
"label": "Upgradable",
"description": "If this item is upgradeable, use [[Template:ItemUpgrade]]. If there is more than one (i.e. it is in the middle of a crafting chain), include multiple templates in a bulleted list.",
"type": "wiki-template-name"
},
"bug": {
"label": "Bug",
"description": "Contains any information about a bug related to the item. Use [[Template:Bug]]",
"type": "wiki-template-name"
},
"otherversions": {
"label": "Other Versions",
"description": "Other related version (i.e. heroic vs legendary or epic, feytwisted, etc)",
"type": "string"
},
"update": {
"label": "Update",
"description": "Which update was this item added to the game in.",
"type": "string",
"suggested": true
}
},
"description": "This template is used to render information about an item that is not a weapon, armor, orb, rune arm, shield or quiver. See [[Template:Weapon]] for weapons, [[Template:Armor]] for armor, [[Template:Shield]] for shields and orbs, [[Template:Quiver]] for quivers. Example of the Template in Use: [[Pale Lavender Ioun Stone]].",
"paramOrder": [
"name",
"type",
"minlevel",
"absoluteminlevel",
"binding",
"enchantments",
"description",
"droplocation",
"material",
"hardness",
"durability",
"update",
"details",
"upgradeable",
"restriction",
"icon",
"image",
"bug",
"replaced",
"weight",
"basevalue",
"artifacttype",
"emptyaugments",
"itemsets",
"otherversions",
"link",
"exclusive"
],
"format": "block"
}
</templatedata>[[Category:Template]][[Category:Item Templates]]
</noinclude>

Revision as of 07:12, 2 April 2022

{{Template:Item
|name =
|type =
|minlevel =
|absoluteminlevel =
|binding =
|enchantments =
|description =
|droplocation =
|material =
|hardness =
|durability =
|update =
|details =
|upgradeable =
|restriction =
|icon=
|image=
|bug=
|replaced=
|weight=
|basevalue=
|artifacttype=
|emptyaugments=
|itemsets=
|otherversions=
|link=
|exclusive=
}}

Item[edit]

This template is used to render information about an item that is not a weapon, armor, orb, rune arm, shield or quiver. See Template:Weapon for weapons, Template:Armor for armor, Template:Shield for shields and orbs, Template:Quiver for quivers. Example of the Template in Use: Pale Lavender Ioun Stone.

Usage[edit]

Parameter Documentation
nameThe name of the item.
typeWhat type of item is it.
Possible Values:
  • Goggles
  • Helmet
  • Necklace
  • Trinket
  • Cloak
  • Belt
  • Ring
  • Gloves
  • Boots
  • Bracers
  • Activator - Items that can only be activated
minlevelEnter the minimum level required for the item, or leave blank if there is none.
absoluteminlevelEnter the minimum level required for the item if something is removed, or leave blank if there is none.
bindingHow is this item bound - leave blank it is unbound.
  • 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
  • enchantmentsThese are a bulleted list of templates (each on its own line starting with an asterisk) found in Enchantment Templates. If the enchantment is a one just for this item, just enter the information directly. The enchantment that is added because of the material (i.e. Flametouched Iron) is automatically added.
    descriptionEnter the description that is on the examine window at the bottom.
    droplocationThis 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.
    materialEnter what the item is made from (i.e. Leather, Glass, Gem, Flametouched Iron).
    hardnessEnter the hardness shown in the examine window.
    durabilityEnter the maximum durability value shown in the examine window.
    updateWhich update was this item added to the game in.
    detailsEnter any details that a player may need to know about this (i.e. if not working correctly, etc).
    upgradeableIf this item is upgradeable, use Template:ItemUpgrade. If there is more than one (i.e. it is in the middle of a crafting chain), include multiple templates in a bulleted list.
    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
    replacedContains information about any replacement that SSG did of this weapon. Use Template:ItemReplacement
    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.
    artifacttypeWhich type of artifact this is, leave blank if it is not an artifact
    Possible Values:
    • Blank for not an artifact
    • Minor
    emptyaugmentsAny Empty augments that this item has. Use Template:EmptyAugments
    itemsetsThe item sets that this item has. Use Template:ItemSetList
    otherversionsOther related version (i.e. heroic vs legendary or epic, feytwisted, etc)
    linkThe link to this page, if it isn't the same as the name.
    exclusiveUse Template:Exclusive

    Template

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