|
|
Line 1: |
Line 1: |
| {{#switch: {{{type|}}} | Crafting = | | {{#switch: {{{type|}}} | Crafting = {{{Recipe Crafting}}} | Smelting = Smelting recipe | Customisation Table = Customisation Table recipe | Restoration Table = Restoration Table recipe}} |
| {| class="wikitable" | |
| |+ Shaped Recipe
| |
| |-
| |
| | {{{ingredient1}}} || {{{ingredient2}}} || {{{ingredient3}}}
| |
| |-
| |
| | {{{ingredient4}}} || {{{ingredient5}}} || {{{ingredient6}}}
| |
| |-
| |
| | {{{ingredient7}}} || {{{ingredient8}}} || {{{ingredient9}}}
| |
| |} | Smelting = Smelting recipe | Customisation Table = Customisation Table recipe | Restoration Table = Restoration Table recipe}}
| |
| | |
| | |
| | |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "type": {
| |
| "label": "Recipe Type",
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "Customisation Table",
| |
| "Restoration Table",
| |
| "Smelting",
| |
| "Crafting"
| |
| ],
| |
| "default": "Crafting",
| |
| "autovalue": "Crafting",
| |
| "required": true
| |
| }
| |
| },
| |
| "description": "Displays a recipe.",
| |
| "format": "block"
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |