
Generates a crafting grid for showing crafting recipes.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Top left | a1 | Name of the item in the top left slot. | String | optional |
Top left image | a1image | Image name (without "File:" but with .png/.gif); if different from item name.
| String | optional |
Top center | a2 | Name of the item in the top center slot. | String | optional |
Top center image | a2image | Image, if different from item name.
| String | optional |
Top right | a3 | Name of the item in the top right slot. | String | optional |
Top right image | a3image | Image, if different from item name.
| String | optional |
Middle left | b1 | Name of the item in the middle left slot. | String | optional |
Middle left image | b1image | Image, if different from item name.
| String | optional |
Middle center | b2 | Name of the item in the middle center slot. | String | optional |
Middle center image | b2image | Image, if different from item name.
| String | optional |
Middle right | b3 | Name of the item in the middle right slot. | String | optional |
Middle right image | b3image | Image, if different from item name.
| String | optional |
Bottom left | c1 | Name of the item in the bottom left slot. | String | optional |
Bottom left image | c1image | Image, if different from item name.
| String | optional |
Bottom center | c2 | Name of the item in the bottom center slot. | String | optional |
Bottom center image | c2image | Image, if different from item name.
| String | optional |
Bottom right | c3 | Name of the item in the bottom right slot. | String | optional |
Bottom right image | c3image | Image, if different from item name.
| String | optional |
Output | output | Name of the output item. | String | optional |
Output image | outputimage | Image, if different from item name.
| String | optional |
Output amount | amount | Amount of output given, if greater than 1. | Number | optional |
Repair | repair | no description | Unknown | optional |
Shapeless recipe | shapeless | Displays a small shapeless recipe icon at the top right corner. | Boolean | optional |
{{Crafting |a1= |a2= |a3= |b1= |b2= |b3= |c1= |c2= |c3= |output= |amount= |shapeless= }}
Putting an item name in a1-c3
or output
displays the item's image (PNG or GIF format) and creates a link to the article (unless the link is for the same page).
If the link is to an article on the Minecraft Wiki, specify it as mcw:itemname
.
If the article and image have different names, an additional |a1image=...|c3image=
or |outputimage=
should be specified (without the "File:", but with the file extension).
Specifying |a1image=
but leaving |a1=
empty will display an image without a link, which can be useful for avoiding redirects to the same page (e.g. on Armor pages).
If an PNG or GIF image with the specified item name doesn't exist and no image is manually specified, is shown.
Amount
specifies the amount of output (for recipes that return more than 1 item).
Setting shapeless=1
displays an icon that explains what a shapeless recipe is when hovered over.
样例
{{Crafting |a1=Rammerhead Hide |a2=Desert Shell |a3=Rammerhead Hide |b1=Rammerhead Hide |b2=Moondust |b3=Rammerhead Hide |c1=Stick |c3=Stick |output=Troll Idol }}
{{Crafting |b1=Vivo |b2=Blood Drainer |c1=Iron Ingot |c1image=Iron Ingot.png |c2=Aqua Life Lamp |output=Old Boot |amount=24 |shapeless=1 }}