Difference between revisions of "Template:Crafting grid"

From ComputerCraft Wiki
Jump to: navigation, search
(Undo revision 2987 by 94.23.1.28 (talk))
m (Updated Disk Drive and Console references.)
Line 56: Line 56:
 
  <nowiki>
 
  <nowiki>
 
  {{Crafting grid
 
  {{Crafting grid
  |A1=console
+
  |A1=Console
  |B3=disk drive
+
  |B3=Disk_Drive
  |Output=console
+
  |Output=Console
 
  }}
 
  }}
 
  </nowiki>
 
  </nowiki>
Line 65: Line 65:
  
 
{{Crafting grid
 
{{Crafting grid
|A1=console
+
|A1=Console
|B3=disk drive
+
|B3=Disk_Drive
|Output=console
+
|Output=Console
 
}}
 
}}
 
<br />
 
<br />

Revision as of 13:53, 30 November 2012


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

Usage:

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

Results in:




Disk_Drive






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.