Template:Infobox entity/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
attempt to add height stat to entity template, I would like to see this statistic on any entity that we can get this information on, because it's useful, believe it or not, you can filter enemies by height using snow layers and other partial blocks
No edit summary
Line 11: Line 11:
|caption2=
|caption2=
|caption3=
|caption3=
|health=
|health= 3600
|armor=
|armor=10000
|damage=
|damage= 1000
|spawn=
|spawn=
|height=
|height=200
|firstver=
|firstver=
|firstdev=
|firstdev=
|drops=
|drops=End egg
|commondrops=
|commondrops=
|uncommondrops=
|uncommondrops=
Line 25: Line 25:
|usableitems=
|usableitems=
|exp=
|exp=
|sounds=
|sounds=die
|id=
|id=
|networkid=
|networkid=
Line 31: Line 31:
}}</pre>
}}</pre>


{| style="background-color: transparent;"
{| style="background-color: blue transparent;"
! Parameter
! Parameter
! Function
! Function

Revision as of 22:10, 11 March 2017

This is the documentation page. It should be transcluded into Template:Infobox entity. See Template:Documentation for more information.
This template uses Module:Infobox, a script written in Lua.

Template:Entity This template provides a uniform design for entities pages.

{{Entity
|title= 
|image=
|imagesize=
|caption=
|caption2=
|caption3=
|health= 3600
|armor=10000
|damage= 1000
|spawn=
|height=200
|firstver=
|firstdev=
|drops=End egg
|commondrops=
|uncommondrops=
|raredrops=
|equipment=
|usableitems=
|exp=
|sounds=die
|id=
|networkid=
|entityid=
}}
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 200px
imageN Other images for multistate entities None
imagesizeN Adjusts the size of the coorsponding image image 200px
health The mob's health None
armor The mob's armor None
damage The damage hostile mobs cause to the player None
spawn Spawn details None
height Exact Height None
score The score the mob gives on being killed in Survival Test None
firstver First version that it was seen in (eg. Alpha 1.0.17, classic 0.0.23a). None
firstdev First development snapshot it was seen in, requires firstver. None
drops What the entity drops when destroyed — only use this for drops where the drop type is unknown None
commondrops The common drops the entity may drop when destroyed None
uncommondrops The uncommon drops the entity may drop when destroyed None
raredrops The rare drops the entity may drop when destroyed None
equipment The items the mob may spawn with None
usableitems The items the mob may equip None
exp The experience the mob drop upon a player kill None
sounds The sound effects of the entity None
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 ?

See also

Minecraft
Minecraft Earth
Minecraft Dungeons
Minecraft Legends
Minecraft Story Mode
Other
Meta


fr:Modèle:Entité/doc