Template:Item recipe

From Space Station 14 Wiki
Revision as of 07:20, 1 September 2024 by Aliser (talk | contribs) (wip)
Template documentation
view or edit this documentation about template documentation
Uses Lua module
This template uses Lua module:
Uses template styles
This template uses template styles found in:

Examples

Basic

{{item recipe|small-capacity power cell}}

1 Small-capacity power cell
Autolathe
1 steel0.5 plastic
1 sec.

Non-default recipes

Not all recipes are available by default.

Non-default recipes will have a note attached, specifying the means of getting said recipe.

Researchable recipes

Recipes that need to be researched first to manufacture.

{{item recipe|satchel of holding}}

1 Satchel of holding
Protolathe
This recipe is unlocked by research
20 steel7.5 silver bar1.5 uranium15 plasma
5 sec.

Emagged recipes

Recipes that can only be accessed by EMAGging a machine.

{{item recipe|combat knife|1|autolathe}}

1 Combat knife
Autolathe
This recipe is unlocked by EMAG
2.5 steel1 plastic
2 sec.
Researchable emagged recipes

Recipes that can only be accessed by researching and then EMAGging a machine.

{{item recipe|x-ray cannon|1|protolathe}}

1 X-ray cannon
Protolathe
This recipe is unlocked by researchThis recipe is unlocked by EMAG
15 steel5 glass2.5 plastic1 gold bar
5 sec.
This recipe is unlocked by EMAG after it has been researched

Materials-only mode

Renders only the materials, without header or notes.

{{item recipe|Jaws of life|materials only=1}}

10 steel3 plasma5 glass0.5 gold bar

Materials-only mode layout

Allows to change how materials are layed out.

Vertical

The default.

Horizontal

{{item recipe|Jaws of life|materials only=1|materials only layout=horizontal}}

10 steel3 plasma5 glass0.5 gold bar

List of recipes by method

Method Page
autolathe Template:Item recipe/lists of recipes by method/autolathe
protolathe Template:Item recipe/lists of recipes by method/protolathe
uniform printer Template:Item recipe/lists of recipes by method/uniform printer
circuit imprinter Template:Item recipe/lists of recipes by method/circuit imprinter
exosuit fabricator Template:Item recipe/lists of recipes by method/exosuit fabricator
medical techfab Template:Item recipe/lists of recipes by method/medical techfab
biocube fabricator Template:Item recipe/lists of recipes by method/biocube fabricator
security techfab Template:Item recipe/lists of recipes by method/security techfab
ore processor Template:Item recipe/lists of recipes by method/ore processor
industrial ore processor Template:Item recipe/lists of recipes by method/industrial ore processor
sheet-meister 2000 Template:Item recipe/lists of recipes by method/sheet-meister 2000
cutter machine Template:Item recipe/lists of recipes by method/cutter machine
biogenerator Template:Item recipe/lists of recipes by method/biogenerator
1 Satchel of holding
Protolathe
This recipe is unlocked by research
20 steel7.5 silver bar1.5 uranium15 plasma
5 sec.

Lua error in Module:Item_recipe at line 593: failed to generate a recipe for item: found multiple production methods for recipe ID 'BluespaceBeaker' (input query: 'bluespace beaker') and input production method was NOT specified. Rendering multiple recipes is unsupported, so please specify a production method from available methods for this recipe: 'MedicalTechFab', 'Protolathe'.

5 steel4 glass2 silver bar
1 Satchel of holding
Protolathe
This recipe is unlocked by research
20 steel7.5 silver bar1.5 uranium15 plasma
5 sec.

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Item1

Item name, ID or alias. Any casing is allowed for name/alias, but not for ID. Do not pass {{item}} here.

Example
lathe
Linerequired
Amount2

Amount of items to adjust the recipe for.

Default
1
Numbersuggested
Method3

Item production method. Use to differentiate between multiple recipes for a single item, if it has multiple.

Suggested values
autolathe protolathe
Example
lathe
Linesuggested
Layoutlayout lay

How to layout the recipe?

Suggested values
vertical ver horizontal hor
Default
horizontal
Linesuggested
Materials onlymaterials only mat only

If set, only the recipe materials will be rendered, as opposed to also rendering both the product and the method by default.

Default
0
Booleanoptional