<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Magiczocker</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Magiczocker"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Magiczocker"/>
		<updated>2026-07-11T06:30:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.inspectUp&amp;diff=7943</id>
		<title>Turtle.inspectUp</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.inspectUp&amp;diff=7943"/>
				<updated>2020-08-04T07:59:44Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.inspectUp&lt;br /&gt;
|args=&lt;br /&gt;
|api=turtle&lt;br /&gt;
|returns={{type|boolean}} success, {{type|table}} data/{{type|string}} error message&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ID string and metadata of the block above the Turtle in a table format: &amp;lt;var&amp;gt;{ name = &amp;quot;modname:blockname&amp;quot;, metadata = 0 }&amp;lt;/var&amp;gt;.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
|desc=If there is a block above the turtle, prints it's name and metadata.&lt;br /&gt;
|code= local success, data = '''turtle.inspectUp()'''&lt;br /&gt;
 &lt;br /&gt;
 if success then&lt;br /&gt;
   [[print]](&amp;quot;Block name: &amp;quot;, data.name)&lt;br /&gt;
   [[print]](&amp;quot;Block metadata: &amp;quot;, data.metadata)&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
|notes=&lt;br /&gt;
* Returns false when there is nothing (air) above the Turtle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[turtle.inspect]]&lt;br /&gt;
*[[turtle.inspectDown]]&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.inspectDown&amp;diff=7942</id>
		<title>Turtle.inspectDown</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.inspectDown&amp;diff=7942"/>
				<updated>2020-08-04T07:59:39Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.inspectDown&lt;br /&gt;
|args=&lt;br /&gt;
|api=turtle&lt;br /&gt;
|returns={{type|boolean}} success, {{type|table}} data/{{type|string}} error message&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ID string and metadata of the block below the Turtle in a table format: &amp;lt;var&amp;gt;{ name = &amp;quot;modname:blockname&amp;quot;, metadata = 0 }&amp;lt;/var&amp;gt;.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
|desc=If there is a block below the turtle, prints it's name and metadata.&lt;br /&gt;
|code= local success, data = '''turtle.inspectDown()'''&lt;br /&gt;
 &lt;br /&gt;
 if success then&lt;br /&gt;
   [[print]](&amp;quot;Block name: &amp;quot;, data.name)&lt;br /&gt;
   [[print]](&amp;quot;Block metadata: &amp;quot;, data.metadata)&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
|notes=&lt;br /&gt;
* Returns false when there is nothing (air) below the Turtle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[turtle.inspect]]&lt;br /&gt;
*[[turtle.inspectUp]]&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.inspect&amp;diff=7941</id>
		<title>Turtle.inspect</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.inspect&amp;diff=7941"/>
				<updated>2020-08-04T07:59:35Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.inspect&lt;br /&gt;
