Difference between revisions of "Template:Mob"

From The Twilight Forest Wiki
Jump to navigation Jump to search
m (More like Minecraft Wiki I guess)
m (Reverted edits by Abominationn (talk) to last revision by Androsa)
Line 6: Line 6:


|-
|-
!Behavior
!Type
|{{{type|}}}
|{{{type|}}}


|-
|-
!Health points
!Health Points
|{{{hp|}}}
|{{{hp|}}}


|-
|-
!Attack strength
!Attack Strength
|{{{attack|None}}}
|{{{attack|None}}}


Line 22: Line 22:


|-
|-
!Namespaced ID
!ID
|{{{id|}}}
|{{{id|}}}
|}<noinclude>
|}<noinclude>
Line 28: Line 28:
Usage:
Usage:
<pre>
<pre>
{{mob
{{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 18: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)
}}