Difference between revisions of "Template:Crafting grid"
From ComputerCraft Wiki
m (Reverted edits by AfterLifeLochie (talk) to last revision by Thesbros) |
m (Un-breaking the template.) |
||
| Line 56: | Line 56: | ||
<nowiki> | <nowiki> | ||
{{Crafting grid | {{Crafting grid | ||
| − | |A1= | + | |A1=Computer |
| − | |B3= | + | |B3=Disk_Drive |
| − | |Output= | + | |Output=Computer |
}} | }} | ||
</nowiki> | </nowiki> | ||
| Line 65: | Line 65: | ||
{{Crafting grid | {{Crafting grid | ||
| − | |A1= | + | |A1=Computer |
| − | |B3= | + | |B3=Disk_Drive |
| − | |Output= | + | |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 | + | E.g. the Computer image is named "Grid_Computer.png". Clicking on it will go to the page Computer. |
</noinclude> | </noinclude> | ||
Latest revision as of 06:16, 3 June 2013
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:
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.