|args=&lt;br /&gt;
|api=turtle&lt;br /&gt;
|returns={{type|boolean}} success, {{type|table}} data/{{type|string}} error message&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ID string and metadata of the block in front of the Turtle in a table format: &amp;lt;var&amp;gt;{ name = &amp;quot;modname:blockname&amp;quot;, metadata = 0, state = {} }&amp;lt;/var&amp;gt;.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;state&amp;quot; sub-table is only present in Minecraft 1.8+, and contains [https://minecraft.gamepedia.com/Block_states block state] info for  the block being inspected. For example, a log of wood's state table contains the keys &amp;quot;variant&amp;quot; (which may be set to eg &amp;quot;oak&amp;quot;), and &amp;quot;axis&amp;quot; (which may be set to eg &amp;quot;y&amp;quot;, indicating an upright orientation). &lt;br /&gt;
|examples={{Example&lt;br /&gt;
|desc=If there is a block in front of the turtle, prints it's name and metadata.&lt;br /&gt;
|code= local success, data = '''turtle.inspect()'''&lt;br /&gt;
 &lt;br /&gt;
 if success then&lt;br /&gt;
   [[print]](&amp;quot;Block name: &amp;quot;, data.name)&lt;br /&gt;
   [[print]](&amp;quot;Block metadata: &amp;quot;, data.metadata)&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
|notes=&lt;br /&gt;
* Returns false when there is nothing (air) in front of the Turtle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[turtle.inspectDown]]&lt;br /&gt;
*[[turtle.inspectUp]]&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.getItemDetail&amp;diff=7940</id>
		<title>Turtle.getItemDetail</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.getItemDetail&amp;diff=7940"/>
				<updated>2020-08-04T07:59:29Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.getItemDetail&lt;br /&gt;
|args=[&amp;lt;nowiki/&amp;gt;{{type|number}} slotNum]&lt;br /&gt;
|api=turtle&lt;br /&gt;
|returns={{type|table}} data&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ID string, count and damage values of currently selected slot or, if specified, &amp;lt;var&amp;gt;slotNum&amp;lt;/var&amp;gt; slot in a table format: &amp;lt;var&amp;gt;{ name = &amp;quot;modname:itemname&amp;quot;, damage = 0, count = 1 }&amp;lt;/var&amp;gt;. Returns {{type|nil}} if there is no item in the specified or currently selected slot.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
|desc=If there is an item in the currently selected slot, prints it's name, damage value and count.&lt;br /&gt;
|code= local data = '''turtle.getItemDetail()'''&lt;br /&gt;
 &lt;br /&gt;
 if data then&lt;br /&gt;
   [[print]](&amp;quot;Item name: &amp;quot;, data.name)&lt;br /&gt;
   [[print]](&amp;quot;Item damage value: &amp;quot;, data.damage)&lt;br /&gt;
   [[print]](&amp;quot;Item count: &amp;quot;, data.count)&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=If there is an item in the last slot, prints it's name.&lt;br /&gt;
|code= local data = '''turtle.getItemDetail(16)'''&lt;br /&gt;
 &lt;br /&gt;
 if data then&lt;br /&gt;
   [[print]](&amp;quot;Item name: &amp;quot;, data.name)&lt;br /&gt;
 end&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[turtle.getItemCount]]&lt;br /&gt;
*[[turtle.getItemSpace]]&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Os.unloadAPI&amp;diff=7939</id>
		<title>Os.unloadAPI</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Os.unloadAPI&amp;diff=7939"/>
				<updated>2020-08-04T07:59:23Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=os.unloadAPI&lt;br /&gt;
|args={{type|string}} name&lt;br /&gt;
|api=OS&lt;br /&gt;
|returns={{type|nil}}&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Unloads '''any''', default ''and'' user-created, API named &amp;lt;var&amp;gt;name&amp;lt;/var&amp;gt;.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Unloads a [[os.loadAPI|user-loaded]] API called &amp;quot;myAPI&amp;quot;.&lt;br /&gt;
 |code='''os.unloadAPI(&amp;quot;myAPI&amp;quot;)'''&lt;br /&gt;
 }}&lt;br /&gt;
 {{Example&lt;br /&gt;
 |desc=Unloads the ComputerCraft's default [[paintutils_(API)|paintutils API]].&lt;br /&gt;
 |code='''os.unloadAPI(&amp;quot;paintutils&amp;quot;)'''&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Os.loadAPI&amp;diff=7938</id>
		<title>Os.loadAPI</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Os.loadAPI&amp;diff=7938"/>
				<updated>2020-08-04T07:59:19Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=os.loadAPI&lt;br /&gt;
|args={{type|string}} path&lt;br /&gt;
|api=OS&lt;br /&gt;
|returns={{type|boolean}} did the API load successfully?&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Loads a user created API from a file located at &amp;lt;var&amp;gt;path&amp;lt;/var&amp;gt;.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
This function runs the file, collects all global (non-localized) variables from it and puts them into a [[table_(type)|table]] into the global (&amp;lt;var&amp;gt;_G&amp;lt;/var&amp;gt;) environment. The name of the table in the _G table becomes the name of the file.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Loads an API saved at &amp;quot;''test/myAPI''&amp;quot; and runs the global function &amp;quot;''hello''&amp;quot; from it.&lt;br /&gt;
 |code='''''--test/myAPI:'''''&lt;br /&gt;
 &lt;br /&gt;
 local text = &amp;quot;Hello World!&amp;quot; ''-- this won't be seen from outside of the API because it is localized''&lt;br /&gt;
 &lt;br /&gt;
 function hello () ''-- this will be seen from outside the API because it is '''not''' localized''&lt;br /&gt;
   [[print]](text)&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
 '''''--The program that will use &amp;quot;myAPI&amp;quot;'''''&lt;br /&gt;
 &lt;br /&gt;
 '''os.loadAPI(&amp;quot;test/myAPI&amp;quot;)''' ''-- load the API''&lt;br /&gt;
 &lt;br /&gt;
 myAPI.hello() ''-- runs the function &amp;quot;hello&amp;quot; from the API''&lt;br /&gt;
 |output=Hello World!&lt;br /&gt;
 }}&lt;br /&gt;
|notes=&lt;br /&gt;
* &amp;lt;var&amp;gt;path&amp;lt;/var&amp;gt; '''must''' be an absolute path.&lt;br /&gt;
* All variables which will be needed to be accessed through ''&amp;lt;apiname&amp;gt;.&amp;lt;variable/function&amp;gt;'' '''must''' be global.&lt;br /&gt;
* By default APIs '''cannot''' access [[shell_(API)|shell API]] and [[multishell_(API)|multishell API]].&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Multishell.setTitle&amp;diff=7937</id>
		<title>Multishell.setTitle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Multishell.setTitle&amp;diff=7937"/>
				<updated>2020-08-04T07:59:12Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=multishell.setTitle&lt;br /&gt;
