Template:CraftedAccessory/doc: Difference between revisions
Appearance
Created page with "<noinclude>{{Documentation subpage}}</noinclude> This template is used to display detailed information about a crafted accessory item in Embers Adrift. 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: <pre> {{CraftedAccessory | name = | tooltip_image = | equipment_type = | level_requirement = | class_requirement1 = | class_requirement2 =..." |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This template is used to display detailed information about a crafted accessory item. | |||
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 36: | Line 34: | ||
| component1_name = | | component1_name = | ||
| component1_material = | | component1_material = | ||
| component1_material_category = | |||
| component2_name = | | component2_name = | ||
| component2_material = | | component2_material = | ||
| component2_material_category = | |||
| component3_name = | | component3_name = | ||
| component3_material = | | component3_material = | ||
| component3_material_category = | |||
| component4_name = | | component4_name = | ||
| component4_material = | | component4_material = | ||
| component4_material_category = | |||
| component5_name = | | component5_name = | ||
| component5_material = | | component5_material = | ||
| component5_material_category = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 51: | Line 54: | ||
;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., | ;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., | ;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., | ;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., | ;component1_name – component5_name: Display names for the components (e.g., Gem, Backing, Chain, Flux, Loop). | ||
;component1_material – component5_material: | ;component1_material – component5_material: One or more specific items that can be used for this component (e.g., Highlands Copper Ingot, Cut Sparkling Topaz Gem). Separate multiple items with commas. Each will be automatically linked to its page. | ||
;component1_material_category – component5_material_category: One or more material categories that can be used for this component (e.g., Cut Topaz Gem, Copper Ingot). Separate multiple categories with commas. Each will link to its category page. | |||
== Categories == | == Categories == | ||
Latest revision as of 12:42, 6 May 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 =
| component1_material_category =
| component2_name =
| component2_material =
| component2_material_category =
| component3_name =
| component3_material =
| component3_material_category =
| component4_name =
| component4_material =
| component4_material_category =
| component5_name =
| component5_material =
| component5_material_category =
}}
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
- One or more specific items that can be used for this component (e.g., Highlands Copper Ingot, Cut Sparkling Topaz Gem). Separate multiple items with commas. Each will be automatically linked to its page.
- component1_material_category – component5_material_category
- One or more material categories that can be used for this component (e.g., Cut Topaz Gem, Copper Ingot). Separate multiple categories with commas. Each will link to its category page.
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.