Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Equipment page/doc: Difference between revisions

Template page
Updated name field
mNo edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This template generates entire pages for individual pieces of equipment in the game, such as [[Studded Leather Armour +1]] or [[Amulet of Misty Step]]. Supported Equipment types: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Camp Clothes, Camp Shoes, Undergarments. For Weapons, use [[Template:WeaponPage]]. For Consumables and other miscellaneous items, use [[Template:MiscItemPage]].
This template generates entire pages for individual pieces of equipment in the game, such as [[Studded Leather Armour +1]] or [[Amulet of Misty Step]]. For Weapons, use [[Template:WeaponPage]]. For Consumables and other miscellaneous items, use [[Template:MiscItemPage]].
 
Supported Equipment types: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Musical Instruments, Camp Clothes, Camp Shoes, Undergarments.  


'''See the bottom of this page for template parameter explanations. If you're ever unsure what to type, simply leave a parameter empty (don't remove it, as this may confuse other wiki editors).'''
'''See the bottom of this page for template parameter explanations. If you're ever unsure what to type, simply leave a parameter empty (don't remove it, as this may confuse other wiki editors).'''
Line 13: Line 15:


<!-- Icon for the item. Falls back to the value of "image" if not specified. -->
<!-- Icon for the item. Falls back to the value of "image" if not specified. -->
| controller icon =
<!-- Icon for the item. Falls back to the value of "controller icon" if not specified. -->
| icon =
| icon =


Line 21: Line 26:
| quote =
| quote =


<!-- Item type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Belts, Boots, Cloaks, Gloves, Helmets, Rings -->
<!-- Item type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Belts, Boots, Cloaks, Gloves, Helmets, Rings, Musical Instruments, Camp Clothes, Camp Shoes, Undergarments -->
| type =
| type =


Line 53: Line 58:
<!-- The uuid or root template for  the item. Often in format 13776348-0101-446e-a9f8-c95efb3763ca -->
<!-- The uuid or root template for  the item. Often in format 13776348-0101-446e-a9f8-c95efb3763ca -->
| uuid =  
| uuid =  
<!-- List of passive features granted by the item. -->
| passives =


<!-- List of special features, bonuses, or abilities granted by the item. -->
<!-- List of special features, bonuses, or abilities granted by the item. -->
Line 69: Line 77:
<!-- Describe where and how to obtain the item. -->
<!-- Describe where and how to obtain the item. -->
| where to find =
| where to find =
 
| where to find location =
| where to find x =
| where to find y =
| where to find2 =
| where to find2 location =
| where to find2 x =
| where to find2 y =
| where to find3 =
| where to find3 location =
| where to find3 x =
| where to find3 y =
| where to find4 =
| where to find4 location =
| where to find4 x =
| where to find4 y =
| where to find5 =
| where to find5 location =
| where to find5 x =
| where to find5 y =
}}
}}
</pre>
</pre>
Line 81: Line 107:
| description =
| description =
| quote =
| quote =
<!-- Item type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Belts, Boots, Cloaks, Gloves, Helmets, Rings -->
<!-- Item type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Belts, Boots, Cloaks, Gloves, Helmets, Rings, Musical Instruments, Camp Clothes, Camp Shoes, Undergarments -->
| type =
| type =
| proficiency =
| proficiency =
Line 94: Line 120:
| uid =  
| uid =  
| uuid =
| uuid =
| passives =
| special =
| special =
| condition =
| condition =
Line 104: Line 131:
| condition2 dc =
| condition2 dc =
| where to find =
| where to find =
| where to find location =
| where to find x =
| where to find y =
| where to find2 =
| where to find2 location =
| where to find2 x =
| where to find2 y =
| where to find3 =
| where to find3 location =
| where to find3 x =
| where to find3 y =
| where to find4 =
| where to find4 location =
| where to find4 x =
| where to find4 y =
| where to find5 =
| where to find5 location =
| where to find5 x =
| where to find5 y =
}}
}}
</pre>
</pre>
Line 169: Line 215:
| condition2 duration = Long Rest
| condition2 duration = Long Rest
}}
}}
<includeonly>[[Category:Page generating templates]] [[Category:Equipment page templates]]</includeonly>


