Difference between revisions of "Template:Mob"
Jump to navigation
Jump to search
m (compliant Template) |
Abominationn (talk | contribs) m (More like Minecraft Wiki I guess) |
||
Line 6: | Line 6: | ||
|- | |- | ||
! | !Behavior | ||
|{{{type|}}} | |{{{type|}}} | ||
|- | |- | ||
!Health | !Health points | ||
|{{{hp|}}} | |{{{hp|}}} | ||
|- | |- | ||
!Attack | !Attack strength | ||
|{{{attack|None}}} | |{{{attack|None}}} | ||
Line 22: | Line 22: | ||
|- | |- | ||
!ID | !Namespaced ID | ||
|{{{id|}}} | |{{{id|}}} | ||
|}<noinclude> | |}<noinclude> | ||
Line 28: | Line 28: | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
{{ | {{mob | ||
|name= (optional, defaults to the article's title) | | name = (optional, defaults to the article's title) | ||
|image= (filelink) | | image = (filelink) | ||
|type= (passive or hostile) | | type = (passive or hostile) | ||
|hp= (health) | | hp = (health) | ||
|attack= (attack damage) | | attack = (attack damage) | ||
|drops= (drops) | | drops = (drops) | ||
|id= (in-game id) | | id = (in-game id) | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 08:22, 6 July 2020
Mob | |
---|---|
Behavior | |
Health points | |
Attack strength | None |
Drops | None |
Namespaced ID |
Usage:
{{mob | name = (optional, defaults to the article's title) | image = (filelink) | type = (passive or hostile) | hp = (health) | attack = (attack damage) | drops = (drops) | id = (in-game id) }}