<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mcbusinesscraft.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACrafting_usage%2Fdoc</id>
	<title>Template:Crafting usage/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mcbusinesscraft.com/index.php?action=history&amp;feed=atom&amp;title=Template%3ACrafting_usage%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.mcbusinesscraft.com/index.php?title=Template:Crafting_usage/doc&amp;action=history"/>
	<updated>2026-04-24T06:03:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.mcbusinesscraft.com/index.php?title=Template:Crafting_usage/doc&amp;diff=2010&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcbusinesscraft.com/index.php?title=Template:Crafting_usage/doc&amp;diff=2010&amp;oldid=prev"/>
		<updated>2023-12-22T16:45:54Z</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 12:45, 22 December 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key bc_wiki-wiki_:diff::1.12:old-2009:rev-2010 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wiki.mcbusinesscraft.com/index.php?title=Template:Crafting_usage/doc&amp;diff=2009&amp;oldid=prev</id>
		<title>minecraft&gt;Mykytius at 20:16, 9 April 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.mcbusinesscraft.com/index.php?title=Template:Crafting_usage/doc&amp;diff=2009&amp;oldid=prev"/>
		<updated>2023-04-09T20:16:28Z</updated>

		<summary type="html">&lt;p&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;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
{{lua}}&lt;br /&gt;
This template automatically populates the &amp;quot;Crafting ingredient&amp;quot; section of pages by retrieving recipes from other pages which use it as an ingredient.&lt;br /&gt;
&lt;br /&gt;
Only pages which are in &amp;lt;code&amp;gt;Category:Recipe using &amp;lt;ingredient&amp;gt;&amp;lt;/code&amp;gt; ([[:Category:Recipes|category list]]) are searched for recipes. Only recipes using {{tl|crafting}} are used.&lt;br /&gt;
&lt;br /&gt;
If no relevant recipes are found, the page will be added to [[:Category:Empty crafting usage]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{1}}}&amp;lt;/code&amp;gt;: is used to control which category to look through and which ingredient it is looking for, this defaults to the page name. Multiple ingredients can be specified here, separated by commas.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{match}}}&amp;lt;/code&amp;gt;: how exact the ingredient match should be, the default being an exact match. Multiple match types can be specified here, separated by commas. If multiple ingredients are specified, but only one match type, then that will be used for all ingredients.&lt;br /&gt;
** &amp;lt;code&amp;gt;start&amp;lt;/code&amp;gt; means the start of the ingredient has to exactly match. E.g: &amp;quot;Redstone&amp;quot; will match &amp;quot;Redstone Torch&amp;quot;, &amp;quot;Redstone Block&amp;quot;, &amp;quot;Redstone Dust&amp;quot;, etc.; but not &amp;quot;Block of Redstone&amp;quot;, &amp;quot;Some Redstone thing&amp;quot;, etc.&lt;br /&gt;
** &amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt; means the end of the ingredient has to exactly match. E.g: &amp;quot;Redstone&amp;quot; will match &amp;quot;Block of Redstone&amp;quot;, &amp;quot;Redstone Dust&amp;quot;, etc.; but not &amp;quot;Redstone Block&amp;quot;, &amp;quot;Some Redstone thing&amp;quot;, etc.&lt;br /&gt;
** &amp;lt;code&amp;gt;any&amp;lt;/code&amp;gt; means the ingredient can be found anywhere within the name. E.g: &amp;quot;Redstone&amp;quot; will match &amp;quot;Block of Redstone, &amp;quot;Redstone Dust&amp;quot;, &amp;quot;Redstone Block&amp;quot;, &amp;quot;Some Redstone thing&amp;quot;, etc.; but not &amp;quot;Red stone&amp;quot;, &amp;quot;Block of Reddishstone&amp;quot;, etc.&lt;br /&gt;
** &amp;#039;&amp;#039;&amp;#039;Note:&amp;#039;&amp;#039;&amp;#039; The code for &amp;lt;code&amp;gt;{{{match}}}&amp;lt;/code&amp;gt; is run only after the category-based search is done. As a result, if the first argument is simply &amp;quot;Redstone&amp;quot;, no results will be returned &amp;#039;&amp;#039;at all&amp;#039;&amp;#039; because no pages are found in {{fake redlink|Category:Recipe using Redstone}} (which doesn&amp;#039;t exist at all).&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{category}}}&amp;lt;/code&amp;gt;: look through a different category from the ingredient name, defaults to &amp;lt;code&amp;gt;Recipe using {{{1}}}&amp;lt;/code&amp;gt;. Multiple categories can be separated using a pipe character &amp;lt;code&amp;gt;|&amp;lt;/code&amp;gt;.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{ignore}}}&amp;lt;/code&amp;gt;: a regex string of pages to ignore, without namespace and with spaces replaced with underscores. Pipe characters have to be replaced with &amp;lt;code&amp;gt;¦&amp;lt;/code&amp;gt; (broken bar). See [https://followthescore.org/dpldemo/index.php?title=DPL:Manual_-_General_Usage_and_Invocation_Syntax#Characters_with_special_meaning DPL manual] for the full list.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{description}}}&amp;lt;/code&amp;gt;: By default, the description is shown automatically if any of the recipes has one, but if this is set to 0, the description column will be forced to not show and if set to 1, it will be forced to show.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{continue}}}&amp;lt;/code&amp;gt;: if set, the table will not be ended, allowing additional recipes to be manually added to it. As with normal {{tl|crafting}} usage, the last recipe must have &amp;lt;code&amp;gt;{{{foot}}}&amp;lt;/code&amp;gt; set. This is really just a stopgap for if the template somehow misses some recipes, or if coupled with {{{ignore}}} used to manually write a recipe, for greater customisability.&lt;br /&gt;
&lt;br /&gt;
== {{t|Crafting}} usage ==&lt;br /&gt;
&lt;br /&gt;
These args are used on the {{t|crafting}} templates themselves, but are read by this template.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{ignoreusage}}}&amp;lt;/code&amp;gt;: This can be added to crafting recipes which should be ignored by this template. Best for recipes which need to be ignored by multiple {{t|crafting usage}} templates.&lt;br /&gt;
* &amp;lt;code&amp;gt;{{{arggroups}}}&amp;lt;/code&amp;gt;: Used to manually specify which arguments are grouped (see below). Use the arg names (A1, A2, etc.) if the recipe is shaped, or numbers if the recipe is shapeless. Grouped args are separated by commas, and groups are separated by semi-colons. For example: &amp;lt;code&amp;gt;A1,B1,A2;C1,Output&amp;lt;/code&amp;gt; would make A1, B1 and A2 a group and C1 and Output a group.&lt;br /&gt;
&lt;br /&gt;
If not all frames of an animation is used, any value set in the &amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;ingredients&amp;lt;/code&amp;gt; arguments will be removed.&lt;br /&gt;
&lt;br /&gt;
== Arg groups ==&lt;br /&gt;
&lt;br /&gt;
In order to correctly understand how the animations in a recipe should be displayed, the template needs to know which arguments are related. For example: in the [[bed]] recipe, any wood plank and any wool color can be mixed, and they will all produce the same color bed, thus none of them are related. However in the [[firework star]] recipe, the dye and the resulting firework star &amp;#039;&amp;#039;are&amp;#039;&amp;#039; related, but the extra ingredient isn&amp;#039;t (any extra ingredient can be used with any color of firework star, but the correct dye has to be used to get the correct firework star).&lt;br /&gt;
&lt;br /&gt;
For animations with different amount of frames, the template knows that they are not grouped, because the animation would get out of sync. However, if they have the same amount of frames (excluding randomised frames from &amp;quot;Any *&amp;quot; aliases), the module assumes they are a group. In cases where this isn&amp;#039;t true, {{{arggroups}}} should be used.&lt;br /&gt;
&lt;br /&gt;
{{LoadPage|Template:Crafting usage/doc/example|transcluded=1|Example}}&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:Table templates]]&lt;br /&gt;
&lt;br /&gt;
[[ko:틀:Crafting usage]]&lt;br /&gt;
[[nl:Sjabloon:Verwerkingsgebruik]]&lt;br /&gt;
[[ru:Шаблон:Использование для крафта]]&lt;br /&gt;
[[uk:Шаблон:Використання для майстрування]]&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;
[[ko:틀:Crafting usage/doc]]&lt;br /&gt;
[[nl:Sjabloon:Verwerkingsgebruik/doc]]&lt;br /&gt;
[[uk:Шаблон:Використання для майстрування/док]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>minecraft&gt;Mykytius</name></author>
	</entry>
</feed>