Template:ItemPage: Difference between revisions
Template page
More actions
Hytalewiki (talk | contribs) No edit summary |
Hytalewiki (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<div style="display:{{#if:{{{Description|}}}|block|none}};"> | <div style="display:{{#if:{{{Description|}}}|block|none}};"> | ||
== Description == | == Description == | ||
{{{Description|}}} | {{{Description|}}} | ||
</div> | </div> | ||
| Line 12: | Line 12: | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<div style="display:{{#if:{{{Quote|}}}|block|none}};"> | <div style="display:{{#if:{{{Quote|}}}|block|none}};"> | ||
== Quote == | == Quote == | ||
<i>"{{{Quote|}}}"</i> | <i>"{{{Quote|}}}"</i> | ||
</div> | </div> | ||
| Line 19: | Line 19: | ||
<!-- ========================= --> | <!-- ========================= --> | ||
<div style="display:{{#if:{{{Recipe|}}}|block|none}};"> | <div style="display:{{#if:{{{Recipe|}}}|block|none}};"> | ||
== Recipe == | == Recipe == | ||
{{{Recipe|}}} | {{{Recipe|}}} | ||
</div> | </div> | ||
Revision as of 13:10, 19 January 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 |
| 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 |