Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:RecipeBlock: Difference between revisions

Template page
No edit summary
No edit summary
Line 59: Line 59:
           <div style="width: 40px; height: 40px; background: rgba(0,0,0,0.3); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.2em;">⭐</div>
           <div style="width: 40px; height: 40px; background: rgba(0,0,0,0.3); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.2em;">⭐</div>
           <div>
           <div>
             <div style="font-size: 0.85em; color: #95a5a6;">Required Tier</div>
             <div style="font-size: 0.85em; color: #95a5a6;">Workbench Tier</div>
             <div style="font-weight: bold; color: #ecf0f1;">{{{tier}}}</div>
             <div style="font-weight: bold; color: #ecf0f1;">{{{tier}}}</div>
           </div>
           </div>

Revision as of 20:45, 18 January 2026

   🔨

Crafting Recipe

📦 Required Materials

{{{ingredients}}}
Icon Material Qty

⚙️ Crafting Details

🔧
Workbench
[[{{{bench}}}]]
Workbench Tier
{{{tier}}}
⏱️
Crafting Time
{{{time}}}
📋
Requirements
{{{requirements}}}



Usage

{{RecipeBlock
| ingredients = {{RecipeRow|File:Ingredient_Bar_Cobalt.png|Cobalt Ingot|7}}
{{RecipeRow|File:Ingredient_Leather_Heavy.png|Heavy Leather|2}}
{{RecipeRow|File:Ingredient_Fabric_Scrap_Shadoweave.png|Shadoweave Scraps|4}}
| bench = Workbench
| tier = None
| time = 4 seconds
| requirements = None
| output = 1x Cobalt Pickaxe
}}

Parameters

  • ingredients - Use Template:Tl template for each ingredient
  • bench - Crafting station required
  • tier - Required tier/level
  • time - Crafting duration
  • requirements - Additional requirements (optional)
  • output - What the recipe produces (optional)