Ad placeholder

Template:Equipment page/doc: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
 
(4 intermediate revisions by 2 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]]. 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, Camp Clothes, Camp Shoes, Undergarments.  
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 15: 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 23: 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 55: 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 71: 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 83: 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 96: Line 120:
| uid =  
| uid =  
| uuid =
| uuid =
| passives =
| special =
| special =
| condition =
| condition =
Line 106: 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 186: Line 230:
"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 203: Line 258:
"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",
"suggested": true
},
"where to find location": {
"description": "The map name of the item. Should match a location page.",
"example": "Underdark",
"type": "content",
"type": "content",
"suggested": true
"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 359: Line 448:
"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 381: Line 467:
},
},
"notes": {},
"notes": {},
"bugs": {},
"filename": {}
"filename": {}
},
},
Line 388: Line 475:
"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 419: Line 526:
"price honour",
"price honour",
"notes",
"notes",
"bugs",
"filename"
"filename"
]
]
}
}
</templatedata>
</templatedata>

Navigation menu