Template:Mob: Difference between revisions
Appearance
Transfer>Admin Created page with " {| class="infoboxtable" style="width: 225px;" style="font-size:89%; background-color:#FFF; |- ! colspan="2" style="background-color:#55007F; color:#FFFFFF; font-size:120%; padding:1em;" | {{{Mob Name}}}<br> {{!}}- {{#ifexist: File:Display_{{{Mob Name}}}.png | {{!}} colspan="2" style="text-align:center;" {{!}} [[File:Display_{{{Mob Name}}}.png|150px|link=]] | }} |- {{#if: {{{Health|}}} | !style="padding: 3px; solid black" {{!}} Health {{!}} {{{Health}}} }} |- {{#if:..." |
Transfer>Admin No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 100px;" | |||
!colspan="2"|{{{name| {{BASEPAGENAME}} }}} | |||
|- | |- | ||
|colspan="2" style="background-color: #55007F"|{{{image|}}} | |||
|- | |||
!Type | |||
|{{{type|}}} | |||
|- | |- | ||
!Health Points | |||
|{{{hp|}}} | |||
|- | |- | ||
!Attack Strength | |||
|{{{attack|None}}} | |||
|- | |- | ||
!Drops | |||
|{{{drops|None}}} | |||
|- | |- | ||
!ID | |||
|{{{id|}}} | |||
|}<noinclude> | |||
Usage: | |||
<pre> | |||
{{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) | |||
}} | }} | ||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> |
Revision as of 21:24, 20 March 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) }}