<?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=LewisTehMinerz</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=LewisTehMinerz"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/LewisTehMinerz"/>
		<updated>2026-07-11T09:43:56Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:LewisTehMinerz&amp;diff=7443</id>
		<title>User:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:LewisTehMinerz&amp;diff=7443"/>
				<updated>2016-06-22T15:10:02Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! I'm LewisTehMinerz, a new wiki contributor!&lt;br /&gt;
&lt;br /&gt;
I will do my best to help out the wiki!&lt;br /&gt;
&lt;br /&gt;
For now, it's my time to ride off into the depths of Lua!&lt;br /&gt;
&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:37, 30 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
MediaWiki hints and tips:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;--~~~~&amp;lt;/nowiki&amp;gt; === --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 15:10, 22 June 2016 (UTC) (for me at least)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;----&amp;lt;/nowiki&amp;gt; ===&lt;br /&gt;
----&lt;br /&gt;
(the line)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/nowiki&amp;gt; === No MediaWiki formatting.&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7402</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7402"/>
				<updated>2016-03-28T08:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info|Not complete. Needs MORE imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as the wiki page will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Create resource pack folder ===&lt;br /&gt;
&lt;br /&gt;
Create a folder for your resource pack files. My resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Creating the required folders ===&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder. Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
*The above image will be redone Soon™.&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Creating the ROM folder ===&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise! Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4: ROM modification ===&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
Some folders inside of the rom folder will cause a special effect. It should be noted that if you have a folder with one of these names inside of another folder then the folder with a special name will ''not'' be special. Only folders with one of these names immediately within the rom folder will have a special effect.&lt;br /&gt;
&lt;br /&gt;
Nested bullet points are nested folders, for example the second entry is actually apis/turtle&lt;br /&gt;
&lt;br /&gt;
* '''apis''' - any files in the folder will be loaded as an api when the computer boots&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''command''' - any file in this folder will be loaded as an API, but only if the computer is a command computer. It should be noted that command computers will also load the default APIs&lt;br /&gt;
* '''autorun''' - any files in this folder will be ran when the computer boots&lt;br /&gt;
* '''help''' - any files in this folder will be available in the help program&lt;br /&gt;
** '''licenses''' - licensing information goes in this folder&lt;br /&gt;
* '''programs''' - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
** '''advanced''' - these are programs which are only available on advanced computers&lt;br /&gt;
** '''command''' - like above but with command computers&lt;br /&gt;
** '''pocket''' - like above but with pocket computers&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''fun''' - games and such like worm&lt;br /&gt;
*** '''advanced''' - like above but only on an advanced computer&lt;br /&gt;
** '''http''' - files in this folder will only be available if the http API is enabled in the ComputerCraft config file&lt;br /&gt;
** '''rednet''' - speculation: only appear if a modem is attached?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7401</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7401"/>
				<updated>2016-03-28T08:42:12Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info|Not complete. Needs MORE imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as the wiki page will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Create resource pack folder ===&lt;br /&gt;
&lt;br /&gt;
Create a folder for your resource pack files. My resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Creating the required folders ===&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder. Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
*The above image will be redone soon*&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Creating the ROM folder ===&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise! Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4: ROM modification ===&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
Some folders inside of the rom folder will cause a special effect. It should be noted that if you have a folder with one of these names inside of another folder then the folder with a special name will ''not'' be special. Only folders with one of these names immediately within the rom folder will have a special effect.&lt;br /&gt;
&lt;br /&gt;
Nested bullet points are nested folders, for example the second entry is actually apis/turtle&lt;br /&gt;
&lt;br /&gt;
* '''apis''' - any files in the folder will be loaded as an api when the computer boots&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''command''' - any file in this folder will be loaded as an API, but only if the computer is a command computer. It should be noted that command computers will also load the default APIs&lt;br /&gt;
* '''autorun''' - any files in this folder will be ran when the computer boots&lt;br /&gt;
* '''help''' - any files in this folder will be available in the help program&lt;br /&gt;
** '''licenses''' - licensing information goes in this folder&lt;br /&gt;
* '''programs''' - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
** '''advanced''' - these are programs which are only available on advanced computers&lt;br /&gt;
** '''command''' - like above but with command computers&lt;br /&gt;
** '''pocket''' - like above but with pocket computers&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''fun''' - games and such like worm&lt;br /&gt;
*** '''advanced''' - like above but only on an advanced computer&lt;br /&gt;
** '''http''' - files in this folder will only be available if the http API is enabled in the ComputerCraft config file&lt;br /&gt;
** '''rednet''' - speculation: only appear if a modem is attached?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7400</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7400"/>
				<updated>2016-03-28T08:38:57Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* What is a Lua Resource Pack? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info|Not complete. Needs MORE imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as the wiki page will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Create resource pack folder ===&lt;br /&gt;
