Difference between revisions of "Template:Mob"

From The Twilight Forest Wiki
Jump to navigation Jump to search
m (compliant Template)
m (More like Minecraft Wiki I guess)
Line 6: Line 6:


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


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


|-
|-
!Attack Strength
!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
{{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 09: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)
}}