7 Days to Die Wiki
Advertisement
Template-info Documentation


This template is used to create a grid that looks similar to the Crafting GUI screen.

Usage[]

Basic usage[]

{{Grid/Crafting Table
|A1=  |B1=  |C1=  |D1=  |E1=  
|A2=  |B2=  |C2=  |D2=  |E2= 
|A3=  |B3=  |C3=  |D3=  |E3=  
|A4=  |B4=  |C4=  |D4=  |E4=  
|A5=  |B5=  |C5=  |D5=  |E5=  
|Output= 
}}

Examples[]

{{Grid/Crafting Table
|A1=  |B1=  |C1=  |D1= IngotIron  |E1=  
|A2=  |B2=  |C2=  |D2= Stick |E2= IngotIron   
|A3=  |B3=  |C3= Stick  |D3=  |E3=  
|A4=  |B4= Stick  |C4=  |D4=  |E4=  
|A5=  |B5=  |C5=  |D5=  |E5=  
|Output= Fireaxe,1
}}
produces





IngotIron



Stick IngotIron Fireaxe1


Stick

Grid layout Arrow (small)

Stick









Use the available images listed below.

Shapeless[]

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Grid/Crafting Table
|shapeless= 1
|A1=  |B1= PotassionNitratePowder |C1= 
|A2=  |B2= Coal |C2= 
|A3=  |B3= GunPowder     |C3= 
|Output= unknown,3
}}
produces



File:PotassionNitratePowder.png



Coal


unknown3

GunPowder


Grid layout Arrow (small)












The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.

Advertisement