Difference between revisions of "Template:Crafting grid"

From ComputerCraft Wiki
Jump to: navigation, search
(I'm tired here... (Making multiple mistakes at once... Le sigh...))
Line 69: Line 69:
 
|Output=console
 
|Output=console
 
}}
 
}}
 
+
<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.
 
</noinclude>
 
</noinclude>

Revision as of 21:52, 12 March 2012


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

Usage:

 {{Crafting grid
 |A1=console
 |B3=console
 |Output=console
 }}
 

Results in:









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.