Template:RecipeNew/doc
TemplateData
This multi-function template can display a single item's recipe, a single item's power output, or all recipes using a single item.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item Spawn ID | 1 | The spawn ID of the item
| String | optional |
Game ID | 2 | The ID of the game, either "SN" or "BZ" without quotes
| String | optional |
Mode | 3 | The template mode to use: "recipe", "uses", or "power" without quotes
| String | optional |
Machine Spawn ID | 4 | The spawn ID of the crafting machine when mode is set to "uses"; if set to "all", this will output all recipes regardless of machine
| String | optional |
Examples
Single Recipe
{{RecipeNew|fibermesh}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
{{RecipeNew|fibermesh|BZ}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
Power Output
{{RecipeNew|creepvinepiece||power}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
{{RecipeNew|creepvinepiece|BZ|power}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
Uses Ingredient
{{RecipeNew|fibermesh||uses}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
{{RecipeNew|fibermesh||uses|builder}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.
{{RecipeNew|fibermesh|BZ|uses}}
Lua error in package.lua at line 80: module 'Dev:Arguments' not found.