Jump to content

Template:CraftedAccessory/doc: Difference between revisions

From Drifters Almanac
m Protected "Template:CraftedAccessory/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 1: Line 1:
This template is used to display detailed information about a crafted accessory item in Embers Adrift.   
This template is used to display detailed information about a crafted accessory item.   
It shows the final stats and crafting composition of accessories created via player professions.
It shows the final stats and crafting composition of accessories created via player professions.


Line 49: Line 49:
;tooltip_image: File name for the accessory tooltip image (use only the file name, not full path).
;tooltip_image: File name for the accessory tooltip image (use only the file name, not full path).


;equipment_type: Slot where the accessory is worn (e.g., Neck, Finger, Trinket).
;equipment_type: Slot where the accessory is worn (e.g., Necklace, Ring, Earring).
;level_requirement: Minimum player level required to equip the accessory.
;level_requirement: Minimum player level required to equip the accessory.
;class_requirement1 – class_requirement3: Classes that can equip the accessory.
;class_requirement1 – class_requirement3: Classes that can equip the accessory.


;stat1_name – stat6_name: Names of additional stats (e.g., Max Health, Strength, Haste).
;stat1_name – stat6_name: Names of additional stats (e.g., Healing, Haste, Physical Damage Resist).
;stat1_value – stat6_value: Corresponding values for the above stats.
;stat1_value – stat6_value: Corresponding values for the above stats.


;crafting_profession: Name of the profession that crafts the accessory (e.g., Jeweler, Leatherworker).
;crafting_profession: Name of the profession that crafts the accessory (e.g., Tinkerer).
;recipe_page: Name of the recipe page used to craft the accessory.
;recipe_page: Name of the recipe page used to craft the accessory.
;component1_name – component5_name: Display names for the components (e.g., Amulet Frame, Gem Setting).
;component1_name – component5_name: Display names for the components (e.g., Gem, Backing, Chain, Flux, Loop).
;component1_material – component5_material: Materials actually used for each component (e.g., Fine Gold Ingot, Refined Leather).
;component1_material – component5_material: Materials actually used for each component (e.g., Highlands Copper Ingot, Cut Sparkling Topaz Gem).


== Categories ==
== Categories ==

Revision as of 10:51, 27 April 2025

This template is used to display detailed information about a crafted accessory item. It shows the final stats and crafting composition of accessories created via player professions.

Usage

Paste the following example into any page to use the template:

{{CraftedAccessory
| name = 
| tooltip_image = 

| equipment_type = 
| level_requirement = 
| class_requirement1 = 
| class_requirement2 = 
| class_requirement3 = 

| stat1_name = 
| stat1_value = 
| stat2_name = 
| stat2_value = 
| stat3_name = 
| stat3_value = 
| stat4_name = 
| stat4_value = 
| stat5_name = 
| stat5_value = 
| stat6_name = 
| stat6_value = 

| crafting_profession = 
| recipe_page = 

| component1_name = 
| component1_material = 
| component2_name = 
| component2_material = 
| component3_name = 
| component3_material = 
| component4_name = 
| component4_material = 
| component5_name = 
| component5_material = 
}}

Parameters

name
Optional. Display name of the accessory (defaults to page name if omitted).
tooltip_image
File name for the accessory tooltip image (use only the file name, not full path).
equipment_type
Slot where the accessory is worn (e.g., Necklace, Ring, Earring).
level_requirement
Minimum player level required to equip the accessory.
class_requirement1 – class_requirement3
Classes that can equip the accessory.
stat1_name – stat6_name
Names of additional stats (e.g., Healing, Haste, Physical Damage Resist).
stat1_value – stat6_value
Corresponding values for the above stats.
crafting_profession
Name of the profession that crafts the accessory (e.g., Tinkerer).
recipe_page
Name of the recipe page used to craft the accessory.
component1_name – component5_name
Display names for the components (e.g., Gem, Backing, Chain, Flux, Loop).
component1_material – component5_material
Materials actually used for each component (e.g., Highlands Copper Ingot, Cut Sparkling Topaz Gem).

Categories

Pages using this template are automatically categorized into:

  • Category:Accessory
  • Category:Crafted Accessories
  • Category:<equipment_type> Equipment
  • Category:<class_requirement> Accessories

Notes

  • If a parameter is left blank, that section will not be displayed.
  • Up to five components and six additional stats are supported.