Difference between revisions of "Template:Mob"
Jump to navigation
Jump to search
Abominationn (talk | contribs) m (More like Minecraft Wiki I guess) |
m (Reverted edits by Abominationn (talk) to last revision by Androsa) |
||
Line 6: | Line 6: | ||
|- | |- | ||
! | !Type | ||
|{{{type|}}} | |{{{type|}}} | ||
|- | |- | ||
!Health | !Health Points | ||
|{{{hp|}}} | |{{{hp|}}} | ||
|- | |- | ||
!Attack | !Attack Strength | ||
|{{{attack|None}}} | |{{{attack|None}}} | ||
Line 22: | Line 22: | ||
|- | |- | ||
! | !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 17:55, 7 July 2020
Mob | |
---|---|
Type | |
Health Points | |
Attack Strength | None |
Drops | None |
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) }}