Template:Mob infobox: Difference between revisions

m
no edit summary
imported>Denatidum
(Created page with "<includeonly><div style="float:right; margin-left: 20px;"> <div class="infobox out"> <span class="shadow c-f">{{{title|{{PAGENAME}}}}}</span> </div> {{#if: {{{image|}}} | <div class="infobox in"> {{{image|}}} </div> | }} {{#if: {{{item|{{{durability|{{{renewable|{{{stackable|}}}}}}}}}}}} | <div class="infobox out"> {{#if: {{{item|}}} | {{Inventory slot|item={{{item|}}}}}}} {{#if: {{{description{{{durability|{{{renewable|{{{stackable|{{{tool|}}}}}}}}}}}}}}}...")
imported>Ttv pedro270707
mNo edit summary
 
(12 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-f">{{{title|{{PAGENAME}}}}}</span>
<span class="shadow c-0">{{{title|{{PAGENAME}}}}}</span>
</div>
</div>
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
Line 8: Line 8:
</div>
</div>
| }}
| }}
{{#if: {{{item|{{{durability|{{{renewable|{{{stackable|}}}}}}}}}}}} |
{{#if: {{{health|{{{behavior|{{{dmgeasy|{{{spawn|}}}}}}}}}}}} |
<div class="infobox out">
<div class="infobox out">
{{#if: {{{item|}}} | {{Inventory slot|item={{{item|}}}}}}}
{{#if: {{{description{{{durability|{{{renewable|{{{stackable|{{{tool|}}}}}}}}}}}}}}} |
<table class="infobox-table">
<table class="infobox-table">
             {{#if: {{{health|}}} |
             {{#if: {{{health|}}} |
<tr>
<tr>
<th>Health</th>
<th>Health</th>
<td>{{{health}}} ({{Healthbar|value={{{health|}}}}})</td>
<td>{{hp|{{{health|}}}}}</td>
</tr>
</tr>
| }}
| }}
Line 25: Line 23:
</tr>
</tr>
| }}
| }}
{{#if: {{{dmgeasy|}}} |
{{#if: {{{dmgeasy|{{{dmgnormal|{{{dmghard|}}}}}}}}} |
<tr>
<tr>
<th>Damage</th>
<th>Damage</th>
<td>Easy: {{{dmgeasy}}} ({{Healthbar|value={{{dmgeasy|}}}|size=9}})<br>Normal: {{{dmgnormal}}} ({{Healthbar|value={{{dmgnormal|}}}|size=9}}<br>Hard: {{{dmghard}}} ({{Healthbar|value={{{dmghard|}}}|size=9}})</td>
<td>Easy: {{hp|{{{dmgeasy|{{{dmgnormal|{{{dmghard|}}}}}}}}}}}<br>
Normal: {{hp|{{{dmgnormal|{{{dmgeasy|{{{dmghard|}}}}}}}}}}}<br>
Hard: {{hp|{{{dmghard|{{{dmgeasy|{{{dmgnormal|}}}}}}}}}}}</td>
</tr>
</tr>
| }}
| }}
Line 40: Line 40:
| }}
| }}
</div>
</div>
| }}
</div></includeonly><noinclude>
</div></includeonly><noinclude>
{{Documentation}}
{{Documentation}}
<!-- Put categories on the documentation page -->
<!-- Put categories on the documentation page -->
</noinclude>
</noinclude>