Szablon:Crafting recipe

Z Terraria Wiki
Przejdź do nawigacji Przejdź do wyszukiwania

Poniższy szablon został określony jako przestarzały. Proszę użyć Szablon:Recipes.

Przepis
Za pomocą
{{{tool}}}
Składniki Sztuk
Wynik
Plik:Crafting recipe.png Crafting recipe 1

Minimal Template (for copy pasting)

Please copy paste this on pages. It should contain most of what you need. When amount is 1, please remove the field.

{{crafting recipe
| tool = 
| item1   =  
| amount1 = 
| item2   = 
| amount2 = 
| resultAmount = 
}}

Usage

{{crafting recipe
| name = //Optional, default to BASEPAGENAME
| tool =
| item1 =
| amount1 = //Optional, defaults to 1
| item2 =
| amount2 = //Optional, defaults to 1
| item3 =
| amount3 = //Optional, defaults to 1
| item4 =
| amount4 = //Optional, defaults to 1
| item5 =
| amount5 = //Optional, defaults to 1
| result =  //Optional, defaults to name (which itself defaults to BASEPAGENAME)
| resultAmount = //Optional, defaults to 1
}}
  • DO NOT PUT LINKS IN THE ITEMS (or result). The template will link and generate images automatically:
    • item1 = [[Wood]] :
    • item1 = Wood : ✔️
  • The "Tool" field will automatically generate links and images to know workbenches. The bench is unknown, it will simply put in the field unformated. This is useful for objects like goggles:
    • tool = [[Workbench]] :
    • tool = Workbench: ✔️
    • tool = [[File:Wooden Chair.png|link=Wooden Chair]] [[Chair]] + [[File:Work Bench.png|link=Work Bench]] [[Work Bench]] : ✔️ (gives Wooden Chair.png Chair + Work Bench.png Work Bench)

Jeśli potrafisz popraw!