<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://tibiacraft.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AStonecutting</id>
	<title>Module:Stonecutting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://tibiacraft.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AStonecutting"/>
	<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Module:Stonecutting&amp;action=history"/>
	<updated>2026-07-17T04:56:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://tibiacraft.com/index.php?title=Module:Stonecutting&amp;diff=312&amp;oldid=prev</id>
		<title>Root: Created page with &quot;local p = {}  local i18n = { 	categoryUpcoming = &#039;Category:Upcoming&#039;, 	moduleArgs = Module:ProcessArgs, 	moduleRecipe = Module:Recipe table, 	type = &#039;Cutting&#039;, } p.i18n = i18n  local recipeTable = require( i18n.moduleRecipe ).table  function p.table( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = require( i18n.moduleArgs ).merge( true ) 	else 		f = mw.getCurrentFrame() 	end 	 	args.Input = args[1] 	args.Output = args[2] 	 	local out = recipeTable...&quot;</title>
		<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Module:Stonecutting&amp;diff=312&amp;oldid=prev"/>
		<updated>2025-10-04T22:51:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {}  local i18n = { 	categoryUpcoming = &amp;#039;Category:Upcoming&amp;#039;, 	moduleArgs = &lt;a href=&quot;/wiki/Module:ProcessArgs&quot; title=&quot;Module:ProcessArgs&quot;&gt;Module:ProcessArgs&lt;/a&gt;, 	moduleRecipe = &lt;a href=&quot;/wiki/Module:Recipe_table&quot; title=&quot;Module:Recipe table&quot;&gt;Module:Recipe table&lt;/a&gt;, 	type = &amp;#039;Cutting&amp;#039;, } p.i18n = i18n  local recipeTable = require( i18n.moduleRecipe ).table  function p.table( f ) 	local args = f 	if f == mw.getCurrentFrame() then 		args = require( i18n.moduleArgs ).merge( true ) 	else 		f = mw.getCurrentFrame() 	end 	 	args.Input = args[1] 	args.Output = args[2] 	 	local out = recipeTable...&amp;quot;&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;
	categoryUpcoming = &amp;#039;Category:Upcoming&amp;#039;,&lt;br /&gt;
	moduleArgs = [[Module:ProcessArgs]],&lt;br /&gt;
	moduleRecipe = [[Module:Recipe table]],&lt;br /&gt;
	type = &amp;#039;Cutting&amp;#039;,&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;
	args.Output = args[2]&lt;br /&gt;
	&lt;br /&gt;
	local out = recipeTable( args, {&lt;br /&gt;
		uiFunc = &amp;#039;stonecutter&amp;#039;,&lt;br /&gt;
		type = i18n.type,&lt;br /&gt;
		ingredientArgs = { &amp;#039;Input&amp;#039; },&lt;br /&gt;
		outputArgs = { &amp;#039;Output&amp;#039; },&lt;br /&gt;
	} )&lt;br /&gt;
	&lt;br /&gt;
	local title = mw.title.getCurrentTitle()&lt;br /&gt;
	local category&lt;br /&gt;
	if args.upcoming and args.nocat ~= &amp;#039;1&amp;#039; and title.namespace == 0 and not title.isSubpage then&lt;br /&gt;
		category = &amp;#039;[[&amp;#039; .. i18n.categoryUpcoming .. &amp;#039;]]&amp;#039;&lt;br /&gt;
	end&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>Root</name></author>
	</entry>
</feed>