|args={{type|number}} tabID, {{type|string}} title&lt;br /&gt;
|api=multishell&lt;br /&gt;
|returns={{type|nil}}&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Changes the title of a tab with ID &amp;lt;var&amp;gt;tabID&amp;lt;/var&amp;gt; to &amp;lt;var&amp;gt;title&amp;lt;/var&amp;gt;.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Changes the title of currently active program to &amp;quot;My Program&amp;quot;.&lt;br /&gt;
 |code= local currentTabID = [[multishell.getCurrent]]()&lt;br /&gt;
 &lt;br /&gt;
 '''multishell.setTitle(currentTabID, &amp;quot;My Program&amp;quot;)'''&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Multishell.setFocus&amp;diff=7936</id>
		<title>Multishell.setFocus</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Multishell.setFocus&amp;diff=7936"/>
				<updated>2020-08-04T07:59:08Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=multishell.setFocus&lt;br /&gt;
|args={{type|number}} tabID&lt;br /&gt;
|api=multishell&lt;br /&gt;
|returns={{type|boolean}} did the tab focused?&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Makes the specified tab to be on top of any other tab (makes it visible to the user).&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Focuses the currently running program.&lt;br /&gt;
 |code= local currentTabID = [[multishell.getCurrent]]()&lt;br /&gt;
 &lt;br /&gt;
 '''multishell.setFocus(currentTabID)'''&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Multishell.launch&amp;diff=7935</id>
		<title>Multishell.launch</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Multishell.launch&amp;diff=7935"/>
				<updated>2020-08-04T07:59:01Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
&lt;br /&gt;
{{Function&lt;br /&gt;
|name=multishell.launch&lt;br /&gt;
|args={{type|table}} environment, {{type|string}} programPath, argument1, argument2, ...&lt;br /&gt;
|api=multishell&lt;br /&gt;
|returns={{type|number}} the ID of the new tab&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Runs the program located at &amp;lt;var&amp;gt;programPath&amp;lt;/var&amp;gt;, passing it all given arguments (&amp;lt;var&amp;gt;argument1&amp;lt;/var&amp;gt;, &amp;lt;var&amp;gt;argument2&amp;lt;/var&amp;gt; and so on). Just like with [[os.run]] any values in the &amp;lt;var&amp;gt;environment&amp;lt;/var&amp;gt; table will be seen by the program. This function returns the ID of this program's tab.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Runs Interactive Lua Interpreter in a new tab and sets its name to &amp;quot;Lua Interpreter&amp;quot;.&lt;br /&gt;
 |code= local newTabID = '''multishell.launch({}, &amp;quot;rom/programs/lua&amp;quot;)'''&lt;br /&gt;
 &lt;br /&gt;
 [[multishell.setTitle]](newTabID, &amp;quot;Lua Interpreter&amp;quot;)&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Multishell.getTitle&amp;diff=7934</id>
		<title>Multishell.getTitle</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Multishell.getTitle&amp;diff=7934"/>
				<updated>2020-08-04T07:58:57Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=multishell.getTitle&lt;br /&gt;
|args={{type|number}} tabID&lt;br /&gt;
|api=multishell&lt;br /&gt;
|returns={{type|string}} the title of the tab&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the title of a tab with ID &amp;lt;var&amp;gt;tabID&amp;lt;/var&amp;gt;.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Prints the title of currently focused program.&lt;br /&gt;
 |code= local focusedTabID = [[multishell.getFocus]]()&lt;br /&gt;
 local focusedTabTitle = '''multishell.getTitle(focusedTabID)'''&lt;br /&gt;
 &lt;br /&gt;
 [[print]](focusedTabTitle)&lt;br /&gt;
 |output=The title of currently focused tab.&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Multishell.getFocus&amp;diff=7933</id>
		<title>Multishell.getFocus</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Multishell.getFocus&amp;diff=7933"/>
				<updated>2020-08-04T07:58:52Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase}}&lt;br /&gt;
