Template:Misc item page: Difference between revisions

Jump to navigation Jump to search
m
tweak templatedata
m (add TemplateData documentation)
m (tweak templatedata)
Line 63: Line 63:
| weight lb = 1.1
| weight lb = 1.1
| price = 100
| price = 100
| special =  
| special = <!-- Any special effects of the item not already included in other template properties. -->
* Stuff +1 until next [[Long Rest]]
* Stuff +1 until next [[Long Rest]]
| where to find = <!-- Describe where and how to obtain the item. -->
| where to find = <!-- Describe where and how to obtain the item. -->
Line 71: Line 71:


See here for the result of the above: [[Template:MiscItemPage/Example]]
See here for the result of the above: [[Template:MiscItemPage/Example]]
Auto-generated TemplateData follows from this point on.


[[Category:Item Page Templates]]<templatedata>
[[Category:Item Page Templates]]<templatedata>
Line 85: Line 87:
"example": "{{uncommon|Potion of Stuff}} is an uncommon [[Potions|Potion]] that grants +1 to Stuff.",
"example": "{{uncommon|Potion of Stuff}} is an uncommon [[Potions|Potion]] that grants +1 to Stuff.",
"type": "string",
"type": "string",
"required": true
"required": true,
"suggested": true
},
},
"quote": {
"quote": {
Line 94: Line 97:
"book text": {
"book text": {
"description": "The text within the book. Leave EMPTY for non-books - use \"quote\" parameter for tooltip flavour text.",
"description": "The text within the book. Leave EMPTY for non-books - use \"quote\" parameter for tooltip flavour text.",
"type": "content"
"type": "content",
"suggested": true
},
},
"where to find": {
"where to find": {
Line 103: Line 107:
},
},
"type": {
"type": {
"aliases": [
"item type"
],
"description": "Item type. Choose one of: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, Misc",
"description": "Item type. Choose one of: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, Misc",
"type": "string",
"type": "string",
Line 118: Line 119:
"Misc"
"Misc"
],
],
"required": true
"required": true,
"suggested": true
},
},
"camp supplies": {
"camp supplies": {
"description": "Number of Camp Supplies. Leave EMPTY for all except Food and Drinks.",
"description": "Number of Camp Supplies. Leave EMPTY for all except Food and Drinks.",
"type": "number"
"type": "number",
"suggested": true
},
},
"rarity": {
"rarity": {

Navigation menu