Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces
这是文档页面,它应该被放置到Template:Crafting Table。查看Template:Documentation以获取更多信息。
Lua logo

此模板使用了Module:UI,此脚本使用Lua编写。
更多详情,请参阅维基百科:LuaMediaWiki:扩展:Scribunto

This template is used to create an interface that looks similar to the Crafting Table's.

See Template:Inventory slot for basic usage, this documentation page will cover additional or different functions.

Most of the time, such as when creating the list of crafting recipes on an item's article, {{Crafting}} can be used instead.

Usage

{{Crafting Table
|A1=  |B1=                 |C1= 
|A2=  |B2= Oak Wood Planks |C2= 
|A3=  |B3= Oak Wood Planks |C3= 
|Output= Stick,4
}}
produces

检查到模板循环:Template:Crafting Table

Shapeless

If a recipe is shapeless, add shapeless=1 to the template, which will display an icon which when hovered over explains what a shapeless recipe is.

{{Crafting Table
|shapeless= 1
|A1=  |B1= Blaze Powder  |C1= 
|A2=  |B2= Coal,Charcoal |C2= 
|A3=  |B3= Gunpowder     |C3= 
|Output= Fire Charge,3
}}
produces

检查到模板循环:Template:Crafting Table

The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.

Fixed

If a recipe is fixed, add fixed=1 to the template, which will display an icon which when hovered over explains what a fixed recipe is. The notfixed parameter can also be set to specify exceptions.

{{Crafting Table
|fixed= 1
|notfixed= the banner
                  |B2= Banner
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
|Output= Blue Base Fess Banner
}}
produces

检查到模板循环:Template:Crafting Table

The fixed parameter does not support animation, so fixed, shapeless and normal recipes cannot be combined.

Animated

To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.

{{Crafting Table
|A1= ; Lapis Lazuli |B1=                   ; Lapis Lazuli |C1= ; Lapis Lazuli
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
|A3= ; Lapis Lazuli |B3=                   ; Lapis Lazuli |C3= ; Lapis Lazuli
|Output= Lapis Lazuli,9; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

{{Crafting Table
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|C1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |A2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |B2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 |C2= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |A3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |B3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
  |C3= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
|Output= Block of Iron; Block of Gold; Block of Diamond; Lapis Lazuli Block
}}
produces

检查到模板循环:Template:Crafting Table

Mods

Mod images and normal images can be combined just like in a single slot.

When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).

The Mod parameter can be used to set a default used for all parameters, this is best used when all items in the crafting table are modded items, or if the mod name is long and using the vanilla (v) parameter for the vanilla items in the table would be quicker.

{{Crafting Table
|A1= Redstone                      |B1= IndustrialCraft:Cable |C1= Glowstone Dust
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block    |C2= IndustrialCraft:Electronic Circuit
|A3= Glowstone Dust                     |B3= IndustrialCraft:Cable |C3= Redstone
|Output= IndustrialCraft:Advanced Circuit,2
}}
or
{{Crafting Table
|Mod= IndustrialCraft
|A1= v:Redstone Dust        |B1= Cable                 |C1= vanilla:Glowstone Dust
|A2= Electronic Circuit     |B2= V:Lapis Lazuli Block  |C2= Electronic Circuit
|A3= Vanilla:Glowstone Dust |B3= Cable                 |C3= v:Redstone Dust
|Output= Advanced Circuit,2
}}
produces

检查到模板循环:Template:Crafting Table Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also


Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.

Animation is fully supported between mod and vanilla items.

See also

Advertisement