Template:Infobox entity

From Minecraft Wiki
(Redirected from Template:Entity)
Jump to navigation Jump to search
Infobox entity
Documentation[view] [edit] [history] [purge]
Shortcut

This template provides a uniform infobox for all entity pages.

Usage

{{Entity
|title= 
|image=
|imagesize=
|addedVersion=
|addedDate=
|introducedEvent=
|introducedEventDate=
|removedVersion=
|removedDate=
|health=
|armor=
|behavior=
|mobtype=
|damage=
|size=
|speed=
|knockbackresistance=
|spawn=
|equipment=
|usableitems=
|leashable=
|boat=
|minecart=
|networkid=
|rarity=
|notes=
}}
Parameter Function Default value
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 150px
imageN Other images for multistate entities None
imageNsize Adjusts the size of the corresponding image 150px
addedVersion The first version(s) this entity was introduced None
addedDate The date(s) the entity was introduced None
introducedEvent The event the entity was introduced None
introducedEventDate The date of the event the entity was introduced None
removedVersion The version the entity was removed None
removedDate The date the entity was removed None
health The mob's health None
armor The mob's natural armor points None
damage The damage hostile mobs cause to the player None
size Hitbox height and width (see http://wiki.vg/Entities#Mobs) None
speed Movement speed attribute None
knockbackresistance Knockback resistance attribute None
spawn Spawn details None
equipment Equipment that may be dropped None
usableitems Items that can be used on the mob None
leashable Whether the entity can be leashed None
boat Whether the entity can enter boats None
minecart Whether the entity can enter minecarts None
networkid The ID number used in network traffic (0-255). None
rarity The color of this entity's name. See rarity for more info. None
notes Additional notes None

An infobox for an entity.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Nametitle name

Name of the entity, if different from the page name.

Stringoptional
Image sizeimagesize

Override the image size.

Example
150px
Unknownoptional
Imageimage

Image of the entity, if different from the page name.

Fileoptional
Version addedaddedVersion added

The first version(s) that this entity appeared in the game.

Example
15w24a
Unknownoptional
Date addedaddedDate

The date(s) the entity was first added into the game.

Example
{{Start date|2016|5|25}}
Dateoptional
Event introducedintroducedEvent

The wikilinked event that introduced this entity, if at all.

Example
Minecon Live 2020
Page nameoptional
Event introduced dateintroducedEventDate

The date of the event that introduced the entity.

Example
{{Start date|2020|05|19}}
Dateoptional
Version removedremovedVersion removed

The version the entity was removed

Example
1.9
Unknownoptional
Date removedremovedDate

The date of the version the entity was removed.

Example
{{End date|2011|05|19}}
Dateoptional
Healthhealth

The amount of health the entity has for each difficulty.

Example
{{Hp|5}}
Unknownsuggested
Armorarmor protection

Amount of armor points the entity has.

Example
{{Armor|2}}
Unknownsuggested
Behaviorbehavior

Behavior(s) of the entity.

Stringsuggested
Mob typemobtype

Type of the entity.

Stringsuggested
Damagedamage dmg

The amount of damage caused to a player on attack.

Example
{{Hp|5}}
Unknownsuggested
Hitbox sizesize

The entity's hitbox height and width.

Unknownoptional
Movement speedspeed

The movement speed attribute of the entity.

Example
55
Numberoptional
Knockback resistanceknockbackresistance kb

The knockback resistance attribute of the enitity.

Example
0
Numberoptional
Spawningspawn

Details on how and where the entity spawns, if at all.

Example
Plains biome.
Unknownoptional
Equipmentequipment equip

Equipment that may be dropped, if at all.

Example
Diamond hoe
Unknownoptional
Itemsusableitems

Items that can be used on the entity.

Unknownoptional
Leashableleashable

Whether the entity can be leashed.

Example
Yes
Unknownoptional
Boatboat

Whether the entity can enter boats.

Example
Yes
Unknownoptional
Minecartminecart

Whether the entity can enter minecarts.

Example
Yes
Unknownoptional
Network traffic IDnetworkid packet

The ID of the entity found in network traffic, if different from the internal ID.

Example
42
Numberoptional
Entity rarityrarity

The rarity of the entity in Minecraft Earth

Example
rare
Stringoptional
Ticking ordertickingorder

The order in which the entity ticks. Can be one of pad, pda, dap, dpa, apd, adp, where p is position, d is drag, a is acceleration.

Suggested values
pad pda dap dpa apd adp
Example
adp
Stringoptional
Gravitygravity

The gravity in blocks/tick. For fireball-like entities, input the acceleration instead.

Example
0.03
Numberoptional
Is gravity a float?gravity_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Dragdrag

The drag factor. Use this one if drag_h and drag_v are equal.

Example
0.99
Numberoptional
Is drag a float?drag_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Horizontal dragdrag_h

The horizontal drag factor

Example
0.99
Numberoptional
Is horizontal drag a float?drag_h_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Vertical dragdrag_v

The vertical drag factor

Example
0.99
Numberoptional
Is vertical drag a float?drag_v_float

If true, adds (float). If false or missing, adds (double)

Example
true
Booleanoptional
Hurting projectilehurting_projectile

Set to true if the entity inherits its movement from AbstractHurtingProjectile.

Example
true
Booleanoptional
Additional notesnotes

no description

Stringoptional

See also

Minecraft
Downloadable content
Minecraft Dungeons
Minecraft Earth
Minecraft Legends
Minecraft Story Mode
Franchise
Lore
Other
Meta
[view] [edit] [history] [purge]The above documentation is transcluded from Template:Infobox entity/doc.