Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:MobPage: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
<div class="item-layout">
<div class="item-layout">
<div class="item-main">
<div class="item-main">
<!-- ========================= -->
 
<!--      DESCRIPTION          -->
<div style="display:{{#if:{{{Spawning|}}}|block|none}};">
<!-- ========================= -->
== Spawning ==
<div style="display:{{#if:{{{Description|}}}|block|none}};">
{{{Spawning|}}}
== Description ==
{{{Description|}}}
</div>
<!-- ========================= -->
<!--        QUOTE            -->
<!-- ========================= -->
<div style="display:{{#if:{{{Quote|}}}|block|none}};">
== Quote ==
<i>"{{{Quote|}}}"</i>
</div>
</div>


<!-- ========================= -->
<!--        DROPS            -->
<!-- ========================= -->
<div style="display:{{#if:{{{Drops|}}}|block|none}};">
<div style="display:{{#if:{{{Drops|}}}|block|none}};">
== Drops ==
== Drops ==
Line 27: Line 14:
</div>
</div>
<div class="item-infobox">
<div class="item-infobox">
<!-- ========================= -->
<!--        INFOBOX          -->
<!-- ========================= -->
{{#if:{{{Model|}}}
{{#if:{{{Model|}}}
|{{InfoboxItem3D
|{{InfoboxItem3D
| name         = {{{Name|}}}
| name       = {{{Name|}}}
| image         = {{{Icon|}}}
| image     = {{{Icon|}}}
| model         = {{{Model|}}}
| model     = {{{Model|}}}
| categories   = {{{Categories|}}}
| categories = {{{Categories|}}}
| tags          = {{{Tags|}}}
| consumable    = {{{Consumable|}}}
| maxstack      = {{{MaxStack|}}}
| dropondeath  = {{{DropOnDeath|}}}
| maxdurability = {{{MaxDurability|}}}
| armor = {{{Armor|}}}
| weapon = {{{Weapon|}}}
| tool = {{{Tool|}}}
}}
}}
|{{InfoboxItem
|{{InfoboxItem
| name         = {{{Name|}}}
| name       = {{{Name|}}}
| image         = {{{Icon|}}}
| image     = {{{Icon|}}}
| categories   = {{{Categories|}}}
| categories = {{{Categories|}}}
| tags          = {{{Tags|}}}
}}
| consumable    = {{{Consumable|}}}
}}
| maxstack      = {{{MaxStack|}}}
{| class="wikitable infobox-item" style="width:320px; max-width:100%; table-layout:fixed; overflow-wrap:anywhere;"
| dropondeath  = {{{DropOnDeath|}}}
{{#if:{{{Appearance|}}}|
| maxdurability = {{{MaxDurability|}}}
! Appearance:
| armor = {{{Armor|}}}
{{!}} {{{Appearance}}}
| weapon = {{{Weapon|}}}
{{!}}-
| tool = {{{Tool|}}}
}}
{{#if:{{{Health|}}}|
! Health:
{{!}} {{{Health}}}
{{!}}-
}}
}}
{{#if:{{{Speed|}}}|
! Speed:
{{!}} {{{Speed}}}
{{!}}-
}}
}}
{{#if:{{{Attitude|}}}|
! Attitude:
{{!}} {{{Attitude}}}
{{!}}-
}}
{{#if:{{{MemoryCategory|}}}|
! Memory:
{{!}} {{{MemoryCategory}}}
{{!}}-
}}
{{#if:{{{DropList|}}}|
! Drop list:
{{!}} {{{DropList}}}
{{!}}-
}}
|}
</div>
</div>
</div>
</div>
<noinclude>
<noinclude>
<templatedata>
[[Category:Templates]]
{
  "description": "Full item page template for HytaleWiki",
  "params": {
    "Name": { "label": "Item Name", "type": "string" },
    "Icon": { "label": "Icon filename", "type": "string" },
    "Model": { "label": "3D model filename", "type": "string" },
    "Description": { "label": "Description", "type": "string" },
    "Quote": { "label": "Quote", "type": "string" },
    "Categories": { "label": "Categories", "type": "string" },
    "Tags": { "label": "Tags", "type": "string" },
    "Consumable": { "label": "Consumable", "type": "string" },
    "MaxStack": { "label": "Max Stack", "type": "number" },
    "DropOnDeath": { "label": "Drop On Death", "type": "string" },
    "MaxDurability": { "label": "Max Durability", "type": "number" },
    "Armor": { "label": "Armor block", "type": "string" },
    "Tool": { "label": "Tool block", "type": "string" },
    "InteractionVars": { "label": "Interaction Vars", "type": "string" },
    "RecipeBlock": { "label": "Recipe visual block", "type": "string" }
  }
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 17:56, 5 June 2026

Spawning

Drops