Template:ItemPage: Difference between revisions
Template page
More actions
Hytalewiki (talk | contribs) 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> <!-- ======..." |
Hytalewiki (talk | contribs) No edit summary |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<div class="item-layout"> | <div class="item-layout"> | ||
<div class="item-main"> | <div class="item-main"> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
| Line 9: | Line 8: | ||
{{{Description|}}} | {{{Description|}}} | ||
</div> | </div> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<!-- QUOTE --> | <!-- QUOTE --> | ||
| Line 17: | Line 15: | ||
<i>"{{{Quote|}}}"</i> | <i>"{{{Quote|}}}"</i> | ||
</div> | </div> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<!-- RECIPE --> | <!-- RECIPE --> | ||
| Line 25: | Line 22: | ||
{{{Recipe|}}} | {{{Recipe|}}} | ||
</div> | </div> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<!-- | <!-- STATES --> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<div style="display:{{#if:{{{ | <div style="display:{{#if:{{{States|}}}|block|none}};"> | ||
== | == States== | ||
{{{ | {{{States|}}} | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="item-infobox"> | <div class="item-infobox"> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<!-- INFOBOX --> | <!-- INFOBOX --> | ||
<!-- ========================= --> | <!-- ========================= --> | ||
{{ | {{#if:{{{Model|}}} | ||
|{{InfoboxItem3D | |||
| name = {{{Name|}}} | | name = {{{Name|}}} | ||
| image = {{{Icon|}}} | | image = {{{Icon|}}} | ||
| model = {{{Model|}}} | |||
| categories = {{{Categories|}}} | | categories = {{{Categories|}}} | ||
| tags = {{{Tags|}}} | | tags = {{{Tags|}}} | ||
| Line 50: | Line 50: | ||
| armor = {{{Armor|}}} | | armor = {{{Armor|}}} | ||
| weapon = {{{Weapon|}}} | | weapon = {{{Weapon|}}} | ||
| tool = {{{Tool|}}} | |||
}} | |||
|{{InfoboxItem | |||
| name = {{{Name|}}} | |||
| image = {{{Icon|}}} | |||
| categories = {{{Categories|}}} | |||
| tags = {{{Tags|}}} | |||
| consumable = {{{Consumable|}}} | |||
| maxstack = {{{MaxStack|}}} | |||
| dropondeath = {{{DropOnDeath|}}} | |||
| maxdurability = {{{MaxDurability|}}} | |||
| armor = {{{Armor|}}} | |||
| weapon = {{{Weapon|}}} | |||
| tool = {{{Tool|}}} | |||
}} | |||
}} | }} | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 61: | Line 75: | ||
"Name": { "label": "Item Name", "type": "string" }, | "Name": { "label": "Item Name", "type": "string" }, | ||
"Icon": { "label": "Icon filename", "type": "string" }, | "Icon": { "label": "Icon filename", "type": "string" }, | ||
"Model": { "label": "3D model filename", "type": "string" }, | |||
"Description": { "label": "Description", "type": "string" }, | "Description": { "label": "Description", "type": "string" }, | ||
"Quote": { "label": "Quote", "type": "string" }, | "Quote": { "label": "Quote", "type": "string" }, | ||
Latest revision as of 18:13, 5 June 2026
Full item page template for HytaleWiki
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item Name | Name | no description | String | optional |
| Icon filename | Icon | no description | String | optional |
| 3D model filename | Model | no description | String | optional |
| Description | Description | no description | String | optional |
| Quote | Quote | no description | String | optional |
| Categories | Categories | no description | String | optional |
| Tags | Tags | no description | String | optional |
| Consumable | Consumable | no description | String | optional |
| Max Stack | MaxStack | no description | Number | optional |
| Drop On Death | DropOnDeath | no description | String | optional |
| Max Durability | MaxDurability | no description | Number | optional |
| Armor block | Armor | no description | String | optional |
| Tool block | Tool | no description | String | optional |
| Interaction Vars | InteractionVars | no description | String | optional |
| Recipe visual block | RecipeBlock | no description | String | optional |