Template:Mob infobox: Difference between revisions
imported>Denatidum No edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div style="float:right; margin-left: 20px;"> | <includeonly><div style="float:right; margin-left: 20px;"> | ||
<div class="infobox out"> | <div class="infobox out"> | ||
<span class="shadow c- | <span class="shadow c-0">{{{title|{{PAGENAME}}}}}</span> | ||
</div> | </div> | ||
{{#if: {{{image|}}} | | {{#if: {{{image|}}} | | ||
Line 14: | Line 14: | ||
<tr> | <tr> | ||
<th>Health</th> | <th>Health</th> | ||
<td>{{ | <td>{{hp|{{{health|}}}}}</td> | ||
</tr> | </tr> | ||
| }} | | }} | ||
Line 23: | Line 23: | ||
</tr> | </tr> | ||
| }} | | }} | ||
{{#if: {{{dmgeasy|}}} | | {{#if: {{{dmgeasy|{{{dmgnormal|{{{dmghard|}}}}}}}}} | | ||
<tr> | <tr> | ||
<th>Damage</th> | <th>Damage</th> | ||
<td>Easy: {{{dmgeasy | <td>Easy: {{hp|{{{dmgeasy|{{{dmgnormal|{{{dmghard|}}}}}}}}}}}<br> | ||
Normal: {{hp|{{{dmgnormal|{{{dmgeasy|{{{dmghard|}}}}}}}}}}}<br> | |||
Hard: {{hp|{{{dmghard|{{{dmgeasy|{{{dmgnormal|}}}}}}}}}}}</td> | |||
</tr> | </tr> | ||
| }} | | }} |
Latest revision as of 00:41, 29 March 2023
[view | | | ]Documentation
Zombie
This template allows for the creation of mob infoboxes. This example on the side is created with {{Mob infobox|title=Zombie|image=[[File:Zombie Cyan Render.png|160px]]|health=20|behavior=Hostile|dmgeasy=2.5|dmgnormal=3|dmghard=4.5|spawn=Light level 0}}
.
Parameter | Description | Defaults to |
---|---|---|
title |
The title of the infobox. | {{{PAGENAME}}}
|
image |
Previews the main image of the infobox. | |
health |
Specifies the health of the mob. Hearts are half of the HP value. (e.g. 7 HP = 3.5 hearts) | |
behavior |
Specifies the behavior type of the mob. Three behavior types are acceptable: Passive, Neutral and Hostile. Additional information can be added if necessary. | |
dmgeasy |
Specifies the damage value of the mob while in Easy difficulty. Not necessary if the mob is passive. | |
dmgnormal |
Specifies the damage value of the mob while in Normal difficulty. Not necessary if the mob is passive. | |
dmghard |
Specifies the damage value of the mob while in Hard difficulty. Not necessary if the mob is passive. | |
spawn |
Specifies what conditions are needed for that mob to spawn. |
[view | | | ]The above documentation is transcluded from Template:Mob infobox/doc.