<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mineinabyss.com/w/Template:Brewing/doc/history?feed=atom</id>
	<title>Template:Brewing/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mineinabyss.com/w/Template:Brewing/doc/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/w/Template:Brewing/doc/history"/>
	<updated>2026-04-08T21:49:28Z</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:Brewing/doc&amp;diff=407&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:Brewing/doc&amp;diff=407&amp;oldid=prev"/>
		<updated>2024-10-11T13:12:53Z</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;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&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;2&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;/table&gt;</summary>
		<author><name>Scyu</name></author>
	</entry>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Template:Brewing/doc&amp;diff=406&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:Brewing/doc&amp;diff=406&amp;oldid=prev"/>
		<updated>2024-07-25T20:49:26Z</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;
{{lua}}&lt;br /&gt;
Using this template, you can create tables like those commonly used in the “Brewing ingredient” sections of articles about blocks and items.&lt;br /&gt;
&lt;br /&gt;
By default, the table generates with 3 columns: Name, Ingredients, and the main column containing the recipe. You can set the parameter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{showname=1}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{showname=0}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the first template of the table to show or hide the Name column. To group multiple brewing templates into one table, you also need to set &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{head=1}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the first template of the table, and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{foot=1}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in the last.&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{base=}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; can be set to change the base potion listing. It defaults to Awkward Potion.&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{showbase=1}}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; can be set to show the base potion in the potion slot instead of the output.&lt;br /&gt;
&lt;br /&gt;
Example usage:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |head=1&lt;br /&gt;
  |Ghast Tear&lt;br /&gt;
  |Potion of Regeneration&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |name=Splash [[Potions]]&lt;br /&gt;
  |ingredients=[[Gunpowder]] +&amp;lt;br&amp;gt;Any [[Potion]]&lt;br /&gt;
  |Gunpowder&lt;br /&gt;
  |Splash Potion of Regeneration;Splash Potion of Fire Resistance;Splash Potion of Strength&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |name=Increases Duration&lt;br /&gt;
  |showbase=1&lt;br /&gt;
  |Redstone&lt;br /&gt;
  |base=Potion of Regeneration&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |upcoming=1.7.2&lt;br /&gt;
  |foot=1&lt;br /&gt;
  |Redstone&lt;br /&gt;
  |Potion of Water Breathing&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
produces:&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |head=1&lt;br /&gt;
  |Ghast Tear&lt;br /&gt;
  |Potion of Regeneration&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |name=Splash [[Potions]]&lt;br /&gt;
  |ingredients=[[Gunpowder]] +&amp;lt;br&amp;gt;Any [[Potion]]&lt;br /&gt;
  |Gunpowder&lt;br /&gt;
  |Splash Potion of Regeneration;Splash Potion of Fire Resistance;Splash Potion of Strength&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |name=Increases Duration&lt;br /&gt;
  |showbase=1&lt;br /&gt;
  |Redstone&lt;br /&gt;
  |base=Potion of Regeneration&lt;br /&gt;
}}&lt;br /&gt;
{{Brewing&lt;br /&gt;
  |upcoming=1.7.2&lt;br /&gt;
  |foot=1&lt;br /&gt;
  |Redstone&lt;br /&gt;
  |Potion of Water Breathing&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{recipe table 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:Table templates]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Šablona:Brewing]]&lt;br /&gt;
[[de:Vorlage:Braustandrezept]]&lt;br /&gt;
[[es:Plantilla:Alquimia]]&lt;br /&gt;
[[fr:Modèle:Alchimie]]&lt;br /&gt;
[[it:Template:Distillazione]]&lt;br /&gt;
[[ja:テンプレート:Brewing]]&lt;br /&gt;
[[ko:틀:Brewing]]&lt;br /&gt;
[[lzh:模板:Brewing]]&lt;br /&gt;
[[pt:Predefinição:Fermentação]]&lt;br /&gt;
[[ru:Шаблон:Варка]]&lt;br /&gt;
[[th:แม่แบบ:Brewing]]&lt;br /&gt;
[[uk:Шаблон:Варіння]]&lt;br /&gt;
[[zh:Template:Brewing]]&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:Brewing/doc]]&lt;br /&gt;
[[de:Vorlage:Braustandrezept/Dokumentation]]&lt;br /&gt;
[[es:Plantilla:Alquimia/doc]]&lt;br /&gt;
[[fr:Modèle:Alchimie/doc]]&lt;br /&gt;
[[it:Template:Distillazione/doc]]&lt;br /&gt;
[[ja:テンプレート:Brewing/doc]]&lt;br /&gt;
[[ko:틀:Brewing/doc]]&lt;br /&gt;
[[lzh:模板:Brewing/doc]]&lt;br /&gt;
[[pt:Predefinição:Fermentação/doc]]&lt;br /&gt;
[[ru:Шаблон:Варка/док]]&lt;br /&gt;
[[th:แม่แบบ:Brewing/doc]]&lt;br /&gt;
[[uk:Шаблон:Варіння/док]]&lt;br /&gt;
[[zh:Template:Brewing/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>minecraft&gt;Delvin4519</name></author>
	</entry>
</feed>