Template:Item recipe

From Funky Station

Template:Docs

<templatedata> { "params": { "1": { "label": "Item", "description": "Item name, ID or alias. Any casing is allowed for name/alias, but not for ID. Do not pass Lua error in Module:Item at line 83: failed to generate an item: item was not provided. here.", "type": "line", "required": true, "example": "lathe" }, "2": { "label": "Amount multiplier", "description": "How many times to repeat the recipe? Will adjust the recipe costs, duration and product amounts.", "type": "number", "default": "1", "suggested": true }, "3": { "label": "Method", "description": "Item production method. Use to differentiate between multiple recipes for a single item, if it has multiple.", "type": "line", "suggestedvalues": [ "autolathe", "protolathe" ], "suggested": true, "example": "lathe" }, "materials only": { "aliases": [ "mat only" ], "label": "Materials only mode", "description": "If set, only the recipe materials will be rendered, as opposed to also rendering both the product and the method by default.", "type": "boolean", "default": "0" }, "materials only layout": { "aliases": [ "mat only layout" ], "label": "Materials only mode", "description": "When in materials only mode, how to lay out the materials?", "type": "line", "suggestedvalues": [ "vertical", "ver", "horizontal", "hor" ], "default": "vertical", "suggested": true } }, "paramOrder": [ "1", "2", "3", "materials only", "materials only layout" ] } </templatedata>