== Template data ==
== Template data ==
Line 184: Line 229:
"description": "The filename of the image/icon associated with this item.",
"description": "The filename of the image/icon associated with this item.",
"example": "Amulet of Misty Step Icon.png",
"example": "Amulet of Misty Step Icon.png",
"type": "wiki-file-name",
"suggested": true
},
"controller icon": {
"description": "The unfaded controller icon of this item. Defaults to the value of image= if not provided.",
"type": "wiki-file-name",
"suggested": true
},
"icon": {
"description": "The icon of this item. Defaults to the value of controller icon= if not provided.",
"required": true,
"type": "wiki-file-name",
"type": "wiki-file-name",
"suggested": true
"suggested": true
Line 201: Line 257:
"where to find": {
"where to find": {
"description": "Describe where and how to obtain the item.",
"description": "Describe where and how to obtain the item.",
"example": "Looted from [[NPC Name]] in [[Location]].",
"example": "Found on a table.",
"type": "content",
"type": "content",
"suggested": true
"suggested": true
},
},
"where to find location": {
"description": "The map name of the item. Should match a location page.",
"example": "Underdark",
"type": "content",
"suggested": true
},
"where to find x": {
"description": "The x coordinate of the item in the location.",
"example": "53",
"type": "content",
"suggested": true
},
"where to find y": {
"description": "The y coordinate of the item in the location",
"example": "Underdark",
"type": "content",
"suggested": true
},
"where to find2": {},
        "where to find2 location": {},
        "where to find2 x": {},
        "where to find2 y": {},
"where to find3": {},
        "where to find3 location": {},
        "where to find3 x": {},
        "where to find3 y": {},
"where to find4": {},
        "where to find4 location": {},
        "where to find4 x": {},
        "where to find4 y": {},
"where to find5": {},
        "where to find5 location": {},
        "where to find5 x": {},
        "where to find5 y": {},
"type": {
"type": {
"description": "Equipment type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Camp Clothes, Camp Shoes, Undergarments",
"description": "Equipment type. Choose one of: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Camp Clothes, Camp Shoes, Undergarments",
Line 357: Line 447:
"example": "12",
"example": "12",
"type": "number"
"type": "number"
},
"icon": {
"description": "The icon for the item. Falls back to \"image\" if not specified."
},
},
"uid": {
"uid": {
Line 378: Line 465:
"description": "The price in Honour Mode, if it is different."
"description": "The price in Honour Mode, if it is different."
},
},
"notes": {}
"notes": {},
"bugs": {},
"filename": {}
},
},
"description": "This template generates entire pages for individual pieces of equipment in the game. Supported Equipment types: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Camp Clothes, Camp Shoes, Undergarments. (For Weapons, use Template:WeaponPage. For Consumables and other miscellaneous items, use Template:MiscItemPage.)\n\nCopy example values exactly as listed, including capitalization and plurals, if any. If you're ever unsure what to type, simply leave the parameter empty.",
"description": "This template generates entire pages for individual pieces of equipment in the game. Supported Equipment types: Clothing, Light Armour, Medium Armour, Heavy Armour, Shields, Amulets, Boots, Cloaks, Gloves, Helmets, Rings, Camp Clothes, Camp Shoes, Undergarments. (For Weapons, use Template:WeaponPage. For Consumables and other miscellaneous items, use Template:MiscItemPage.)\n\nCopy example values exactly as listed, including capitalization and plurals, if any. If you're ever unsure what to type, simply leave the parameter empty.",
Line 385: Line 474:
"name",
"name",
"image",
"image",
        "controller icon",
"icon",
"icon",
"description",
"description",
"quote",
"quote",
"where to find",
"where to find",
        "where to find location",
        "where to find x",
        "where to find y",
"where to find2",
        "where to find2 location",
        "where to find2 x",
        "where to find2 y",
"where to find3",
        "where to find3 location",
        "where to find3 x",
        "where to find3 y",
"where to find4",
        "where to find4 location",
        "where to find4 x",
        "where to find4 y",
"where to find5",
        "where to find5 location",
        "where to find5 x",
        "where to find5 y",
"type",
"type",
"proficiency",
"proficiency",
Line 415: Line 524:
"rarity honour",
"rarity honour",
"price honour",
"price honour",
"notes"
"notes",
"bugs",
"filename"
]
]
}
}
</templatedata>
</templatedata>