Template:Item recipe

From Space Station 14 Wiki
Revision as of 16:20, 25 August 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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on small-capacity power cell using
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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on satchel of holding using
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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on combat knife using
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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on x-ray cannon using
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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on jaws of life using
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}}

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on jaws of life using
Script error: The function "generate_recipe_skeleton" does not exist.

List of recipes by method

Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on protolathe using
Script error: The function "generate_recipe_skeleton" does not exist.
Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on protolathe using
Script error: The function "generate_recipe_skeleton" does not exist.
Lua error in Module:Item at line 89: item generation failed: no item was found by ID/name '<strong class="error"><span class="scribunto-error mw-scribunto-error-c9c3db7e">Script error: The function &quot;lookup_item_id_by_name_and_amount&quot; does not exist.</span></strong>'.
is made on protolathe using
Script error: The function "generate_recipe_skeleton" does not exist.

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