The Recipe template is used to show the details of a recipe step in item articles, such as a blueprint crafting or cooking. It can also be used to display the skillpoints gained for item creation.
Use the Tabber functionality to display multiple methods cleanly.
Parameters
<templatedata> { "params": { "name": { "suggested": true }, "amount": { "suggested": true }, "skill": { "suggested": true }, "skillpoint": { "suggested": true }, "time": { "suggested": true }, "facility": { "suggested": true }, "facilityref": { "suggested": true }, "tool": { "suggested": true }, "story": { "suggested": true }, "misc": { "suggested": true }, "mat1": { "suggested": true }, "mat1img": { "suggested": true }, "mat1qty": { "suggested": true }, "mat2": { "suggested": true }, "mat2img": { "suggested": true }, "mat2qty": { "suggested": true }, "level": {}, "mat3": {}, "mat3qty": {}, "mat4": {}, "mat4qty": {}, "mat5": {}, "mat5qty": {}, "mat6": {}, "mat6qty": {} }, "sets": [], "description": "The Recipe template is used to show the details of a recipe step in item articles, such as a blueprint crafting or cooking. It can also be used to display the skillpoints gained for item creation.", "format": "\nTemplate:\n\n", "paramOrder": [ "name", "amount", "level", "skill", "skillpoint", "time", "facility", "facilityref", "tool", "story", "misc", "mat1", "mat1img", "mat1qty", "mat2", "mat2img", "mat2qty", "mat3", "mat3qty", "mat4", "mat4qty", "mat5", "mat5qty", "mat6", "mat6qty" ] } </templatedata>
Blank Infobox
{{Infobox recipe
|name =
|amount =
|skill =
|skillpoint =
|time =
|facility =
|facilityref =
|tool =
|story =
|misc =
|mat1 =
|mat1img =
|mat1qty =
|mat2 =
|mat2img =
|mat2qty =
}}