Template:Item recipe: Difference between revisions

From Space Station 14 Wiki
(wip)
(wip)
Line 1: Line 1:
<includeonly></includeonly><noinclude>
<includeonly>{{#invoke: Item recipe|generate_recipe_skeleton|{{{1}}}|{{{2}}}}}</includeonly><noinclude>
{{docs|bb=
{{docs|bb=
{{uses lua|Item recipe}}
{{uses lua|Item recipe}}

Revision as of 17:46, 23 August 2024

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}}

Script error: The function "generate_recipe_skeleton" does not exist.

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}}

Script error: The function "generate_recipe_skeleton" does not exist.

Emagged recipes

Recipes that can only be accessed by EMAGging a machine.

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

Script error: The function "generate_recipe_skeleton" does not exist.

Researchable emagged recipes

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

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

Script error: The function "generate_recipe_skeleton" does not exist.

Materials-only mode

Renders only the materials, without header or notes.

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

Script error: The function "generate_recipe_skeleton" does not exist.

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}}

Script error: The function "generate_recipe_skeleton" does not exist.

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

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Method1

Item production method. Use "all" to generate recipes across all possible production methods. TODO commas for multiple methods at the same time.

Suggested values
all lathe
Example
lathe
Linerequired
Item2

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

Linerequired
Layout3

Recipe layout.

Suggested values
vertical ver horizontal hor
Default
vertical
Linesuggested