<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>https://sls.wiki/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AInventory_Table%2Fdoc</id>
	<title>模板:Inventory Table/doc - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://sls.wiki/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E6%9D%BF%3AInventory_Table%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://sls.wiki/index.php?title=%E6%A8%A1%E6%9D%BF:Inventory_Table/doc&amp;action=history"/>
	<updated>2026-05-03T18:53:18Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://sls.wiki/index.php?title=%E6%A8%A1%E6%9D%BF:Inventory_Table/doc&amp;diff=896&amp;oldid=prev</id>
		<title>Kesager：​导入1个版本</title>
		<link rel="alternate" type="text/html" href="https://sls.wiki/index.php?title=%E6%A8%A1%E6%9D%BF:Inventory_Table/doc&amp;diff=896&amp;oldid=prev"/>
		<updated>2022-10-03T03:09:36Z</updated>

		<summary type="html">&lt;p&gt;导入1个版本&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;zh-Hans-CN&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;←上一版本&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2022年10月3日 (一) 11:09的版本&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;zh-Hans-CN&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;（没有差异）&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff:1.41:old-895:rev-896 --&gt;
&lt;/table&gt;</summary>
		<author><name>Kesager</name></author>
	</entry>
	<entry>
		<id>https://sls.wiki/index.php?title=%E6%A8%A1%E6%9D%BF:Inventory_Table/doc&amp;diff=895&amp;oldid=prev</id>
		<title>BGMW&gt;487789834：​机器人：更新页面</title>
		<link rel="alternate" type="text/html" href="https://sls.wiki/index.php?title=%E6%A8%A1%E6%9D%BF:Inventory_Table/doc&amp;diff=895&amp;oldid=prev"/>
		<updated>2020-12-13T06:11:32Z</updated>

		<summary type="html">&lt;p&gt;机器人：更新页面&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
这个模板用来创建类似[[物品栏]]中合成网格的界面。&lt;br /&gt;
&lt;br /&gt;
见[[Template:Inventory slot]]以获取基础用途。此文档页面将介绍其他或不同的功能。&lt;br /&gt;
__TOC__&lt;br /&gt;
== 用法 ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width: 250px&amp;quot;&amp;gt;{{Inventory Table&lt;br /&gt;
|A1=  |B1= Oak Planks&lt;br /&gt;
|A2=  |B2= Oak Planks&lt;br /&gt;
|Output= Stick,4&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;效果：&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|A1= Oak Planks&lt;br /&gt;
|A2= Oak Planks&lt;br /&gt;
|Output= Stick,4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== 无序 ===&lt;br /&gt;
如果合成配方是是无序的，请在模板中添加shapeless=1，模板将显示一个图标，将光标悬停在该图标上即可说明无序合成是什么。&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width: 236px&amp;quot;&amp;gt;{{Inventory Table&lt;br /&gt;
|shapeless= 1&lt;br /&gt;
|A1= Leather|B1= Paper&lt;br /&gt;
|A2= Paper|B2= Paper&lt;br /&gt;
|Output= Book,1&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;效果&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|shapeless= 1&lt;br /&gt;
|A1=  Leather|B1= Paper&lt;br /&gt;
|A2=  Paper|B2= Paper&lt;br /&gt;
|Output= Book,1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
shapeless参数不支持动画，因此无法组合无序和有序配方。&lt;br /&gt;
&lt;br /&gt;
=== 动画 ===&lt;br /&gt;
要使槽位具有动画效果，请列出要显示的方块和物品，并用分号分隔。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width: 46em&amp;quot;&amp;gt;{{Inventory Table&lt;br /&gt;
|A1= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
|B1= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
 |A2= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
 |B2= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
|Output= Crafting Table&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;效果：&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|A1= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
|B1= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
 |A2= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
 |B2= Oak Planks; Spruce Planks; Birch Planks; Jungle Planks&lt;br /&gt;
|Output= Crafting Table&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
=== Mod ===&lt;br /&gt;
Mod图像和普通图像可以在槽位中组合。但不建议使用这种用法，因为目前[https://ftb.gamepedia.com/Feed_The_Beast_Wiki:Minecraft_Wiki_exportation_project Mod内容将全部转移到FTB Wiki]。&lt;br /&gt;
&lt;br /&gt;
When uploading mod images, they must have the mod page name in parenthesis at the end. For example Fancystone (FancyPack).&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Note the links of the vanilla Minecraft items, compared to the IndustrialCraft items.&lt;br /&gt;
&lt;br /&gt;
Animation is fully supported between mod and vanilla items.&lt;br /&gt;
&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|Mod= IndustrialCraft&lt;br /&gt;
|A1= Tin Dust|B1= Copper Dust&lt;br /&gt;
|A2= Copper Dust|B2= Copper Dust&lt;br /&gt;
|Output= Bronze Dust,2&lt;br /&gt;
}}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 另见 ==&lt;br /&gt;
{{UI see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories/interwiki here --&amp;gt;&lt;br /&gt;
[[Category:物品栏模板]]&lt;br /&gt;
[[Category:图片模板]]&lt;br /&gt;
&lt;br /&gt;
[[en:Template:Inventory Table]]&lt;br /&gt;
[[ja:テンプレート:Grid/Inventory Table]]&lt;br /&gt;
[[ko:틀:Grid/Inventory Table]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwiki here --&amp;gt;&lt;br /&gt;
[[en:Template:Inventory Table/doc]]&lt;br /&gt;
[[ko:틀:Grid/Inventory Table/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>BGMW&gt;487789834</name></author>
	</entry>
</feed>