Template:Mob: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{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) }}") |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 100px;" | |||
!colspan="2"|{{{name| {{BASEPAGENAME}} }}} | |||
|- | |||
|colspan="2" style="background-color: #222"|{{{image|}}} | |||
|- | |||
!Type | |||
|{{{type|}}} | |||
|- | |||
!Health Points | |||
|{{{hp|}}} | |||
|- | |||
!Attack Strength | |||
|{{{attack|None}}} | |||
|- | |||
!Drops | |||
|{{{drops|None}}} | |||
|- | |||
!ID | |||
|{{{id|}}} | |||
|}<noinclude> | |||
Usage: | |||
<pre> | |||
{{Mob | {{Mob | ||
|name= (optional, defaults to the article's title) | |name= (optional, defaults to the article's title) | ||
| Line 8: | Line 37: | ||
|id= (in-game id) | |id= (in-game id) | ||
}} | }} | ||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> | |||
Revision as of 20:44, 6 November 2023
| 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)
}}