Vorlage:Grid/Rolling Machine/doc: Unterschied zwischen den Versionen

Aus Minecraft Gameserver Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „This template is used to create a grid that looks similar to the Rolling Machine GUI screen. ==Usage== <pre style="width: 200px">{{Grid/Rolling Machine |A1 = …“)
 
 
Zeile 30: Zeile 30:
 
|OA = 2
 
|OA = 2
 
}}
 
}}
 +
 +
  
 
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.<!-- These are all bugs, it should only go to 64 -->  
 
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.<!-- These are all bugs, it should only go to 64 -->  

Aktuelle Version vom 2. Oktober 2013, 23:01 Uhr

This template is used to create a grid that looks similar to the Rolling Machine GUI screen.

Usage

{{Grid/Rolling Machine
|A1 = Refined Iron
|A2 = Bronze Ingot
|A3 = Tin Ingot
|B1 = Refined Iron
|B2 = Bronze Ingot
|B3 = Tin Ingot
|C1 = Refined Iron
|C2 = Bronze Ingot
|C3 = Tin Ingot
|Output = Mixed Metal Ingot
|OA = 2
}}
produces

Refined Iron

Bronze Ingot

Tin Ingot

Refined Iron

Bronze Ingot

Tin Ingot

Refined Iron

Bronze Ingot

Tin Ingot

Mixed Metal Ingot

GridNumbersCSS.png


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.