이 틀은 사용가능한 아이템 개체 페이지에 대해 일정한 디자인을 제공하기 위한 것이다.
{{ItemEntity
|title=
|image=
|invimage=
|type=
|otherosonly=
|durability=
|renewable=
|stackable=
|health=
|id=
|networkid=
|entityid=
|drops=
|experience=
|sounds=
|data=
|nameid=
|firstver=
|firstdev=
}}
참고로, 아이템의 데이터 값(data value)가 여러개 일때는 |data= 대신, |multipledata=를 사용하라.
| 매개변수 | 기능 | 기본 값/예제 값 |
|---|---|---|
title |
Optional value to use a different title instead of the page name | {{BASEPAGENAME}}
|
image |
Image of the entity | {{{title}}}.png if it exists, otherwise No image.svg (linking to the page where to upload the missing image)
|
imagesize |
Adjusts the size of the image | 200px |
imageN |
Other images for two-state entities | None |
imageNsize |
Adjusts the size of the corresponding image | 200px |
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 (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) | ? |
otherosonly |
For use if the item is only available in a specific version of Minecraft. | None |
durability |
How durable the item is | N/A |
renewable |
Whether the item is renewable | ? |
stackable |
Stackable | ? |
id |
The entity's numeric ID used internally, and over the network (0-255), unless a separate network ID is used. (see http://wiki.vg/Entities#Mobs) | ? |
networkid |
The ID number used in network traffic (0-255), if different from the internal ID. (see http://wiki.vg/Entities#Objects) | None |
entityid |
The entity's EntityID as seen in saved worlds | ? |
health |
The item entity's health | None |
drops |
What the entity drops when destroyed | None |
experience |
Method of getting experience, and how much | None |
sounds |
Sounds of the item entity | None |
data |
Single decimal data value | None |
nameid |
The item's named identifier. Can use None to force no name ID. | title or {{BASEPAGENAME}}
|
multipledata |
Multiple decimal data values, use {{dv}} |
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 |
See also[]
{{3rd Party Tool}}{{Biome}}{{Block}}{{Company}}{{Entity}}{{Food}}{{Gamemode}}{{Item}}{{ItemEntity}}{{Mod}}{{Person}}{{Profile}}{{Program}}{{Structure}}{{Technical Block}}{{Version nav}}- Module:Infobox
[보기 | 편집 | 역사 | 캐시 제거]위 설명문서는 틀:ItemEntity/doc에서 왔습니다.