Difference between revisions of "Template:Crafting grid"

From ComputerCraft Wiki
Jump to: navigation, search
(Console -> Computer)
(Console -> Computer)
Line 65: Line 65:
  
 
{{Crafting grid
 
{{Crafting grid
|A1=Console
+
|A1=Computer
 
|B3=Disk_Drive
 
|B3=Disk_Drive
|Output=Console
+
|Output=Computer
 
}}
 
}}
 
<br />
 
<br />
 
The name of the images should be in the form of "grid_<name of the item>.png".
 
The name of the images should be in the form of "grid_<name of the item>.png".
E.g. the console image is named "grid_console.png". Clicking on it will go to the page console.
+
E.g. the Computer image is named "Grid_Computer.png". Clicking on it will go to the page Computer.
 
</noinclude>
 
</noinclude>

Revision as of 18:44, 30 November 2012


This is the standard Minecraft crafting grid. The code is borrowed from the IndustrialCraft wiki.

Usage:

 {{Crafting grid
 |A1=Computer
 |B3=Disk_Drive
 |Output=Computer
 }}
 

Results in:


Computer



Disk_Drive



Computer




The name of the images should be in the form of "grid_<name of the item>.png". E.g. the Computer image is named "Grid_Computer.png". Clicking on it will go to the page Computer.