Template:Misc item page: Difference between revisions
Jump to navigation
Jump to search
m (WIP) |
m (WIP) |
||
Line 24: | Line 24: | ||
| Consumables = {{Consumables}} | | Consumables = {{Consumables}} | ||
| Misc = Miscellaneous Items | | Misc = Miscellaneous Items | ||
| #default = [[{{{type}}}]] }} | | #default = [[{{{type}}}]] }} {{#if: {{{camp supplies|}}}| | ||
{{#if: {{{camp supplies|}}}| | |||
{{Camp Supplies}}: {{{camp supplies}}} | {{Camp Supplies}}: {{{camp supplies}}} | ||
}} | }} | ||
Line 56: | Line 55: | ||
| image = Potion of Poison Resistance Icon.png | | image = Potion of Poison Resistance Icon.png | ||
| description = {{uncommon|Potion of Stuff}} is an uncommon [[Potions|Potion]] that grants +1 to Stuff until the next [[Long Rest]]. <!-- This is the first text that will appear on the page. Briefly describe what the item is and what makes it noteworthy. --> | | description = {{uncommon|Potion of Stuff}} is an uncommon [[Potions|Potion]] that grants +1 to Stuff until the next [[Long Rest]]. <!-- This is the first text that will appear on the page. Briefly describe what the item is and what makes it noteworthy. --> | ||
| quote = The in-game | | quote = The in-game flavour text in the item's tooltip. | ||
| text = <!-- The text of the book. Leave EMPTY for non-books - use "quote" parameter for all other item types. --> | | text = <!-- The text of the book. Leave EMPTY for non-books - use "quote" parameter for all other item types. --> | ||
| type = Potions <!-- Item type. Choose one of: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, Misc --> | | type = Potions <!-- Item type. Choose one of: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, Misc --> | ||
Line 73: | Line 72: | ||
See here for the result of the above: [[Template:MiscItemPage/Example]] | See here for the result of the above: [[Template:MiscItemPage/Example]] | ||
[[Category:Item Templates]]</noinclude> | [[Category:Item Page Templates]]</noinclude> |
Revision as of 10:08, 17 February 2023
This template generates entire pages for individual items of the following types: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, and other Miscellaneous Items. For Weapons, see Template:WeaponPage. For Equipment, see Template:EquipmentPage.
Following is an example of usage with all possible template parameters shown. This describes a completely made-up potion.
Copy example values exactly as listed, including capitalization and plurals, if any. If you're ever unsure what to type, simply leave the parameter empty.
{{MiscItemPage | <!-- See here for tips on how to use this template: https://bg3.wiki/wiki/Template:MiscItemPage --> | image = Potion of Poison Resistance Icon.png | description = {{uncommon|Potion of Stuff}} is an uncommon [[Potions|Potion]] that grants +1 to Stuff until the next [[Long Rest]]. <!-- This is the first text that will appear on the page. Briefly describe what the item is and what makes it noteworthy. --> | quote = The in-game flavour text in the item's tooltip. | text = <!-- The text of the book. Leave EMPTY for non-books - use "quote" parameter for all other item types. --> | type = Potions <!-- Item type. Choose one of: Ammunition, Books, Food, Drinks, Potions, Scrolls, Consumables, Misc --> | camp supplies = <!-- Number of Camp Supplies. Leave EMPTY for all except Food and Drinks. --> | rarity = uncommon <!-- Choose from: common, uncommon, rare, very rare, legendary, story --> | weight kg = 0.5 | weight lb = 1.1 | price = 100 | special = * Stuff +1 until next [[Long Rest]] | where to find = <!-- Describe where and how to obtain the item. --> This is a made-up item. You cannot obtain it anywhere in the game. }}
See here for the result of the above: Template:MiscItemPage/Example