Template:Item recipe
From Space Station 14 Wiki
Examples
Basic
{{item recipe|small-capacity power cell}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
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}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
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|Magazine (.30 rifle)|1|autolathe}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
is made on magazine (.30 rifle) 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}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
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}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
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}}
↓
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
is made on
jaws of life using Script error: The function "generate_recipe_skeleton" does not exist.
List of recipes by method
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
Script error: The function "generate_recipe_skeleton" does not exist.
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
Script error: The function "generate_recipe_skeleton" does not exist.
unknown item 'Script error: The function "lookup_item_id_by_name_and_amount" does not exist.'
Script error: The function "generate_recipe_skeleton" does not exist.
Template parameters[Edit template data]
Parameter | Description | Type | Status |
---|
Method | 1 | 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
| Line | required |
---|
Item | 2 | Item name, ID or alias. Any casing is allowed for name/alias, but not for ID. Do not pass {{item}} here.
| Line | required |
---|
Layout | 3 | Recipe layout. - Suggested values
vertical ver horizontal hor - Default
- vertical
| Line | suggested |
---|