<?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%3ARecipe_list</id>
	<title>Module:Recipe list - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://tibiacraft.com/index.php?action=history&amp;feed=atom&amp;title=Module%3ARecipe_list"/>
	<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Module:Recipe_list&amp;action=history"/>
	<updated>2026-07-17T04:56:20Z</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:Recipe_list&amp;diff=214&amp;oldid=prev</id>
		<title>Root: Created page with &quot;local p = {} function p.type( f ) 	local args = f.args 	local crafting = require( Module:Crafting ).table 	local type = mw.text.trim( args[1] ) 	 	local showDesciption 	local templates = {} 	 	local data = bucket(&#039;crafting_recipe&#039;) 					.select(&#039;type&#039;, &#039;json&#039;) 					.where(&#039;type&#039;, type) 					.run()  	for _, v in ipairs(data) do 		local tArgs = mw.text.jsonDecode(v[&#039;json&#039;]) 		if tArgs.description then 			showDescription = true 		end 		 		tArgs.ignoreusage = &#039;1&#039; 		 		ta...&quot;</title>
		<link rel="alternate" type="text/html" href="http://tibiacraft.com/index.php?title=Module:Recipe_list&amp;diff=214&amp;oldid=prev"/>
		<updated>2025-10-04T19:56:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local p = {} function p.type( f ) 	local args = f.args 	local crafting = require( &lt;a href=&quot;/wiki/Module:Crafting&quot; title=&quot;Module:Crafting&quot;&gt;Module:Crafting&lt;/a&gt; ).table 	local type = mw.text.trim( args[1] ) 	 	local showDesciption 	local templates = {} 	 	local data = bucket(&amp;#039;crafting_recipe&amp;#039;) 					.select(&amp;#039;type&amp;#039;, &amp;#039;json&amp;#039;) 					.where(&amp;#039;type&amp;#039;, type) 					.run()  	for _, v in ipairs(data) do 		local tArgs = mw.text.jsonDecode(v[&amp;#039;json&amp;#039;]) 		if tArgs.description then 			showDescription = true 		end 		 		tArgs.ignoreusage = &amp;#039;1&amp;#039; 		 		ta...&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;
function p.type( f )&lt;br /&gt;
	local args = f.args&lt;br /&gt;
	local crafting = require( [[Module:Crafting]] ).table&lt;br /&gt;
	local type = mw.text.trim( args[1] )&lt;br /&gt;
	&lt;br /&gt;
	local showDesciption&lt;br /&gt;
	local templates = {}&lt;br /&gt;
	&lt;br /&gt;
	local data = bucket(&amp;#039;crafting_recipe&amp;#039;)&lt;br /&gt;
					.select(&amp;#039;type&amp;#039;, &amp;#039;json&amp;#039;)&lt;br /&gt;
					.where(&amp;#039;type&amp;#039;, type)&lt;br /&gt;
					.run()&lt;br /&gt;
&lt;br /&gt;
	for _, v in ipairs(data) do&lt;br /&gt;
		local tArgs = mw.text.jsonDecode(v[&amp;#039;json&amp;#039;])&lt;br /&gt;
		if tArgs.description then&lt;br /&gt;
			showDescription = true&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		tArgs.ignoreusage = &amp;#039;1&amp;#039;&lt;br /&gt;
		&lt;br /&gt;
		table.insert( templates, tArgs )&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if #templates == 0 then&lt;br /&gt;
		return&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	templates[1].head = &amp;#039;1&amp;#039;&lt;br /&gt;
	templates[1].showname = &amp;#039;1&amp;#039;&lt;br /&gt;
	if showDescription and args.showdesciption ~= &amp;#039;0&amp;#039; or args.showdesciption == &amp;#039;1&amp;#039; then&lt;br /&gt;
		templates[1].showdescription = &amp;#039;1&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	if not args.continue then&lt;br /&gt;
		templates[#templates].foot = &amp;#039;1&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local out = {}&lt;br /&gt;
	for i, v in ipairs( templates ) do&lt;br /&gt;
		table.insert( out, crafting( v ) )&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return table.concat( out, &amp;#039;\n&amp;#039; )&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Root</name></author>
	</entry>
</feed>