Minecraft Wiki
0tkumbot (トーク | 投稿記録)
(ボットによる: 文字を「 (-{{doc/start}} +{{documentation header}})」で置換)
(2人の利用者による、間の3版が非表示)
1行目: 1行目:
 
{{documentation header}}
 
{{documentation header}}
 
{{lua|UI}}
{{shortcut|Crafting Table}}
 
  +
このテンプレートは、[[作業台]]と同様の外観のインターフェースを作成するためのものです。
{{lua|Grid}}
 
This template is used to create a grid that looks similar to the [[Crafting Table|Crafting Table's]] GUI screen.
 
   
  +
このページでは、追加・変更された機能について解説を行っているため、基本的なスロットの使用法については[[テンプレート:Inventory slot]]を参照してください。
See [[Template:Grid]] for basic grid usage, this documentation page will cover additional or different functions.
 
   
  +
アイテムの記事においてクラフトのレシピの一覧を作成するなど、ほとんどの場合は {{tl|Crafting}} を代わりに使用することができます。
Most of the time, such as when creating the list of crafting recipes on an item's article, {{tl|Crafting}} can be used instead.
 
 
__TOC__
 
__TOC__
== Usage ==
+
== 使用法 ==
<pre style="max-width: 250px">{{Grid/Crafting Table
+
<pre style="max-width: 250px">{{Crafting Table
 
|A1= |B1= |C1=
 
|A1= |B1= |C1=
 
|A2= |B2= Oak Wood Planks |C2=
 
|A2= |B2= Oak Wood Planks |C2=
16行目: 15行目:
 
}}</pre>
 
}}</pre>
   
  +
;結果:
;produces:
 
{{Grid/Crafting Table
+
{{Crafting Table
 
|A1= |B1= |C1=
 
|A1= |B1= |C1=
 
|A2= |B2= Oak Wood Planks |C2=
 
|A2= |B2= Oak Wood Planks |C2=
24行目: 23行目:
 
}}
 
}}
   
  +
=== 不定形レシピ ===
Use the [[#Available images|available images]] listed below.
 
  +
不定形レシピの場合、テンプレートに {{cd|shapeless{{=}}1}} を追加することで、不定形レシピを示すアイコンが表示されます。また、アイコンにマウスポインタを重ねると、不定形レシピについての説明が表示されます。
 
 
<pre style="max-width: 236px">{{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.
 
<pre style="max-width: 236px">{{Grid/Crafting Table
 
 
|shapeless= 1
 
|shapeless= 1
 
|A1= |B1= Blaze Powder |C1=
 
|A1= |B1= Blaze Powder |C1=
36行目: 33行目:
 
}}</pre>
 
}}</pre>
   
  +
;結果:
;produces:
 
{{Grid/Crafting Table
+
{{Crafting Table
 
|shapeless= 1
 
|shapeless= 1
 
|A1= |B1= Blaze Powder |C1=
 
|A1= |B1= Blaze Powder |C1=
45行目: 42行目:
 
}}
 
}}
   
  +
パラメータ {{p|shapeless}} が指定されるとアニメーション表示ができなくなるため、不定形レシピと非不定形レシピを混在させることはできません。
The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.
 
   
=== Animated ===
+
=== 固定レシピ ===
  +
レシピが固定されている場合、テンプレートに {{cd|fixed{{=}}1}} を追加することで、固定レシピを示すアイコンが表示されます。また、アイコンにマウスポインタを重ねると、固定レシピについての説明が表示されます。パラメータ {{p|notfixed}} を併せて指定することで、固定されていないアイテムを明示できます。
To make the grid animate, you make a list of blocks and objects you want to show, separated by semi-colons.
 
 
<pre style="max-width: 31em">{{Crafting Table
  +
|fixed= 1
  +
|notfixed= the banner
  +
|B2= Banner
  +
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
  +
|Output= Blue Base Banner
  +
}}</pre>
   
  +
;結果:
<pre style="max-width: 616px">{{Grid/Crafting Table
 
 
{{Crafting Table
  +
|fixed= 1
  +
|notfixed= the banner
  +
|B2= Banner
  +
|A3= Lapis Lazuli |B3= Lapis Lazuli |C3= Lapis Lazuli
  +
|Output= Blue Base Banner
  +
}}
  +
  +
パラメータ {{p|fixed}} が指定されるとアニメーション表示ができなくなるため、固定レシピ、不定形レシピ、および通常のレシピを混在させることはできません。
  +
  +
=== アニメーション ===
  +
スロットに表示したいアイテムをセミコロン区切りで記述することで、アニメーションで表示されます。
  +
  +
<pre style="max-width: 616px">{{Crafting Table
 
|A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli
 
|A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli
 
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
 
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
57行目: 75行目:
 
}}</pre>
 
}}</pre>
   
  +
;結果:
;produces:
 
{{Grid/Crafting Table
+
{{Crafting Table
 
|A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli
 
|A1= ; Lapis Lazuli |B1= ; Lapis Lazuli |C1= ; Lapis Lazuli
 
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
 
|A2= ; Lapis Lazuli |B2= Lapis Lazuli Block; Lapis Lazuli |C2= ; Lapis Lazuli
65行目: 83行目:
 
}}
 
}}
   
<pre style="max-width: 602px">{{Grid/Crafting Table
+
<pre style="max-width: 602px">{{Crafting Table
 
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
78行目: 96行目:
 
}}</pre>
 
}}</pre>
   
  +
;結果:
;produces:
 
{{Grid/Crafting Table
+
{{Crafting Table
 
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|A1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
 
|B1= Iron Ingot; Gold Ingot; Diamond; Lapis Lazuli
92行目: 110行目:
 
}}
 
}}
   
=== Mods ===
+
=== Mod ===
Mod images and normal images can be combined just like in a single grid.
+
Mod images and normal images can be combined just like in a single slot. However, this usage is not recommended, as [https://ftb.gamepedia.com/Feed_The_Beast_Wiki:Minecraft_Wiki_exportation_project mod pages are currently being transferred to the FTB Wiki].
  +
<!--
 
 
When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).
 
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.
 
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.
<pre style="max-width: 848px">{{Grid/Crafting Table
+
<pre style="max-width: 848px">{{Crafting Table
 
|A1= Redstone |B1= IndustrialCraft:Cable |C1= Glowstone Dust
 
|A1= Redstone |B1= IndustrialCraft:Cable |C1= Glowstone Dust
 
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block |C2= IndustrialCraft:Electronic Circuit
 
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block |C2= IndustrialCraft:Electronic Circuit
105行目: 123行目:
 
}}</pre>
 
}}</pre>
 
;or
 
;or
<pre style="max-width: 656px">{{Grid/Crafting Table
+
<pre style="max-width: 656px">{{Crafting Table
 
|Mod= IndustrialCraft
 
|Mod= IndustrialCraft
 
|A1= v:Redstone Dust |B1= Cable |C1= vanilla:Glowstone Dust
 
|A1= v:Redstone Dust |B1= Cable |C1= vanilla:Glowstone Dust
114行目: 132行目:
   
 
;produces:
 
;produces:
{{Grid/Crafting Table
+
{{Crafting Table
 
|A1= Redstone |B1= IndustrialCraft:Cable |C1= Glowstone Dust
 
|A1= Redstone |B1= IndustrialCraft:Cable |C1= Glowstone Dust
 
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block |C2= IndustrialCraft:Electronic Circuit
 
|A2= IndustrialCraft:Electronic Circuit |B2= Lapis Lazuli Block |C2= IndustrialCraft:Electronic Circuit
123行目: 141行目:
   
 
Animation is fully supported between mod and vanilla items.
 
Animation is fully supported between mod and vanilla items.
  +
-->
  +
== 関連項目 ==
 
{{UI see also}}
   
{{loadPage|Template:Grid/Available images|Available images}}
 
 
== See also ==
 
{{Grid/See also}}
 
 
{{doc/end}}
 
 
<includeonly>
 
<includeonly>
  +
[[カテゴリ:インベントリテンプレート]]
[[Category:Image templates|C]]
 
  +
[[カテゴリ:画像テンプレート]]
 
[[de:Vorlage:Grid/Crafting Table]]
  +
[[en:Template:Crafting Table]]
  +
[[fr:Modèle:Grille/Établi]]
  +
[[it:Template:Grid/Crafting Table]]
  +
[[ko:틀:Crafting Table]]
  +
[[nl:Template:Grid/Crafting Table]]
  +
[[pl:Szablon:Grid/Crafting Table]]
  +
[[ru:Шаблон:Верстак]]
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
[[nl:Template:Grid/Crafting Table/doc]]
 
 
[[de:Vorlage:Grid/Crafting Table/doc]]
 
[[de:Vorlage:Grid/Crafting Table/doc]]
  +
[[en:Template:Crafting Table/doc]]
 
[[fr:Modèle:Grille/Établi/doc]]
 
[[fr:Modèle:Grille/Établi/doc]]
  +
[[ko:틀:Crafting Table/doc]]
  +
[[nl:Template:Grid/Crafting Table/doc]]
 
[[pl:Szablon:Grid/Crafting Table/doc]]
 
[[pl:Szablon:Grid/Crafting Table/doc]]
  +
[[ru:Шаблон:Верстак/док]]
 
</noinclude>
 
</noinclude>

2019年10月15日 (火) 01:23時点における版

これは、メインテンプレートページに参照されるべきである解説ページです。詳細についてはテンプレート:Documentationを参照してください
Lua logo
このテンプレートは、モジュール:UIを使用しています。また、このスクリプトはLuaで書かれています。

このテンプレートは、作業台と同様の外観のインターフェースを作成するためのものです。

このページでは、追加・変更された機能について解説を行っているため、基本的なスロットの使用法についてはテンプレート:Inventory slotを参照してください。

アイテムの記事においてクラフトのレシピの一覧を作成するなど、ほとんどの場合は {{Crafting}} を代わりに使用することができます。

使用法

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

不定形レシピ

不定形レシピの場合、テンプレートに shapeless=1 を追加することで、不定形レシピを示すアイコンが表示されます。また、アイコンにマウスポインタを重ねると、不定形レシピについての説明が表示されます。

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

パラメータ |shapeless= が指定されるとアニメーション表示ができなくなるため、不定形レシピと非不定形レシピを混在させることはできません。

固定レシピ

レシピが固定されている場合、テンプレートに fixed=1 を追加することで、固定レシピを示すアイコンが表示されます。また、アイコンにマウスポインタを重ねると、固定レシピについての説明が表示されます。パラメータ |notfixed= を併せて指定することで、固定されていないアイテムを明示できます。

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


パラメータ |fixed= が指定されるとアニメーション表示ができなくなるため、固定レシピ、不定形レシピ、および通常のレシピを混在させることはできません。

アニメーション

スロットに表示したいアイテムをセミコロン区切りで記述することで、アニメーションで表示されます。

{{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
}}
結果:
{{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
}}
結果:

Mod

Mod images and normal images can be combined just like in a single slot. However, this usage is not recommended, as mod pages are currently being transferred to the FTB Wiki.

関連項目