Satisfactory Wiki
Advertisement
Template-info Documentation

An infobox for use on crafting component pages.

Usage[]

{{Infobox component
| name = 
| image = 
| description = 
| category = 
| stage = 
| stackSize = 
| sinkPoints = 
| craftedIn = 
| inCraftBench = 
| inWorkshop = 
| craftingTime = 
| craftingClicks = 
| productCount = 
| quantity1 = 
| ingredient1 = 
| quantity2 = 
| ingredient2 = 
| quantity3 = 
| ingredient3 = 
| quantity4 = 
| ingredient4 = 
| quantity5 = 
| ingredient5 = 
| quantity6 = 
| ingredient6 = 
| quantity7 = 
| ingredient7 = 
| quantity8 = 
| ingredient8 = 
| quantity9 = 
| ingredient9 = 
| quantity10 = 
| ingredient10 = 
}}

Parameters[]

Parameter Data Type Default Value Description
name String The component's name
image String The image to be used, without the File: prefix but with the extension. For example, if you wanted to use File:Constructor.png, you'd input Constructor.png
description String The description, usually what appears as the component's tooltip
category String The category of the component. An input of X will also add the page to Category:X
stage String One of the three game stages: Estabilishing, Development, Expansion
stackSize Integer How many items fit in a stack
sinkPoints Integer The amount of points the item grants upon being sinked into the AWESOME Sink
craftedIn String The lowest-level factory-building that the item can be crafted in.
inCraftBench Boolean 1 if the item can be crafted in the Craft Bench
inWorkshop Boolean 1 if the item can be crafted in the Workshop
craftingTime Integer How long, in seconds, the item takes to be crafted in a crafting building running at 100%
craftingClicks Integer How many clicks are needed to manually craft the item at a craft bench
productCount Integer How many pieces of this are created from a single craft. This will be 1 for most items.
ingredientX String The X ingredient, where X is a number from 1 to 10. This should be input as plaintext
quantityX Integer How many of ingredientX are needed where X is a number from 1 to 10
energy Integer Energy in MJ if used as fuel
burnTime Float Burn time in seconds if used as fuel

Example[]

Schraube
Schraube
Used for crafting. One of the most basic parts.
Komponenten
Stufe Establishing
Stapelgrösse 200
Senke Wert 2
Required items
Herstellungszeit 4s
Manual crafting Manual crafting×2
Eisenstange
1
{{Infobox component
| name = Schraube
| image = Schraube.png
| description = Used for crafting. One of the most basic parts.
| category = 
| stage = Establishing
| stackSize = 200
| craftedIn = Konstruktor
| inCraftBench = 1
| craftingTime = 4
| craftingClicks = 2
| productCount = 10
| quantity1 = 1
| ingredient1 = Eisenstange
}}

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

Advertisement