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
Created page with "<div class="item-layout"> <div class="item-main"> <!-- ========================= --> <!-- DESCRIPTION --> <!-- ========================= --> <div style="display:{{#if:{{{Description|}}}|block|none}};"> == Description == {{{Description|}}} </div> <!-- ========================= --> <!-- QUOTE --> <!-- ========================= --> <div style="display:{{#if:{{{Quote|}}}|block|none}};"> == Quote == <i>"{{{Quote|}}}"</i> </div> <!-- =========..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
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>
<!-- ========================= -->
<!--        RECIPE            -->
<!-- ========================= -->
<div style="display:{{#if:{{{Recipe|}}}|block|none}};">
== Recipe ==
{{{Recipe|}}}
</div>
</div>


 
<div style="display:{{#if:{{{Drops|}}}|block|none}};">
<!-- ========================= -->
== Drops ==
<!--        STATES            -->
{{{Drops|}}}
<!-- ========================= -->
<div style="display:{{#if:{{{States|}}}|block|none}};">
== States==
{{{States|}}}
</div>
</div>


</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|}}}
| dropondeath  = {{{DropOnDeath|}}}
| maxdurability = {{{MaxDurability|}}}
| armor = {{{Armor|}}}
| weapon = {{{Weapon|}}}
| tool = {{{Tool|}}}
}}
}}
}}
}}
{| class="wikitable infobox-item" style="width:320px; max-width:100%; table-layout:fixed; overflow-wrap:anywhere;"
{{#if:{{{Appearance|}}}|
! Appearance:
{{!}} {{{Appearance}}}
{{!}}-
}}
{{#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