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 16: Line 16:
     border-bottom: 2px solid #0f4c75;
     border-bottom: 2px solid #0f4c75;
   ">
   ">
    {{#if:{{{icon|}}}|[[File:{{{icon}}}|64px]]|<span style="font-size: 1.5em;">🔨</span>}}
     <h3 style="margin: 0; color: #3498db; font-size: 1.3em;">Crafting Recipe</h3>
     <h3 style="margin: 0; color: #3498db; font-size: 1.3em;">Crafting Recipe</h3>
   </div>
   </div>
Line 85: Line 84:


       <!-- Output Product -->
       <!-- Output Product -->
      {{#if:{{{output|}}}|
       <div style="
       <div style="
         margin-top: 1em;
         margin-top: 1em;
Line 92: Line 90:
         border: 2px solid #2ecc71;
         border: 2px solid #2ecc71;
         border-radius: 8px;
         border-radius: 8px;
        text-align: center;
       ">
       ">
         <div style="font-size: 0.85em; color: #95a5a6; margin-bottom: 0.5em;">Produces</div>
         <div style="font-size: 0.85em; color: #95a5a6; margin-bottom: 0.75em; text-align: center;">Produces</div>
         <div style="font-weight: bold; color: #2ecc71; font-size: 1.1em;">{{{output}}}</div>
         <div style="display: flex; align-items: center; justify-content: center; gap: 1em;">
          {{#if:{{{icon|}}}|
          <div style="background: rgba(0,0,0,0.3); padding: 0.5em; border-radius: 6px;">
            [[File:{{{icon}}}|64px]]
          </div>
          }}
          <div style="font-weight: bold; color: #2ecc71; font-size: 1.2em;">{{{output}}}</div>
        </div>
       </div>
       </div>
      }}
     </div>
     </div>



Revision as of 20:55, 18 January 2026

Crafting Recipe

📦 Required Materials

{{{ingredients}}}
Icon Material Qty

⚙️ Crafting Details

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


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)