<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mineinabyss.com/w/Template:Inventory_Table/doc/history?feed=atom</id>
	<title>Template:Inventory Table/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mineinabyss.com/w/Template:Inventory_Table/doc/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/w/Template:Inventory_Table/doc/history"/>
	<updated>2026-04-08T21:49:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Template:Inventory_Table/doc&amp;diff=385&amp;oldid=prev</id>
		<title>Scyu: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Template:Inventory_Table/doc&amp;diff=385&amp;oldid=prev"/>
		<updated>2024-10-11T13:12:52Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 13:12, 11 October 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff:1.41:old-384:rev-385 --&gt;
&lt;/table&gt;</summary>
		<author><name>Scyu</name></author>
	</entry>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Template:Inventory_Table/doc&amp;diff=384&amp;oldid=prev</id>
		<title>minecraft&gt;Delvin4519: /* See also */</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Template:Inventory_Table/doc&amp;diff=384&amp;oldid=prev"/>
		<updated>2024-07-25T20:36:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;See also&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
This template is used to create an interface that looks similar to the crafting square in the [[Inventory]]. &lt;br /&gt;
&lt;br /&gt;
See [[Template:Inventory slot]] for basic slot usage, this documentation page will cover additional or different functions.&lt;br /&gt;
__TOC__&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre style=&amp;quot;max-width: 250px&amp;quot;&amp;gt;{{Inventory Table&lt;br /&gt;
|A1=  |B1= Oak Wood Planks&lt;br /&gt;
|A2=  |B2= Oak Wood Planks&lt;br /&gt;
|Output= Stick,4&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;produces:&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|A1= Oak Wood Planks&lt;br /&gt;
|A2= Oak Wood Planks&lt;br /&gt;
|Output= Stick,4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Shapeless ===&lt;br /&gt;
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.&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;
;produces:&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;
The shapeless parameter does not support animation, so shapeless and non-shapeless recipes cannot be combined.&lt;br /&gt;
&lt;br /&gt;
=== Animated ===&lt;br /&gt;
To make the slots animate, you make a list of blocks and objects you want to show, separated by semi-colons.&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 Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
|B1= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
 |A2= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
 |B2= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
|Output= Crafting Table&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;produces:&lt;br /&gt;
{{Inventory Table&lt;br /&gt;
|A1= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
|B1= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
 |A2= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
 |B2= Oak Wood Planks; Spruce Wood Planks; Birch Wood Planks; Jungle Wood Planks&lt;br /&gt;
|Output= Crafting Table&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Mods ===&lt;br /&gt;
Mod images and normal images can be combined just like in a single slot. Using mod images is not recommended, however, as all mod-related content is being migrated to the FTB wiki.&lt;br /&gt;
&amp;lt;!--&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;
== See also ==&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:Inventory templates]]&lt;br /&gt;
[[Category:Image templates]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Šablona:Inventory Table]]&lt;br /&gt;
[[es:Plantilla:Mesa de inventario]]&lt;br /&gt;
[[it:Template:Inventory Table]]&lt;br /&gt;
[[ja:テンプレート:Inventory Table]]&lt;br /&gt;
[[ko:틀:Inventory Table]]&lt;br /&gt;
[[lzh:模板:Inventory Table]]&lt;br /&gt;
[[pt:Predefinição:Fabricação no inventário]]&lt;br /&gt;
[[th:แม่แบบ:Inventory Table]]&lt;br /&gt;
[[uk:Шаблон:Інвентарне майстрування]]&lt;br /&gt;
[[zh:Template: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;
[[cs:Šablona:Inventory Table/doc]]&lt;br /&gt;
[[es:Plantilla:Mesa de inventario/doc]]&lt;br /&gt;
[[it:Template:Inventory Table/doc]]&lt;br /&gt;
[[ja:テンプレート:Inventory Table/doc]]&lt;br /&gt;
[[ko:틀:Inventory Table/doc]]&lt;br /&gt;
[[lzh:模板:Inventory Table/doc]]&lt;br /&gt;
[[pt:Predefinição:Fabricação no inventário/doc]]&lt;br /&gt;
[[th:แม่แบบ:Inventory Table/doc]]&lt;br /&gt;
[[uk:Шаблон:Інвентарне майстрування/док]]&lt;br /&gt;
[[zh:Template:Inventory Table/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>minecraft&gt;Delvin4519</name></author>
	</entry>
</feed>