Template:Item recipe: Difference between revisions
(wip) |
(wip) |
||
Line 1: | Line 1: | ||
<includeonly>{{#invoke: Item recipe|generate_recipe_skeleton|{{{1}}}|{{{2}}}}}</includeonly><noinclude> | <includeonly><!-- | ||
--><templatestyles src="Template:Item recipe/styles.css" /><!-- | |||
-->{{#invoke: Item recipe|generate_recipe_skeleton|{{{1}}}|{{{2}}}}}</includeonly><noinclude> | |||
{{docs|bb= | {{docs|bb= | ||
{{uses lua|Item recipe}} | {{uses lua|Item recipe}} | ||
{{uses template styles}} | {{uses template styles}} | ||
}} | }} | ||
{{item|satchel of holding}} {{colored text|gray|made with}} | |||
{{item recipe|lathe|satchel of holding}} | |||
<templatedata> | <templatedata> |
Revision as of 11:45, 24 August 2024
Examples
Basic
{{item recipe
↓
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
↓
Script error: The function "generate_recipe_skeleton" does not exist.
Emagged recipes
Recipes that can only be accessed by EMAGging a machine.
{{item recipe
↓
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
↓
Script error: The function "generate_recipe_skeleton" does not exist.
Materials-only mode
Renders only the materials, without header or notes.
{{item recipe
↓
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
↓
Script error: The function "generate_recipe_skeleton" does not exist.
List of recipes by method
satchel of holdingmade with Script error: The function "generate_recipe_skeleton" does not exist.
No description.
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.
| 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.
| Line | suggested |