&lt;br /&gt;
Create a folder for your resource pack files. My resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Creating the required folders ===&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder. Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
image looks a bit unprofessional with the red box not being stright, also the ribbon is a bit distracting --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 22:22, 16 March 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Creating the ROM folder ===&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise! Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4: ROM modification ===&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
Some folders inside of the rom folder will cause a special effect. It should be noted that if you have a folder with one of these names inside of another folder then the folder with a special name will ''not'' be special. Only folders with one of these names immediately within the rom folder will have a special effect.&lt;br /&gt;
&lt;br /&gt;
Nested bullet points are nested folders, for example the second entry is actually apis/turtle&lt;br /&gt;
&lt;br /&gt;
* '''apis''' - any files in the folder will be loaded as an api when the computer boots&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''command''' - any file in this folder will be loaded as an API, but only if the computer is a command computer. It should be noted that command computers will also load the default APIs&lt;br /&gt;
* '''autorun''' - any files in this folder will be ran when the computer boots&lt;br /&gt;
* '''help''' - any files in this folder will be available in the help program&lt;br /&gt;
** '''licenses''' - licensing information goes in this folder&lt;br /&gt;
* '''programs''' - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
** '''advanced''' - these are programs which are only available on advanced computers&lt;br /&gt;
** '''command''' - like above but with command computers&lt;br /&gt;
** '''pocket''' - like above but with pocket computers&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''fun''' - games and such like worm&lt;br /&gt;
*** '''advanced''' - like above but only on an advanced computer&lt;br /&gt;
** '''http''' - files in this folder will only be available if the http API is enabled in the ComputerCraft config file&lt;br /&gt;
** '''rednet''' - speculation: only appear if a modem is attached?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7399</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7399"/>
				<updated>2016-03-28T08:37:45Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Documentation Template|This is the documentation template. For template documentation, this template is used inside &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; braces so it doesn't show up on the template, for other uses, just use it regularly.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki Markup==&lt;br /&gt;
&lt;br /&gt;
Horray! MediaWiki Markup is supported in this template! You can have standard MediaWiki markup such as headlines and signatures.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|Example text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following code would produce:&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|Example text}}&lt;br /&gt;
&lt;br /&gt;
== Multiple Lines ==&lt;br /&gt;
&lt;br /&gt;
Also, the documentation template's second argument can be spread over a few lines. Example ('/'s show where the newline character is):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|This \ &lt;br /&gt;
is \&lt;br /&gt;
\&lt;br /&gt;
example \&lt;br /&gt;
text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this code is parsed through...&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|This &lt;br /&gt;
is &lt;br /&gt;
&lt;br /&gt;
example&lt;br /&gt;
text}}&lt;br /&gt;
&lt;br /&gt;
Thats the end of the documentation! Thanks for reading! }}&lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:03, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7398</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7398"/>
				<updated>2016-03-28T08:37:23Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Documentation Template|This is the documentation template. For template documentation, this template is used inside &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; braces so it doesn't show up on the template, for other uses, just use it regularly.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki Markup==&lt;br /&gt;
&lt;br /&gt;
Horray! MediaWiki Markup is supported in this template! You can have standard MediaWiki markup such as headlines and signatures.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|Example text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following code would produce:&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|Example text}}&lt;br /&gt;
&lt;br /&gt;
== Multiple Lines ==&lt;br /&gt;
&lt;br /&gt;
Also, the documentation template's second argument can be spread over a few lines. Example ('/'s show where the newline character is):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|This \ &lt;br /&gt;
is \ &lt;br /&gt;
example \&lt;br /&gt;
text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this code is parsed through...&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|This &lt;br /&gt;
is &lt;br /&gt;
&lt;br /&gt;
example&lt;br /&gt;
text}}&lt;br /&gt;
&lt;br /&gt;
Thats the end of the documentation! Thanks for reading! }}&lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:03, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7397</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7397"/>
				<updated>2016-03-28T08:36:36Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Documentation Template|This is the documentation template. For template documentation, this template is used inside &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; braces so it doesn't show up on the template, for other uses, just use it regularly.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki Markup==&lt;br /&gt;
