<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ABrewing</id>
	<title>Module:Brewing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.boxofrocks.net/index.php?action=history&amp;feed=atom&amp;title=Module%3ABrewing"/>
	<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Brewing&amp;action=history"/>
	<updated>2026-05-31T00:07:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Brewing&amp;diff=893&amp;oldid=prev</id>
		<title>BoxWiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Brewing&amp;diff=893&amp;oldid=prev"/>
		<updated>2021-05-13T20:10:01Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 20:10, 13 May 2021&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>BoxWiki</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.boxofrocks.net/index.php?title=Module:Brewing&amp;diff=892&amp;oldid=prev</id>
		<title>Redstone&gt;Dhranios at 11:58, 5 November 2020</title>
		<link rel="alternate" type="text/html" href="https://wiki.boxofrocks.net/index.php?title=Module:Brewing&amp;diff=892&amp;oldid=prev"/>
		<updated>2020-11-05T11:58:36Z</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;local p = {}&lt;br /&gt;
&lt;br /&gt;
local i18n = {&lt;br /&gt;
	defaultBasePotion = 'Awkward Potion',&lt;br /&gt;
	moduleArgs = [[Module:ProcessArgs]],&lt;br /&gt;
	moduleRecipe = [[Module:Recipe table]],&lt;br /&gt;
	type = 'Brewing',&lt;br /&gt;
}&lt;br /&gt;
p.i18n = i18n&lt;br /&gt;
&lt;br /&gt;
local recipeTable = require( i18n.moduleRecipe ).table&lt;br /&gt;
&lt;br /&gt;
function p.table( f )&lt;br /&gt;
	local args = f&lt;br /&gt;
	if f == mw.getCurrentFrame() then&lt;br /&gt;
		args = require( i18n.moduleArgs ).merge( true )&lt;br /&gt;
	else&lt;br /&gt;
		f = mw.getCurrentFrame()&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	args.Input = args[1]&lt;br /&gt;
	&lt;br /&gt;
	if not args.base then&lt;br /&gt;
		args.base = i18n.defaultBasePotion&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if args.showbase then&lt;br /&gt;
		args.Output1 = args.base2&lt;br /&gt;
		args.Output2 = args.base&lt;br /&gt;
		args.Output3 = args.base3&lt;br /&gt;
	else&lt;br /&gt;
		args.Output1 = args[3]&lt;br /&gt;
		args.Output2 = args[2]&lt;br /&gt;
		args.Output3 = args[4]&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local out = recipeTable( args, {&lt;br /&gt;
		uiFunc = 'brewingStand',&lt;br /&gt;
		type = i18n.type,&lt;br /&gt;
		ingredientArgs = { 'Input', 'base' },&lt;br /&gt;
		outputArgs = { 'Output1', 'Output2', 'Output3' },&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	local title = mw.title.getCurrentTitle()&lt;br /&gt;
	&lt;br /&gt;
	return out, category&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Redstone&gt;Dhranios</name></author>
		
	</entry>
</feed>