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:..." |
m 7 revisions imported |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" style="float:right; margin-left: 100px;" | |||
!colspan="2"|{{{name| {{BASEPAGENAME}} }}} | |||
|- | |- | ||
|colspan="2" style="background-color: #FFFFFF"|<center>{{{image|}}}</center> | |||
|- | |||
!Type | |||
|{{{type|}}} | |||
|- | |- | ||
!Health Points | |||
|{{{hp|}}} | |||
|- | |- | ||
!Attack Damage | |||
|{{{damage|}}} | |||
|- | |- | ||
!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) | |||
|damage= (attack damage) | |||
|drops= (drops) | |||
|id= (in-game id) | |||
}} | }} | ||
</pre> | |||
[[Category:Infobox templates]] | |||
[[Category:Agnostic Pages]] | |||
</noinclude> |
Latest revision as of 19:03, 25 March 2025
Mob | |
---|---|
Type | |
Health Points | |
Attack Damage | |
Drops | None |
ID |
Usage:
{{Mob |name= (optional, defaults to the article's title) |image= (filelink) |type= (passive or hostile) |hp= (health) |damage= (attack damage) |drops= (drops) |id= (in-game id) }}