Template:RecipeBook/doc: Difference between revisions
Appearance
Created page with "<div style="font-size: 1.5em; font-weight: bold; margin-top: 1em;">Overview</div> <hr style="border: 0; border-top: 1px solid #555;" /> This template is used to display information about recipe books.<br> Recipe books are used to learn crafting or refining recipes and may be soulbound or tradable.<br> Each book lists the recipe it teaches, its profession and level requirements, how it is acquired, and its vendor sell price. <div style="font-size: 1.5em; font-weight: bol..." |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
| level_requirement = | | level_requirement = | ||
| recipe_given = | | recipe_given = | ||
| | | dropped_by = | ||
| | | sold_by = | ||
| quest_reward = | |||
| sell_price_gold = | |||
| sell_price_silver = | |||
| sell_price_copper = | |||
}} | }} | ||
</pre> | </pre> | ||
| Line 27: | Line 31: | ||
;name: Optional. Display name of the recipe book (defaults to the page name). | ;name: Optional. Display name of the recipe book (defaults to the page name). | ||
;tooltip_image: File name of the item’s tooltip image | ;tooltip_image: File name of the item’s tooltip image. | ||
;is_soulbound: Set to | ;is_soulbound: Set to yes to display “This item is Soulbound and cannot be traded.” | ||
:When creating/editing with a form, this is a checkbox. | |||
;profession: The crafting or refining profession that can learn the recipe (e.g., Outfitter, Weaponsmith, Provisioner). | ;profession: The crafting or refining profession that can learn the recipe (e.g., Outfitter, Weaponsmith, Provisioner). | ||
;level_requirement: Minimum profession level required to learn the recipe. | ;level_requirement: Minimum profession level required to learn the recipe. | ||
;recipe_given: Name of the recipe taught by the book. Automatically links to the recipe page. | ;recipe_given: Name of the recipe taught by the book. Automatically links to the recipe page. | ||
:Example: <code>Imbued Lean Leather Boots Recipe:: | :Example: <code>Imbued Lean Leather Boots Recipe</code> | ||
; | ;dropped_by: Comma-separated list of mob/named mob '''PAGES''' that drop this recipe book. | ||
: | :Example: <code>Mob/Doe/Newhaven Valley, Named Mob/Misha</code> | ||
:Example: <code> | ;sold_by: Comma-separated list of vendor '''PAGES''' that sell this recipe book. | ||
; | :Example: <code>Vendor/Roland Ryfold, Vendor/Merry</code> | ||
;quest_reward: Quest '''PAGE''' that this recipe book is a reward for. | |||
:Example: <code>Quest/The Ballad of the Merry Five</code> | |||
;sell_price_gold: The gold amount when sold to a vendor. (Leave blank if sold for < 1 Gold) | |||
;sell_price_silver: The silver amount when sold to a vendor. (Leave blank if sold for < 1 Silver) | |||
;sell_price_copper: The copper amount when sold to a vendor. | |||
<div style="font-size: 1.5em; font-weight: bold; margin-top: 1em;">Categories</div> | <div style="font-size: 1.5em; font-weight: bold; margin-top: 1em;">Categories</div> | ||
Latest revision as of 09:00, 13 May 2025
Overview
This template is used to display information about recipe books.
Recipe books are used to learn crafting or refining recipes and may be soulbound or tradable.
Each book lists the recipe it teaches, its profession and level requirements, how it is acquired, and its vendor sell price.
Usage
Paste the following example into any page to use the template:
{{RecipeBook
| name =
| tooltip_image =
| is_soulbound =
| profession =
| level_requirement =
| recipe_given =
| dropped_by =
| sold_by =
| quest_reward =
| sell_price_gold =
| sell_price_silver =
| sell_price_copper =
}}
Parameters
- name
- Optional. Display name of the recipe book (defaults to the page name).
- tooltip_image
- File name of the item’s tooltip image.
- is_soulbound
- Set to yes to display “This item is Soulbound and cannot be traded.”
- When creating/editing with a form, this is a checkbox.
- profession
- The crafting or refining profession that can learn the recipe (e.g., Outfitter, Weaponsmith, Provisioner).
- level_requirement
- Minimum profession level required to learn the recipe.
- recipe_given
- Name of the recipe taught by the book. Automatically links to the recipe page.
- Example:
Imbued Lean Leather Boots Recipe - dropped_by
- Comma-separated list of mob/named mob PAGES that drop this recipe book.
- Example:
Mob/Doe/Newhaven Valley, Named Mob/Misha - sold_by
- Comma-separated list of vendor PAGES that sell this recipe book.
- Example:
Vendor/Roland Ryfold, Vendor/Merry - quest_reward
- Quest PAGE that this recipe book is a reward for.
- Example:
Quest/The Ballad of the Merry Five - sell_price_gold
- The gold amount when sold to a vendor. (Leave blank if sold for < 1 Gold)
- sell_price_silver
- The silver amount when sold to a vendor. (Leave blank if sold for < 1 Silver)
- sell_price_copper
- The copper amount when sold to a vendor.
Categories
Pages using this template are automatically added to:
- Category:Recipe Books
- Category:<profession> Recipe Books
Notes
- All sections are optional and only shown if filled.