Plantilla:Bloque técnico

De WikiMinecraft
(Redirigido desde «Plantilla:Technical Block»)
Saltar a: navegación, buscar
Documentation
Lua logo.png
Esta plantilla usa Módulo:Infobox, un script escrito en el lenguaje de programación Lua. Por favor lea mw:Lua y mw:Extension:Scribunto para saber más del lenguaje Lua.
Bloque técnico
No image.svg
Tipo

?

Esta plantilla provee un diseño uniforme para los bloques técnicos.

{{Bloque técnico
|title=
|image=
|invimage=
|type=
|gravity=
|transparent=
|light=
|tntres=
|tool=
|stackable=
|flammable=
|availability=
|experience=
|drops=
|data=
|nameid=
|fluidspeed=
|movespeed=
|firstver=
|firstdev=
|notes=
}}

Note that if the item has multiple data values, use |multipledata= instead of |data=. See below:

Parametro Funcciónn Valor por defecto
title The text in the blue box
image Image of the block (should be approx. 150×150px) {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
imageN Other images for two-state blocks (also approx. 150×150px) None
invimage Image for object in inventory. Can use None to force no invimage. Uses Template:Grid. Grid {{{title}}}.png if it exists, otherwise None
invimageN Other images for object in inventory. Uses Template:Grid. None
type Type (solid block, solid, block, or fluid)  ?
gravity Affected by gravity? None
transparent Can you see through some part of this block? Not as obvious as it seems, see Opacity. None
light Emits Light? If "Yes," add the light value like this: "Yes, 9" None
tntres Block's resistance to explosions. The value comes from the code; there aren't any units for it. None
tool Tool to use. Picture means, the block can only be broken with this tool (this quality or better). Outline means, the block can be broken with any tool, but this tool is the quickest. "Any tool" means that every tool is equally effective (or the block can be instantly broken with anything). "None" means the block cannot be broken. None
stackable Stackable None
flammable Whether the block is flammable or not None
availability The availability of an item None
experience The amount of experience dropped when mined or smelted None
drops The item entities dropped when destroyed None
data Single decimal data value None
multipledata Multiple decimal data values, use {{dv}} None
nameid The block's named identifier {{{title}}}
fluidspeed Speed of fluid movement None
movespeed Speed of walking through None
firstver First version that it was seen in (e.g. Alpha 1.0.17, classic 0.0.23a). None
firstdev First development snapshot it was seen in, requires firstver. None
notes Adds a centred column spanning across both rows at the bottom of the box None

Véase también

The above documentation is transcluded from Plantilla:Bloque técnico/doc.