&lt;br /&gt;
Horray! MediaWiki Markup is supported in this template! You can have standard MediaWiki markup such as headlines and signatures.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|Example text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following code would produce:&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|Example text}}&lt;br /&gt;
&lt;br /&gt;
== Multiple Lines ==&lt;br /&gt;
&lt;br /&gt;
Also, the documentation template's second argument can be spread over a few lines. Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|This&lt;br /&gt;
is&lt;br /&gt;
example&lt;br /&gt;
text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this code is parsed through...&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|This &lt;br /&gt;
is &lt;br /&gt;
example&lt;br /&gt;
text}}&lt;br /&gt;
&lt;br /&gt;
Thats the end of the documentation! Thanks for reading! }}&lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:03, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7396</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7396"/>
				<updated>2016-03-28T08:35:51Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Documentation Template|This is the documentation template. For template documentation, this template is used inside &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; braces so it doesn't show up on the template, for other uses, just use it regularly.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki Markup==&lt;br /&gt;
&lt;br /&gt;
Horray! MediaWiki Markup is supported in this template! You can have standard MediaWiki markup such as headlines and signatures.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|Example text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following code would produce:&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|Example text}}&lt;br /&gt;
&lt;br /&gt;
== Multiple Lines ==&lt;br /&gt;
&lt;br /&gt;
Also, the documentation template's second argument can be spread over a few lines. Example (/'s are the new lines):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|This / is / example / text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this code is parsed through...&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|This / is / example / text}}&lt;br /&gt;
&lt;br /&gt;
Thats the end of the documentation! Thanks for reading! }}&lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:03, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7293</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7293"/>
				<updated>2015-10-24T08:27:34Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Note: This page will be cleaned up every month or so.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7292</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7292"/>
				<updated>2015-10-24T08:15:56Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info|Not complete. Needs MORE imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Create resource pack folder ===&lt;br /&gt;