&lt;br /&gt;
{{Function&lt;br /&gt;
|name=multishell.getFocus&lt;br /&gt;
|api=multishell&lt;br /&gt;
|returns={{type|number}} focused tab ID&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the ID of the currently focused tab. This is the Tab that is currently being shown to the user.&lt;br /&gt;
|examples={{Example&lt;br /&gt;
 |desc=Checks to see if currently running program is focused or not.&lt;br /&gt;
 |code=local focusedTabID = '''multishell.getFocus()'''&lt;br /&gt;
 local currentTabID = [[multishell.getCurrent]]()&lt;br /&gt;
 &lt;br /&gt;
 if currentTabID ~= focusedTabID then ''-- If the current tab is not focused''&lt;br /&gt;
   [[print]](&amp;quot;I'm running in the background and the user cannot see me!&amp;quot;)&lt;br /&gt;
 else&lt;br /&gt;
   [[print]](&amp;quot;I'm running on the top of other programs and the user currently sees me!&amp;quot;)&lt;br /&gt;
 end&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Fs.getDir&amp;diff=7932</id>
		<title>Fs.getDir</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Fs.getDir&amp;diff=7932"/>
				<updated>2020-08-04T07:58:33Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=fs.getDir&lt;br /&gt;
|args={{Type|string}} path&lt;br /&gt;
|api=fs&lt;br /&gt;
|returns={{Type|string}} parent directory&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Returns the parent directory of &amp;lt;var&amp;gt;path&amp;lt;/var&amp;gt;. This is the directory a file/folder is in. '''''Requires version 1.63 or later.'''''&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Prints the directory 'edit' program is in.&lt;br /&gt;
|code= [[print]]('''fs.getDir(&amp;quot;rom/programs/edit&amp;quot;)''')&lt;br /&gt;
|output=rom/programs}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:API Functions]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:SettingsAPIFunctions/doc&amp;diff=7931</id>
		<title>Template:SettingsAPIFunctions/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:SettingsAPIFunctions/doc&amp;diff=7931"/>
				<updated>2020-08-04T07:55:57Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Personal_Toolbox/doc&amp;diff=7930</id>
		<title>Template:Personal Toolbox/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Personal_Toolbox/doc&amp;diff=7930"/>
				<updated>2020-08-04T07:55:52Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Personal Infobox for [[User:SEi|SEi]].&lt;br /&gt;
&lt;br /&gt;
== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Item/doc&amp;diff=7929</id>
		<title>Template:Item/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Item/doc&amp;diff=7929"/>
				<updated>2020-08-04T07:55:48Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* {{P|name}} - Infobox name&lt;br /&gt;
* {{P|image}} - Infobox image&lt;br /&gt;
* {{P|renewable}} - if the image is craftable&lt;br /&gt;
* {{P|stackable}} - if the item can stack&lt;br /&gt;
* {{P|data}} - numeric ID of the item&lt;br /&gt;
* {{P|damage}} - damage value of the item&lt;br /&gt;
* {{P|nameid}} - namespace and item id of the item&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Info/doc&amp;diff=7928</id>
		<title>Template:Info/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Info/doc&amp;diff=7928"/>
				<updated>2020-08-04T07:55:44Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The info template allows you to display a simple information message. This is useful for standard wiki pages. An example can be found at the [[Lua Resource Pack Making (Tutorial)|Lua Resource Pack Making]] tutorial.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The usage for this template is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{info|Your text here}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This code will produce:&lt;br /&gt;
&lt;br /&gt;
{{info|Your text here}}&lt;br /&gt;
&lt;br /&gt;
(The text will not be green, that is because of the documentation template)&lt;br /&gt;
That's pretty much it for this template, a simple Info box!&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:/doc&amp;diff=7927</id>
		<title>Template:/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:/doc&amp;diff=7927"/>
				<updated>2020-08-04T07:55:22Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{{{FULLPAGENAME}}/doc}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
Redirects &amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;/doc}}&amp;lt;/code&amp;gt; transclusions to the subpage rather than here. Supports the addition of styling, but none is added at this time.&lt;br /&gt;
[[Category:Templates]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Row-lightyellow&amp;diff=7926</id>
		<title>Template:Row-lightyellow</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Row-lightyellow&amp;diff=7926"/>
				<updated>2020-08-04T07:54:52Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;style=&amp;quot;background:#fffe7a;&amp;quot;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Row-lightred&amp;diff=7925</id>
		<title>Template:Row-lightred</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Row-lightred&amp;diff=7925"/>
				<updated>2020-08-04T07:54:42Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;style=&amp;quot;background:#ffa8b7;&amp;quot;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Row-lightgreen&amp;diff=7924</id>
		<title>Template:Row-lightgreen</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Row-lightgreen&amp;diff=7924"/>
				<updated>2020-08-04T07:54:31Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;style=&amp;quot;background:#8fff9f;&amp;quot;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Version&amp;diff=7923</id>
		<title>Template:Version</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Version&amp;diff=7923"/>
				<updated>2020-08-04T07:54:21Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- ATTENTION WIKI-ENS. Please use the following template for this page:&lt;br /&gt;
  {{version/row|%VERSION%|%MCVERSION%|%DATE%|type=%TYPE%|link=%LINK%}}&lt;br /&gt;
  %TYPE% values:&lt;br /&gt;
   * beta&lt;br /&gt;
   * latest&lt;br /&gt;
   * gray (every other for alternating cell pattern)&lt;br /&gt;
  Only set %LINK% to the ending link if the generated one is incorrect (set to the part of the link after the domain)&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%&amp;quot;&amp;gt;&lt;br /&gt;
{{version/row|1.79|1.8.9 |2016/04/01|link=2016/04/01/computercraft-and-computercraftedu-1-79|type=latest}}&lt;br /&gt;
{{version/row|1.78|1.8.9 |2016/01/15}}&lt;br /&gt;
{{version/row|1.76|1.8   |2015/12/24|type=gray}}&lt;br /&gt;
{{version/row|1.75|1.7.10|2015/12/04}}&lt;br /&gt;
{{version/row|1.74|1.7.10|2015/06/27|type=gray}}&lt;br /&gt;
{{version/row|1.73|1.7.10|2015/02/22}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt; &amp;lt;!-- 6 newest releases should be enough --&amp;gt;&lt;br /&gt;
{{version/row|1.7 |1.7.10|2015/02/15|type=gray}}&lt;br /&gt;
{{version/row|1.65|1.7.10|2014/10/09}}&lt;br /&gt;
{{version/row|1.64|1.7.10|2014/09/27|type=gray}}&lt;br /&gt;
{{version/row|1.63|1.6.4|2014/04/16}}&lt;br /&gt;
{{version/row|1.62|1.6.4|2014/04/04|type=gray}}&lt;br /&gt;
{{version/row|1.61|1.6.4|link=2014/04/01/computercraft-1-61-bug-fix-update}}&lt;br /&gt;
{{version/row|1.6 |1.6.4|link=2014/03/27/computercraft-1-6-is-here|type=gray}}&lt;br /&gt;
{{version/row|1.58|1.6.4|2013/12/09}}&lt;br /&gt;
{{version/row|1.57|1.6.4|link=2013/10/14/new-versions|type=gray}}&lt;br /&gt;
{{version/row|1.56|1.6.2|2013/08/04}}&lt;br /&gt;
{{version/row|1.55|1.6.2|2013/07/11|type=gray}}&lt;br /&gt;
{{version/row|1.53|1.5.2|2013/05/23}}&lt;br /&gt;
{{version/row|1.52|1.5.1|2013/03/26|type=gray}}&lt;br /&gt;
{{version/row|1.51|1.5  |2013/03/15}}&lt;br /&gt;
{{version/row|1.5 |1.4.7|2013/02/11|type=gray}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;'''[[Changelog]]'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:News&amp;diff=7922</id>
		<title>Template:News</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:News&amp;diff=7922"/>
				<updated>2020-08-04T07:53:50Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''April 1, 2016'''&lt;br /&gt;
* ComputerCraft 1.79 is released for Minecraft '''1.8.9'''.&lt;br /&gt;
'''January 15, 2016'''&lt;br /&gt;
* ComputerCraft 1.77 - 1.78 is released for Minecraft '''1.8.9'''.&lt;br /&gt;
'''December 24, 2015'''&lt;br /&gt;
* ComputerCraft 1.76 is released for Minecraft '''1.8'''.&lt;br /&gt;
'''December 4, 2015'''&lt;br /&gt;
* ComputerCraft 1.75 is released as a final bug fix update for Minecraft '''1.7.10'''.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&amp;lt;!-- Only display latest four events.--&amp;gt;&lt;br /&gt;
'''June 27, 2015'''&lt;br /&gt;
* ComputerCraft 1.74 is released for Minecraft '''1.7.10'''.&lt;br /&gt;
'''February 24-25, 2015'''&lt;br /&gt;
* ComputerCraft 1.72 - 1.73 is released to fix multiplayer-only crashes.&lt;br /&gt;
'''February 23, 2015'''&lt;br /&gt;
* ComputerCraft 1.71 is released for Minecraft '''1.7.10'''.&lt;br /&gt;
'''February 15, 2015'''&lt;br /&gt;
* ComputerCraft 1.7 is released for Minecraft '''1.7.10'''.&lt;br /&gt;
'''October 09, 2014'''&lt;br /&gt;
* ComputerCraft 1.65 is released as a bug fix update for ComputerCraft 1.64.&lt;br /&gt;
'''September 27, 2014'''&lt;br /&gt;
* ComputerCraft 1.64 is released for Minecraft '''1.7.10'''.&lt;br /&gt;
'''April 16, 2014'''&lt;br /&gt;
* ComputerCraft 1.63 is released for Minecraft '''1.6.4'''.&lt;br /&gt;
'''April 4, 2014'''&lt;br /&gt;
* ComputerCraft 1.62 is released to fix game crashes.&lt;br /&gt;
'''April 1, 2014'''&lt;br /&gt;
* ComputerCraft 1.61 is released as a bug fix update for ComputerCraft 1.6.&lt;br /&gt;
'''March 27, 2014'''&lt;br /&gt;
* ComputerCraft 1.6 is released for Minecraft '''1.6.4'''.&lt;br /&gt;
'''December 9, 2013'''&lt;br /&gt;
* ComputerCraft 1.58 is released for Minecraft '''1.6.4'''.&lt;br /&gt;
'''October 14, 2013'''&lt;br /&gt;
* ComputerCraft 1.57 is released for Minecraft '''1.6.4'''.&lt;br /&gt;
'''August 4, 2013'''&lt;br /&gt;
* ComputerCraft 1.56 is released for Minecraft '''1.6.2'''.&lt;br /&gt;
'''July 11, 2013'''&lt;br /&gt;
* ComputerCraft 1.55 is released for Minecraft '''1.6.2'''.&lt;br /&gt;
'''May 23, 2013'''&lt;br /&gt;
* ComputerCraft 1.53 is released for Minecraft '''1.5.2'''.&lt;br /&gt;
'''March 26, 2013'''&lt;br /&gt;
* ComputerCraft 1.52 is released for Minecraft '''1.5.1'''.&lt;br /&gt;
'''February 11, 2013'''&lt;br /&gt;
* ComputerCraft 1.5 is released for Minecraft '''1.4.7'''.&lt;br /&gt;
'''December 27, 2012'''&lt;br /&gt;
* ComputerCraft 1.481 is released as a quick hotfix for MiscPeripherals.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:List_of_Administrators&amp;diff=7921</id>
		<title>Template:List of Administrators</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:List_of_Administrators&amp;diff=7921"/>
				<updated>2020-08-04T07:53:18Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2px&amp;quot; style=&amp;quot;background: #FFF; text-align: center; border: 1px solid #CCCCCC; width: 300px; font-size: 90%; margin: 0 auto 1em; padding: 2px&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding: 2px&amp;quot; | Bureaucrats&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Admin|Admin]] || ''[[User talk:Admin|talk]] • [[Special:Contributions/Admin|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:AfterLifeLochie|AfterLifeLochie]] || ''[[User talk:AfterLifeLochie|talk]] • [[Special:Contributions/AfterLifeLochie|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Ajax|Ajax]] || ''[[User talk:Ajax|talk]] • [[Special:Contributions/Ajax|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Bomb Bloke|Bomb Bloke]] || ''[[User talk:Bomb Bloke|talk]] • [[Special:Contributions/Bomb Bloke|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Cloudy|Cloudy]] || ''[[User talk:Cloudy|talk]] • [[Special:Contributions/Cloudy|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Cranium|Cranium]] || ''[[User talk:Cranium|talk]] • [[Special:Contributions/Cranium|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Dan200|Dan200]] || ''[[User talk:Dan200|talk]] • [[Special:Contributions/Dan200|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:FuzzyPurp|FuzzyPurp]] || ''[[User talk:FuzzyPurp|talk]] • [[Special:Contributions/FuzzyPurp|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Lyqyd|Lyqyd]] || ''[[User talk:Lyqyd|talk]] • [[Special:Contributions/Lyqyd|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:SquidDev|SquidDev]] || ''[[User talk:SquidDev|talk]] • [[Special:Contributions/SquidDev|contribs]]''&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;padding: 2px&amp;quot; | Administrators&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; | (None)&lt;br /&gt;
|}&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Heading/doc&amp;diff=7920</id>
		<title>Template:Heading/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Heading/doc&amp;diff=7920"/>
				<updated>2020-08-04T07:52:33Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template is used on the main page to create the section headers.&lt;br /&gt;
&lt;br /&gt;
== Parameter ==&lt;br /&gt;
* {{P|1}} - name&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Images/doc&amp;diff=7919</id>
		<title>Template:Images/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Images/doc&amp;diff=7919"/>
				<updated>2020-08-04T07:52:29Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unused templates, that display 4 images.&lt;br /&gt;
&lt;br /&gt;
== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Infobox/doc&amp;diff=7918</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Infobox/doc&amp;diff=7918"/>
				<updated>2020-08-04T07:52:24Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* {{P|name}} - Infobox name&lt;br /&gt;
* {{P|image}} - Infobox image&lt;br /&gt;
* {{P|rows}} - create custom infobox rows&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Infobox_row/doc&amp;diff=7917</id>
		<title>Template:Infobox row/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Infobox_row/doc&amp;diff=7917"/>
				<updated>2020-08-04T07:52:19Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* {{P|1}} - left column&lt;br /&gt;
* {{P|2}} - right column&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Lowercase/doc&amp;diff=7916</id>
		<title>Template:Lowercase/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Lowercase/doc&amp;diff=7916"/>
				<updated>2020-08-04T07:52:15Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Include this template at the top of your page with &amp;lt;nowiki&amp;gt;{{lowercase}}&amp;lt;/nowiki&amp;gt; to make the first letter of its title lowercase.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Outdated/doc&amp;diff=7915</id>
		<title>Template:Outdated/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Outdated/doc&amp;diff=7915"/>
				<updated>2020-08-04T07:52:10Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* {{P|reason}} - reason, why its outdated&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Parameter/doc&amp;diff=7914</id>
		<title>Template:Parameter/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Parameter/doc&amp;diff=7914"/>
				<updated>2020-08-04T07:52:06Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. This template can also be called using the shortcut {{tl|p}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
 {{&amp;lt;nowiki/&amp;gt;p|''parameter name''|''optional parameter default''}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{p|1}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
;produces&lt;br /&gt;
{{p|1}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{p|parameter|default}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
;produces&lt;br /&gt;
{{p|parameter|default}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* {{tl|Template link}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:PeripheralAPI/doc&amp;diff=7913</id>
		<title>Template:PeripheralAPI/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:PeripheralAPI/doc&amp;diff=7913"/>
				<updated>2020-08-04T07:52:00Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Template_link/doc&amp;diff=7912</id>
		<title>Template:Template link/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Template_link/doc&amp;diff=7912"/>
				<updated>2020-08-04T07:51:55Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template is used to easily link to a template, while displaying the template brackets.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;tl|''template name''}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''template name'' can be any page, using the same conventions as transclusion. Basically the &amp;quot;Template:&amp;quot; prefix is optional, and a colon is required to link the main space.&lt;br /&gt;
&lt;br /&gt;
Parameters can also be added, to a maximum of 4. Note that &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt;'s must be escaped using {{tl|1==}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|Example}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives:&amp;lt;br&amp;gt;&lt;br /&gt;
{{tl|Example}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|Template:Block}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives:&amp;lt;br&amp;gt;&lt;br /&gt;
{{tl|Template:Block}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|:Main Page}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives:&amp;lt;br&amp;gt;&lt;br /&gt;
{{tl|:Main Page}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{tl|fullurl|page|text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; gives:&amp;lt;br&amp;gt;&lt;br /&gt;
{{tl|fullurl|page|text}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Version/row/doc&amp;diff=7911</id>
		<title>Template:Version/row/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Version/row/doc&amp;diff=7911"/>
				<updated>2020-08-04T07:51:51Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template is used to create the rows on {{tl|version}}&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
&lt;br /&gt;
* {{p|1}}: Sets the version number&lt;br /&gt;
* {{p|2}}: Sets the coorsponding Minecraft version&lt;br /&gt;
* {{p|3}}: Release date, formatted in &amp;lt;code&amp;gt;YYYY/MM/DD&amp;lt;/code&amp;gt; format, for example &amp;lt;code&amp;gt;2015/12/04&amp;lt;/code&amp;gt;. Not needed if {{p|link}} is set.&lt;br /&gt;
* {{p|type}}: Row type. Set to &amp;lt;code&amp;gt;gray&amp;lt;/code&amp;gt; for a gray row (alternating colors), &amp;lt;code&amp;gt;latest&amp;lt;/code&amp;gt; for the blue row with the &amp;quot;latest&amp;quot; header, or &amp;lt;code&amp;gt;beta&amp;lt;/code&amp;gt; for an orange row with the &amp;quot;beta&amp;quot; text.&lt;br /&gt;
* {{p|link}}: Sets the link, using the value after &amp;lt;code&amp;gt;www.computercraft.info/&amp;lt;/code&amp;gt;. Defaults to &amp;lt;code&amp;gt;{{p|3|plain=1}}/computercraft-{{p|1|plain=1}}&amp;lt;/code&amp;gt; with the periods in {{p|1}} being replaced with dashes.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Events&amp;diff=7910</id>
		<title>Category:Events</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Events&amp;diff=7910"/>
				<updated>2020-08-04T07:50:53Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Events Category lists all events that can be fired that are native to ComputerCraft.&lt;br /&gt;
[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Lua_Types&amp;diff=7909</id>
		<title>Category:Lua Types</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Lua_Types&amp;diff=7909"/>
				<updated>2020-08-04T07:50:48Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lua Types are the values of variables and objects inside Lua.&lt;br /&gt;
&lt;br /&gt;
Not all Lua types may be listed here; check the [http://www.lua.org/manual/5.1/manual.html#2.2 Lua 5.1 Official Manual]. for a full list of types.&lt;br /&gt;
[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Disambiguation_Pages&amp;diff=7908</id>
		<title>Category:Disambiguation Pages</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Disambiguation_Pages&amp;diff=7908"/>
				<updated>2020-08-04T07:50:29Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Did you mean...&lt;br /&gt;
[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:Documentation_pages&amp;diff=7907</id>
		<title>Category:Documentation pages</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:Documentation_pages&amp;diff=7907"/>
				<updated>2020-08-04T07:49:50Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: Created page with &amp;quot;Category:Lists&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Lists]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Deprecated/doc&amp;diff=7906</id>
		<title>Template:Deprecated/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Deprecated/doc&amp;diff=7906"/>
				<updated>2020-08-04T07:49:19Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* {{P|type}} - name&lt;br /&gt;
* {{P|plural}} - plural (have or has)&lt;br /&gt;
* {{P|version}} - mod Version, where the feature has been removed&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Crafting/doc&amp;diff=7905</id>
		<title>Template:Crafting/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Crafting/doc&amp;diff=7905"/>
				<updated>2020-08-04T07:49:14Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the standard Minecraft crafting grid.&lt;br /&gt;
&lt;br /&gt;
The name of the images should be in the form of &amp;quot;grid_&amp;lt;name of the item&amp;gt;.png&amp;quot;. E.g. the Computer image is named &amp;quot;Grid_Computer.png&amp;quot;. Clicking on it will go to the page Computer. &lt;br /&gt;
&lt;br /&gt;
usage:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;display:table&amp;quot;&amp;gt;&lt;br /&gt;
{{Crafting&lt;br /&gt;
 |A1=Computer&lt;br /&gt;
 |B3=Disk_Drive&lt;br /&gt;
 |Output=Computer&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
result:&lt;br /&gt;
{{Crafting&lt;br /&gt;
 |A1=Computer&lt;br /&gt;
 |B3=Disk_Drive&lt;br /&gt;
 |Output=Computer&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:CommandsAPIFunctions/doc&amp;diff=7904</id>
		<title>Template:CommandsAPIFunctions/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:CommandsAPIFunctions/doc&amp;diff=7904"/>
				<updated>2020-08-04T07:49:10Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:BlocksItemsList/doc&amp;diff=7903</id>
		<title>Template:BlocksItemsList/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:BlocksItemsList/doc&amp;diff=7903"/>
				<updated>2020-08-04T07:49:06Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Parameter ==&lt;br /&gt;
* ''(none)''&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:API_table/doc&amp;diff=7902</id>
		<title>Template:API table/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:API_table/doc&amp;diff=7902"/>
				<updated>2020-08-04T07:49:00Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Example API table ==&lt;br /&gt;
&lt;br /&gt;
This code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
{{API table|Term|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row|[[term.write]]({{type|string}} text)|{{type|nil}}|Writes ''text'' to the screen.|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row|[[term.clear]]()|{{type|nil}}|Clears the entire screen}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces this table:&lt;br /&gt;
&lt;br /&gt;
{{API table|Term|image=Grid disk.png|2=&lt;br /&gt;
&lt;br /&gt;
{{API table/row|[[term.write]]({{type|string}} text)|{{type|nil}}|Writes ''text'' to the screen.|odd}}&lt;br /&gt;
&lt;br /&gt;
{{API table/row|[[term.clear]]()|{{type|nil}}|Clears the entire screen}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:%3D/doc&amp;diff=7901</id>
		<title>Template:=/doc</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:%3D/doc&amp;diff=7901"/>
				<updated>2020-08-04T07:48:54Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template allows you to use &amp;lt;code&amp;gt;=&amp;lt;/code&amp;gt; in unnamed template parameters without it being parsed.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Template:=]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Documentation pages]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Icon_Minecraft.png&amp;diff=7900</id>
		<title>File:Icon Minecraft.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Icon_Minecraft.png&amp;diff=7900"/>
				<updated>2020-08-04T07:46:51Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A 16x16 rendition of the Minecraft Logo.&lt;br /&gt;
[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Icon_Bukkit.png&amp;diff=7899</id>
		<title>File:Icon Bukkit.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Icon_Bukkit.png&amp;diff=7899"/>
				<updated>2020-08-04T07:46:39Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
A 16x16 rendition of the Bukkit logo.&lt;br /&gt;
[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Grid_copper_cable.png&amp;diff=7898</id>
		<title>File:Grid copper cable.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Grid_copper_cable.png&amp;diff=7898"/>
				<updated>2020-08-04T07:46:23Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Wikilogo.png&amp;diff=7897</id>
		<title>File:Wikilogo.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Wikilogo.png&amp;diff=7897"/>
				<updated>2020-08-04T07:46:08Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Terminal_off.png&amp;diff=7896</id>
		<title>File:Terminal off.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Terminal_off.png&amp;diff=7896"/>
				<updated>2020-08-04T07:46:02Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:Pocket_Computer_Large.png&amp;diff=7895</id>
		<title>File:Pocket Computer Large.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:Pocket_Computer_Large.png&amp;diff=7895"/>
				<updated>2020-08-04T07:45:56Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:GridNumbersCSS.png&amp;diff=7894</id>
		<title>File:GridNumbersCSS.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:GridNumbersCSS.png&amp;diff=7894"/>
				<updated>2020-08-04T07:45:52Z</updated>
		
		<summary type="html">&lt;p&gt;Magiczocker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
From the industrialcraft wiki to complete the crafting grid template&lt;br /&gt;
[[Category:Images]]&lt;/div&gt;</summary>
		<author><name>Magiczocker</name></author>	</entry>

	</feed>