Jump to content

Contributing/Creating Refining Recipes: Difference between revisions

From Drifters Almanac
m Protected "Contributing/Creating Refining Recipes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 23: Line 23:
| tooltip_image =  
| tooltip_image =  


| category =
| profession =  
| profession =  
| level_requirement =  
| level_requirement =  
| category =
| recipe_book =
 
| how_to_acquire =  


| products =  
| products =  
Line 45: Line 44:
* <code>name</code>: Optional. Leave blank to use the page name.
* <code>name</code>: Optional. Leave blank to use the page name.
* <code>tooltip_image</code>: Upload and enter the image file name (omit <code>File:</code>).
* <code>tooltip_image</code>: Upload and enter the image file name (omit <code>File:</code>).
* <code>category</code>: The category is found under the name of the recipe when at a crafting station or on the recipe menu.
:Example: <code>Refine Wood and Plants</code>
* <code>profession</code>: The profession that uses the recipe (e.g., Prospector, Forester, Hunter).
* <code>profession</code>: The profession that uses the recipe (e.g., Prospector, Forester, Hunter).
* <code>level_requirement</code>: Minimum profession level required to learn the recipe.
* <code>level_requirement</code>: Minimum profession level required to learn the recipe.
* <code>category</code>: The recipe’s category (e.g., Flax Fiber, Copper Ore, Cedar Log). Used for sorting and filtering.
* <code>recipe_book</code>: The recipe book that the recipe is learned from.
 
* <code>how_to_acquire</code>: Comma-separated list of where the recipe can be found (e.g., vendors, mobs, quests).
:Use <code>Page::Label</code> format for pretty links.   
:Use <code>Page::Label</code> format for pretty links.   
:Example: <code>Vendor/Roland Ryfold::Roland Ryfold (Newhaven City)</code>
:Example: <code>Recipe Silk Cloth::Recipe: Silk Cloth</code>


* <code>products</code>: Comma-separated list of all refined items produced. Each item will be automatically linked.
* <code>products</code>: Comma-separated list of all refined items produced. Each item will be automatically linked.

Latest revision as of 19:32, 8 May 2025

Creating a New Refining Recipe Page

Welcome, Drifter!
This guide will help you create pages for refining recipes — simple two-component processes that turn raw materials into refined crafting components.

Steps to Create a New Refining Recipe Page

1. Create the Page

Use the exact name of the recipe item as it appears in-game.
Example: Linen Bow String Recipe

2. Use the RefiningRecipe Template

On the new page, copy/paste the template below.
If you use the Create Center, this structure will be automatically preloaded:

{{RefiningRecipe
| name = 
| tooltip_image = 

| category = 
| profession = 
| level_requirement = 
| recipe_book =

| products = 

| component1_name = 
| component1_amount = 
| component1_categories = 

| component2_name = 
| component2_amount = 
| component2_categories = 
}}
3. Filling Out Details

  • name: Optional. Leave blank to use the page name.
  • tooltip_image: Upload and enter the image file name (omit File:).
  • category: The category is found under the name of the recipe when at a crafting station or on the recipe menu.
Example: Refine Wood and Plants
  • profession: The profession that uses the recipe (e.g., Prospector, Forester, Hunter).
  • level_requirement: Minimum profession level required to learn the recipe.
  • recipe_book: The recipe book that the recipe is learned from.
Use Page::Label format for pretty links.
Example: Recipe Silk Cloth::Recipe: Silk Cloth
  • products: Comma-separated list of all refined items produced. Each item will be automatically linked.
  • component1_name: Display name for the first component (e.g., Flax Fiber, Copper Ore, Topaz Gem, Flux).
  • component1_amount: Quantity required of the first component.
  • component1_categories: Comma-separated list of valid material categories for this component.
These will appear as links to Category: pages.
Example: Flax Fiber, Coarse Fiber
  • component2_name: Display name for the second component (e.g., Acid).
  • component2_amount: Quantity required of the second component.
  • component2_categories: Comma-separated list of valid material categories for this component.
These will appear as links to Category: pages.
Example: Weak Acid, Diluted Acid, Acid
4. Save the Page

Preview your changes and save the page!

Examples

Helpful Templates

Categories

Pages using this template are automatically categorized into:

  • Category:Refining Recipes
  • Category:<profession> Recipes
  • Category:<category>
Notes

  • Only filled-in fields are displayed on the page.