Jump to content

Template:Mob: Difference between revisions

From Mods Galore
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}} }}}


{| 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>
|colspan="2" style="background-color: #FFFFFF"|<center>{{{image|}}}</center>
{{!}}-
 
{{#ifexist: File:Display_{{{Mob Name}}}.png |
|-
{{!}} colspan="2" style="text-align:center;" {{!}} [[File:Display_{{{Mob Name}}}.png|150px|link=]] |
!Type
|{{{type|}}}


}}
|-
|-
{{#if: {{{Health|}}}
!Health Points
  | !style="padding: 3px; solid black" {{!}} Health
|{{{hp|}}}
  {{!}} {{{Health}}}
 
}}
|-
|-
{{#if: {{{Spawn|}}}
!Attack Damage
  | !style="padding: 3px; solid black" {{!}} Spawn
|{{{damage|}}}
  {{!}} {{{Spawn}}}
 
}}
|-
|-
{{#if: {{{Damage|}}}
!Drops
  | !style="padding: 3px; solid black" {{!}} Damage
|{{{drops|None}}}
  {{!}} {{{Damage}}}
 
}}
|-
|-
{{#if: {{{Drops|}}}
!ID
  | !style="padding: 3px; solid black" {{!}} Drops
|{{{id|}}}
  {{!}} {{{Drops}}}
|}<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)
}}