Vorlage:Grid/Machine/doc

Aus Minecraft Gameserver Wiki
Wechseln zu: Navigation, Suche

This template is used to create a grid that looks similar to each given Machine's GUI screen.

Notes

Set the type of machine with the parameter 'Type', by default Type=Iron Furnace. Currently, the following machine types can be used with this template: Iron Furnace, Canning Machine, Compressor, Electro Furnace, Extractor, Furnace, Macerator, Recycler.

Items in the grid are set by parameters Top, Bottom and Output. Each item can have a custom image by setting the "-image" parameter. For Example: Top-image would set a custom image for item in the top slot. If this parameter is omitted, the template will attempt to use Grid item.png. For Example: If Top was "Copper Dust", then the default image would be "Grid Copper Dust.png"

When uploading mod images, the following standard is used:

  • item name.png -- A 16x16 two dimensional image of the item.
  • Grid_item name.png -- A 32x32 image of the item as it appears in a player's inventory.
  • item name_ig.png -- A larger image of the item placed in the game world (for blocks).

Each item can have a custom link by setting the "-link" parameter. For Example: Bottom-link would set a custom link for the item in the bottom slot. If this parameter is omitted, the template will attempt to use [ [ item ] ].

For Example: If Output was "Refined Iron", then the image would try to link to [ [Refined Iron] ]

Usage

{{Grid/Machine
|Type=Iron Furnace
|Top=Iron Ingot
|Bottom=Coal (Item)
|Output=Refined Iron
}}
produces

Iron Ingot

Coal (Item)

Refined Iron




The OA field accepts 1-99. Leaving it blank will show nothing, using 100 to 109 will only show the last two digits (although this can be utilized to output 01 instead of just 1, for example), using anything higher will only show the last digit.

Base Minecraft items and other mods

If you are using items from outside the Industrial Craft mod, you can use the "-link" parameters to link to an alternate page either within the wiki or to another webpage.

{{Grid/Machine
|Type=Macerator
|Top=Cobblestone|Top-link=Cobblestone
|Output=Sand|Output-link=Sand
}}
produces

Cobblestone


Sand




Examples

Canning Machine

{{Grid/Machine
|Type=Canning Machine
|Top=Bread|Top-link=Bread
|Bottom=Tin Can
|Output=Canned Food
}}
produces

Bread

Tin Can

Canned Food



Compressor

{{Grid/Machine
|Type=Compressor
|Top=Mixed Metal Ingot
|Output=Advanced Alloy
}}
produces

Mixed Metal Ingot


Advanced Alloy



Electro Furnace

{{Grid/Machine
|Type=Electro Furnace
|Top=Cobblestone|Top-link=Cobblestone
|Output=Stone||Top-link=Stone
}}
produces

Cobblestone


Stone



Extractor

{{Grid/Machine
|Type=Extractor
|Top=Sticky Resin
|OA=3
|Output=Rubber
}}
produces

Sticky Resin


Rubber

GridNumbersCSS.png

Furnace

{{Grid/Machine
|Type=Furnace
|Top=Cobblestone|Top-link=Cobblestone
|Bottom=Coal (Item)|Bottom-link=Coal_(Item)
|Output=Stone||Top-link=Stone
}}
produces

Cobblestone

Coal (Item)

Stone



Macerator

{{Grid/Machine
|Type=Macerator
|Top=Gravel|Top-link=Gravel
|Output=Flint|Output-link=Flint
}}
produces

Gravel


Flint



Recycler

{{Grid/Machine
|Type=Recycler
|Top=Cobblestone|Top-link=Cobblestone
|Output=Scrap
}}
produces

Cobblestone


Scrap