&lt;br /&gt;
Create a folder for your resource pack files. My resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Creating the required folders ===&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder. Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Creating the ROM folder ===&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise! Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
=== Step 4: ROM modification ===&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
Some folders inside of the rom folder will cause a special effect. It should be noted that if you have a folder with one of these names inside of another folder then the folder with a special name will ''not'' be special. Only folders with one of these names immediately within the rom folder will have a special effect.&lt;br /&gt;
&lt;br /&gt;
* '''apis''' - any files in the folder will be loaded as an api when the computer boots&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''command''' - any file in this folder will be loaded as an API, but only if the computer is a command computer. It should be noted that command computers will also load the default APIs&lt;br /&gt;
* '''autorun''' - any files in this folder will be ran when the computer boots&lt;br /&gt;
* '''help''' - any files in this folder will be available in the help program&lt;br /&gt;
** '''licenses''' - licensing information goes in this folder&lt;br /&gt;
* '''programs''' - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
** '''advanced''' - these are programs which are only available on advanced computers&lt;br /&gt;
** '''command''' - like above but with command computers&lt;br /&gt;
** '''pocket''' - like above but with pocket computers&lt;br /&gt;
** '''turtle''' - like above but with turtles&lt;br /&gt;
** '''fun''' - games and such like worm&lt;br /&gt;
*** '''advanced''' - like above but only on an advanced computer&lt;br /&gt;
** '''http''' - files in this folder will only be available if the http API is enabled in the ComputerCraft config file&lt;br /&gt;
** '''rednet''' - speculation: only appear if a modem is attached?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Talk:Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7291</id>
		<title>Talk:Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Talk:Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7291"/>
				<updated>2015-10-24T08:13:49Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;Have ideas? Talk about them here! ----  &amp;quot;It's also a how to write wiki pages tutorial XD And how to upload images to mediawiki googling lol Screenies broken anyways great tuto...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Have ideas? Talk about them here!&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's also a how to write wiki pages tutorial XD&lt;br /&gt;
And how to upload images to mediawiki googling lol&lt;br /&gt;
Screenies broken anyways great tutorial&amp;quot; --Konlab&lt;br /&gt;
&lt;br /&gt;
Yeah, pretty funny, bad on my part xD --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 08:13, 24 October 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7283</id>
		<title>Template:Info</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7283"/>
				<updated>2015-10-22T16:09:43Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #7AB1F0; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Information&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: black; padding: .4em; padding-left: .4em;&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{1|No information provided. Contact the author of this page.}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Info|&lt;br /&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;
}} &lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:09, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7282</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7282"/>
				<updated>2015-10-22T16:03:55Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation|Documentation Template|This is the documentation template. For template documentation, this template is used inside &amp;lt;nowiki&amp;gt;&amp;lt;noinclude&amp;gt;&amp;lt;/nowiki&amp;gt; braces so it doesn't show up on the template, for other uses, just use it regularly.&lt;br /&gt;
&lt;br /&gt;
== MediaWiki Markup==&lt;br /&gt;
&lt;br /&gt;
Horray! MediaWiki Markup is supported in this template! You can have standard MediaWiki markup such as headlines and signatures.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|Example text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following code would produce:&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|Example text}}&lt;br /&gt;
&lt;br /&gt;
== Multiple Lines ==&lt;br /&gt;
&lt;br /&gt;
Also, the documentation template's second argument can be spread over a few lines. Example (/'s are the new lines):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{documentation|Title|This / is / example / text}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this code is parsed through...&lt;br /&gt;
&lt;br /&gt;
{{documentation|Title|This &lt;br /&gt;
is &lt;br /&gt;
example&lt;br /&gt;
text}}&lt;br /&gt;
&lt;br /&gt;
Thats the end of the documentation! Thanks for reading! }}&lt;br /&gt;
&lt;br /&gt;
Template made by [[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 16:03, 22 October 2015 (UTC)&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7281</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Documentation&amp;diff=7281"/>
				<updated>2015-10-22T15:52:36Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; bo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #A3C266; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Documentation for {{{1|unknown}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: #A3C266; padding: .4em; padding-left: .4em; background: #A3C266&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{2|There is no documentation for this page}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7280</id>
		<title>Template:Info</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7280"/>
				<updated>2015-10-22T15:38:28Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #7AB1F0; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Information&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: black; padding: .4em; padding-left: .4em;&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{1|No information provided. Contact the author of this page.}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This is a test&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7279</id>
		<title>Template:Info</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7279"/>
				<updated>2015-10-22T15:32:32Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #7AB1F0; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Information&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: black; padding: .4em; padding-left: .4em;&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{1|No information provided. Contact the author of this page.}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7278</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7278"/>
				<updated>2015-10-22T15:24:24Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{info|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Oops! I just realised the images contain my second monitor's screen, please ignore that! --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 17:48, 20 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
a bit incomplete and in need of a clean-up - --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:24, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Folders in rom:&lt;br /&gt;
&lt;br /&gt;
apis - any files in the folder will be loaded as a api when the computer boots&lt;br /&gt;
&lt;br /&gt;
autorun - any files in this folder will be ran when the computer boots&lt;br /&gt;
&lt;br /&gt;
help - any files in this folder will be available in the help program&lt;br /&gt;
&lt;br /&gt;
programs - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
&lt;br /&gt;
help/licenses - licensing information goes in this folder&lt;br /&gt;
&lt;br /&gt;
apis/command - any file in this folder will be loaded as an api, but only if the computer is a command computer. It should be noted that command computers will also load the default apis&lt;br /&gt;
&lt;br /&gt;
apis/turtle - like above but with turtles&lt;br /&gt;
&lt;br /&gt;
programs/advanced - these are programs which are only available on advanced computers&lt;br /&gt;
&lt;br /&gt;
programs/command - like above but with command computers&lt;br /&gt;
&lt;br /&gt;
programs/pocket - like above but with pocket computers&lt;br /&gt;
&lt;br /&gt;
programs/turtle - like above but with turtles&lt;br /&gt;
&lt;br /&gt;
programs/fun - games and such like worm&lt;br /&gt;
&lt;br /&gt;
programs/fun/advanced - like above but only on an advanced computer&lt;br /&gt;
&lt;br /&gt;
programs/http - files in this folder will only be available if the http api is enabled in the computercraft config file&lt;br /&gt;
&lt;br /&gt;
programs/rednet - ?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7277</id>
		<title>Template:Info</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Template:Info&amp;diff=7277"/>
				<updated>2015-10-22T15:24:05Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid 1px black; background: #7AB1F0; line-height:28px;&amp;quot;&amp;gt;[[File:Grid_Ink_Sac.png|24px]]&amp;amp;nbsp;&amp;amp;nbsp;Information&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;border-color: black; padding: .4em; padding-left: .4em;&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{1|No information provided. Contact the author of this page.}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:Lupus590&amp;diff=7276</id>
		<title>User talk:Lupus590</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:Lupus590&amp;diff=7276"/>
				<updated>2015-10-22T14:57:40Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;Hey, thanks for adding some things onto my Lua Resource Pack tutorial. ;) --~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, thanks for adding some things onto my Lua Resource Pack tutorial. ;) --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 14:57, 22 October 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7275</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7275"/>
				<updated>2015-10-22T14:56:19Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* Special Folders */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Oops! I just realised the images contain my second monitor's screen, please ignore that! --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 17:48, 20 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
May as well since I'm here. Could do with images. --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:31, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Follow the steps above and but stop before you make the rom folder (having a rom folder will not cause any issues but you don't need one if you only want treasure disks)&lt;br /&gt;
&lt;br /&gt;
Make a folder called &amp;quot;treasure&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Inside the treasure folder, make another folder, the name of this folder will be the author of the disk&lt;br /&gt;
&lt;br /&gt;
Make another folder inside the one you just named, the name of this new folder will be the name of the disk.&lt;br /&gt;
&lt;br /&gt;
Any files and folders in the name folder will be in your disk.&lt;br /&gt;
&lt;br /&gt;
== Special Folders ==&lt;br /&gt;
&lt;br /&gt;
a bit incomplete and in need of a clean-up - --[[User:Lupus590|Lupus590]] ([[User talk:Lupus590|talk]]) 17:24, 21 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Folders in rom:&lt;br /&gt;
&lt;br /&gt;
apis - any files in the folder will be loaded as a api when the computer boots&lt;br /&gt;
&lt;br /&gt;
autorun - any files in this folder will be ran when the computer boots&lt;br /&gt;
&lt;br /&gt;
help - any files in this folder will be available in the help program&lt;br /&gt;
&lt;br /&gt;
programs - any files in this folder will be added to the 'system path' allowing the program to be called from anywhere in the computer&lt;br /&gt;
&lt;br /&gt;
help/licenses - licensing information goes in this folder&lt;br /&gt;
&lt;br /&gt;
apis/command - any file in this folder will be loaded as an api, but only if the computer is a command computer. It should be noted that command computers will also load the default apis&lt;br /&gt;
&lt;br /&gt;
apis/turtle - like above but with turtles&lt;br /&gt;
&lt;br /&gt;
programs/advanced - these are programs which are only available on advanced computers&lt;br /&gt;
&lt;br /&gt;
programs/command - like above but with command computers&lt;br /&gt;
&lt;br /&gt;
programs/pocket - like above but with pocket computers&lt;br /&gt;
&lt;br /&gt;
programs/turtle - like above but with turtles&lt;br /&gt;
&lt;br /&gt;
programs/fun - games and such like worm&lt;br /&gt;
&lt;br /&gt;
programs/fun/advanced - like above but only on an advanced computer&lt;br /&gt;
&lt;br /&gt;
programs/http - files in this folder will only be available if the http api is enabled in the computercraft config file&lt;br /&gt;
&lt;br /&gt;
programs/rednet - ?&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Tutorials&amp;diff=7270</id>
		<title>Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Tutorials&amp;diff=7270"/>
				<updated>2015-10-20T17:51:13Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As some tutorials might not be listed here, you can also browse the [[:Category:Tutorials|tutorials category]].&lt;br /&gt;
&lt;br /&gt;
== Basic Tutorials ==&lt;br /&gt;
These tutorials are designed to be used in the order shown, each tutorial will build on the previous ones.&lt;br /&gt;
=== Introduction to Coding ===&lt;br /&gt;
*[[Hello_World_Tutorial|Hello World!]]&lt;br /&gt;
*[[Variables]]&lt;br /&gt;
*[[Conditional_statements|If, Then, Else]]&lt;br /&gt;
*[[Function (type)|Functions]]&lt;br /&gt;
*[[Loops]]&lt;br /&gt;
*[[Tables]]&lt;br /&gt;
&lt;br /&gt;
== Advanced Tutorials ==&lt;br /&gt;
These tutorials cover more advanced topics which can be useful but are not strictly necessary for simple projects.&lt;br /&gt;
&lt;br /&gt;
*[[Class]]es&lt;br /&gt;
*[[Lua_Resource_Pack_Making_(Tutorial)|Lua Resource Pack Making]]&lt;br /&gt;
&lt;br /&gt;
== Example Programs ==&lt;br /&gt;
These pages guide you through programs created by other users. They are not necessarily well-coded, but can be useful as a loose guide.&lt;br /&gt;
&lt;br /&gt;
=== Programming &amp;amp; Wiring ===&lt;br /&gt;
*[[Guess_The_Number_(tutorial)|Guess the Number]]&lt;br /&gt;
*[[Making_a_Password_Protected_Door|Password Protected Door]]&lt;br /&gt;
*[[Making_an_API_(tutorial)|Programming an API]]&lt;br /&gt;
*[[Startup|Running script automatically at boot with Startup]]&lt;br /&gt;
*[[Raw key events| Detecting specific keys (such as the arrow keys)]]&lt;br /&gt;
*[[Receiving a rednet message through os.pullEvent()|Receiving a rednet message through os.pullEvent()]]&lt;br /&gt;
*[[Calculator Tutorial]]&lt;br /&gt;
*[[Rednet Tutorial]].&lt;br /&gt;
*[[Usage of the bundled cable using the Redstone API]]&lt;br /&gt;
&lt;br /&gt;
=== Turtles ===&lt;br /&gt;
The nice little robots that do the hard work for you.&lt;br /&gt;
*[[Turtle_Tutorial|Turtles!]]&lt;br /&gt;
*[[Turtle_Lumberjack_(tutorial)|Turtle Lumberjack]]&lt;br /&gt;
*[[Advanced_Turtle_Lumberjack_(tutorial)|Advanced Turtle Lumberjack]]&lt;br /&gt;
*[[Cobble_Generator|Cobblestone Generator]]&lt;br /&gt;
*[[Turtle_Stairbuilder_(tutorial)|Turtle Stairbuilder]]&lt;br /&gt;
&lt;br /&gt;
== External Tutorials/Guides ==&lt;br /&gt;
*[http://www.minecraftforum.net/topic/907632-mod-tutorial-computercraft-v12-very-basic-lua-tutorial-updated-1112/page__p__11556908#entry11556908 Onionnion's Basic Lua Tutorial]&lt;br /&gt;
*[http://www.computercraft.info/forums2/index.php?/topic/1516-ospullevent-what-is-it-and-how-is-it-useful/page__view__findpost__p__11156 Onionnion's os.pullEvent() Guide]&lt;br /&gt;
*[http://wiki.roblox.com/ Roblox Wiki (Has tutorials on Lua)]&lt;br /&gt;
*[http://www.lua.org/pil/contents.html Programming in Lua, a general purpose guidebook written by a programmer that writes the Lua interpreter]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7269</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7269"/>
				<updated>2015-10-20T17:48:17Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Oops! I just realised the images contain my second monitor's screen, please ignore that! --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 17:48, 20 October 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
In the future, my friend!&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:LRP_Step2.png&amp;diff=7268</id>
		<title>File:LRP Step2.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:LRP_Step2.png&amp;diff=7268"/>
				<updated>2015-10-20T17:47:13Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7267</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7267"/>
				<updated>2015-10-20T17:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* Tutorial for ROM modification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
In the future, my friend!&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:LRP_Step3.png&amp;diff=7266</id>
		<title>File:LRP Step3.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:LRP_Step3.png&amp;diff=7266"/>
				<updated>2015-10-20T17:46:12Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7265</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7265"/>
				<updated>2015-10-20T17:45:54Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* Tutorial for ROM modification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step1.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step2.png]&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
[[File:LRP_Step3.png]]&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
In the future, my friend!&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=File:LRP_Step1.png&amp;diff=7264</id>
		<title>File:LRP Step1.png</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=File:LRP_Step1.png&amp;diff=7264"/>
				<updated>2015-10-20T17:43:09Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Step 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Step 1&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7263</id>
		<title>Lua Resource Pack Making (Tutorial)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Lua_Resource_Pack_Making_(Tutorial)&amp;diff=7263"/>
				<updated>2015-10-20T17:40:35Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;{{stub|Needs imaging, more in-depth instructions, etc.}}  == What is a Lua Resource Pack? == A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub|Needs imaging, more in-depth instructions, etc.}}&lt;br /&gt;
&lt;br /&gt;
== What is a Lua Resource Pack? ==&lt;br /&gt;
A Lua Resource Pack (or LRP, as I will be calling it) is a resource pack which can add Lua files to the ROM directory and even create treasure disks! How cool is that?!&lt;br /&gt;
&lt;br /&gt;
Anyway, lets get to it!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Tutorial for ROM modification ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step One: Create a folder for your resource pack files.&lt;br /&gt;
&lt;br /&gt;
So, my resource pack files will be stored in ResPack.&lt;br /&gt;
&lt;br /&gt;
{{Image}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Step 2: Creating the required folders.&lt;br /&gt;
&lt;br /&gt;
Now, in your resource pack folder, create a 'assets' folder, then inside that, a 'computercraft' folder, then inside that, a 'lua' folder.&lt;br /&gt;
&lt;br /&gt;
Your current folder setup should look like this:&lt;br /&gt;
&lt;br /&gt;
{{Image}}&lt;br /&gt;
&lt;br /&gt;
== Step 3: Creating the ROM folder.&lt;br /&gt;
&lt;br /&gt;
Nearly done, I promise!&lt;br /&gt;
&lt;br /&gt;
Create a new folder called 'rom' in your 'lua' directory.&lt;br /&gt;
&lt;br /&gt;
{{Image}}&lt;br /&gt;
&lt;br /&gt;
== Step 4: ROM modification!&lt;br /&gt;
&lt;br /&gt;
Your pretty much done! Create whatever files and folders you want in that folder! Remember, all of those will go into the ROM!&lt;br /&gt;
&lt;br /&gt;
== Treasure Disk Making ==&lt;br /&gt;
&lt;br /&gt;
In the future, my friend!&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7262</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7262"/>
				<updated>2015-10-20T17:09:58Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7169</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7169"/>
				<updated>2015-07-31T12:05:22Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete}}&lt;br /&gt;
#REDIRECT [[Turtle.refuel#Fuel_Values]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7155</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7155"/>
				<updated>2015-07-31T08:19:27Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Redirected page to Turtle.refuel#Fuel Values&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Turtle.refuel#Fuel_Values]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7154</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7154"/>
				<updated>2015-07-31T08:17:52Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Redirected page to Http://www.computercraft.info/wiki/Turtle.refuel#Fuel Values&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[http://www.computercraft.info/wiki/Turtle.refuel#Fuel_Values]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7153</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7153"/>
				<updated>2015-07-31T08:15:52Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|Duplicate page}}&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7152</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7152"/>
				<updated>2015-07-31T08:15:34Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Replaced content with &amp;quot;{{delete}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete}}&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bios.lua&amp;diff=7151</id>
		<title>Bios.lua</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bios.lua&amp;diff=7151"/>
				<updated>2015-07-31T08:13:38Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
bios.lua is the main component in a computer (computers, pocket computers, turtles). If you were to look at the .jar file, you would see bios.lua is in the same directory as rom (The root directory) but doesn't show up when used with ls, dir or list. It is a file that is run on boot of the computer and you can't edit it internally but can edit it externally with programs like [https://notepad-plus-plus.org/ Notepad++]. The functions, however, can be overwritten with simple Lua code.&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7150</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7150"/>
				<updated>2015-07-31T08:12:14Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to [http://www.computercraft.info/wiki/CraftOS CraftOS]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Bios.lua&amp;diff=7149</id>
		<title>Bios.lua</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Bios.lua&amp;diff=7149"/>
				<updated>2015-07-31T08:11:33Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;{{stub}}  bios.lua is the main component in a computer (computers, pocket computers, turtles). If you were to look at the .jar file, you would see bios.lua is in the same dire...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
bios.lua is the main component in a computer (computers, pocket computers, turtles). If you were to look at the .jar file, you would see bios.lua is in the same directory as rom (The root directory) but doesn't show up when used with ls, dir or list. It is a file that is run on boot of the computer and you can't edit it internally but can externally with things like [https://notepad-plus-plus.org/ Notepad++]. The functions, however, can be overwritten with simple Lua code.&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7114</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7114"/>
				<updated>2015-07-30T09:41:09Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to [http://www.computercraft.info/wiki/CraftOS]'''.&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7113</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7113"/>
				<updated>2015-07-30T09:40:50Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to ''' [http://www.computercraft.info/wiki/CraftOS]CraftOS.&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7112</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7112"/>
				<updated>2015-07-30T09:40:34Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to ''' [http://www.computercraft.info/wiki/CraftOS].&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7111</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7111"/>
				<updated>2015-07-30T09:39:40Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7110</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7110"/>
				<updated>2015-07-30T09:39:19Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* t */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7109</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7109"/>
				<updated>2015-07-30T09:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: /* t */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== t ==&lt;br /&gt;
&lt;br /&gt;
t&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7108</id>
		<title>User talk:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User_talk:LewisTehMinerz&amp;diff=7108"/>
				<updated>2015-07-30T09:38:35Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Created page with &amp;quot;This is my discussion page. Write anything under here you want me to answer! --~~~~   ----&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is my discussion page. Write anything under here you want me to answer!&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:38, 30 July 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:LewisTehMinerz&amp;diff=7107</id>
		<title>User:LewisTehMinerz</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:LewisTehMinerz&amp;diff=7107"/>
				<updated>2015-07-30T09:37:59Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: Create my userpage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi there! I'm LewisTehMinerz, a new wiki contributor!&lt;br /&gt;
&lt;br /&gt;
I will do my best to help out the wiki!&lt;br /&gt;
&lt;br /&gt;
For now, it's my time to ride off into the depths of LUA!&lt;br /&gt;
&lt;br /&gt;
--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:37, 30 July 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7106</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7106"/>
				<updated>2015-07-30T09:35:37Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to ''' [[http://www.computercraft.info/wiki/CraftOS]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7105</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7105"/>
				<updated>2015-07-30T09:35:14Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to ''' [CraftOS].&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7104</id>
		<title>TurtleOS</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=TurtleOS&amp;diff=7104"/>
				<updated>2015-07-30T09:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}&lt;br /&gt;
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]]&lt;br /&gt;
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles.&lt;br /&gt;
Its features include...&lt;br /&gt;
* Default; guaranteed to work across updates unlike the others.&lt;br /&gt;
* DOS style interface&lt;br /&gt;
* Only OS for turtles at time of writing&lt;br /&gt;
* Do It Yourself: letting you customize what you want on your Turtle.&lt;br /&gt;
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].&lt;br /&gt;
&lt;br /&gt;
[[Category:OSes]]&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7103</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7103"/>
				<updated>2015-07-30T09:28:30Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NeedsWork}}&lt;br /&gt;
&lt;br /&gt;
'''The list of the fuel types, including their fuel value:'''&lt;br /&gt;
&lt;br /&gt;
'''Coal:''' 80&lt;br /&gt;
&lt;br /&gt;
'''Blaze Rod:'''&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7102</id>
		<title>Turtle Fuel</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle_Fuel&amp;diff=7102"/>
				<updated>2015-07-30T09:28:17Z</updated>
		
		<summary type="html">&lt;p&gt;LewisTehMinerz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
'''The list of the fuel types, including their fuel value:'''&lt;br /&gt;
&lt;br /&gt;
'''Coal:''' 80&lt;br /&gt;
&lt;br /&gt;
'''Blaze Rod:'''&lt;/div&gt;</summary>
		<author><name>LewisTehMinerz</name></author>	</entry>

	</feed>