Vorlage:Grid/AssemblingMachine/doc: Unterschied zwischen den Versionen

Aus Minecraft Gameserver Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „;Description :This template is used to create a grid that looks similar to the Assembling Machine GUI screen. :To use it, copy-paste the following code and…“)
 
 
Zeile 1: Zeile 1:
;Description
+
;Beschreibung
:This template is used to create a grid that looks similar to the [[Assembling Machine]] GUI screen.
+
:Diese Vorlage benutzt ein Grid, die das Interface einer [[Assembling Machine]] darstellen soll.
:To use it, copy-paste the following code and fill in the parameters as described below.
+
:Um es zu benutzen, kopiere einfach die Vorlage von unten:
  
 
<pre style="width: 200px">{{Grid/AssemblingMachine
 
<pre style="width: 200px">{{Grid/AssemblingMachine
Zeile 17: Zeile 17:
 
}}</pre>
 
}}</pre>
  
;Sample Output
+
;Beispiel
 
<pre style="width: 200px">{{Grid/AssemblingMachine
 
<pre style="width: 200px">{{Grid/AssemblingMachine
 
|Input1 = Generator
 
|Input1 = Generator
Zeile 28: Zeile 28:
 
}}</pre>
 
}}</pre>
  
;produces:
+
;wird zu:
 
{{Grid/AssemblingMachine
 
{{Grid/AssemblingMachine
 
|Input1 = Generator
 
|Input1 = Generator

Aktuelle Version vom 1. Oktober 2013, 18:05 Uhr

Beschreibung
Diese Vorlage benutzt ein Grid, die das Interface einer Assembling Machine darstellen soll.
Um es zu benutzen, kopiere einfach die Vorlage von unten:
{{Grid/AssemblingMachine
|Input1 =
|Input1Amount =
|Input2 =
|Input2Amount =
|Output1 =
|Output1Amount =
|Output2 =
|Output2Amount =
|EU =
|Time =
|MaxEnergy = 
}}
Beispiel
{{Grid/AssemblingMachine
|Input1 = Generator
|Input2 = Carbon Plate
|Input2Amount = 4
|Output1 = Wind Mill
|EU = 51,200
|Time = 320
|MaxEnergy = 8
}}
wird zu
Generator
Carbon Plate
GridNumbersCSS.png
Wind Mill


51,200
320 secs
8 EU/t