Template:Infobox Item: Difference between revisions
From Guinea Isles Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="infobox" | {| class="infobox" | ||
!colspan="2"| {{{item_name|Blank Item}}} | !colspan="2"| {{{item_name|Blank Item}}} | ||
| Line 17: | Line 14: | ||
| Sellable || {{{sellable|Yes}}} | | Sellable || {{{sellable|Yes}}} | ||
|} | |} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"stack_size": { | |||
"label": "Stack Size", | |||
"description": "Default maximum stack of the item.", | |||
"type": "number", | |||
"default": "100" | |||
}, | |||
"value": { | |||
"label": "Value", | |||
"description": "The default value of the item in-game.", | |||
"type": "number", | |||
"default": "1" | |||
}, | |||
"sellable": { | |||
"label": "Sellable", | |||
"description": "Whether the item can be sold to at least one shop.", | |||
"type": "boolean", | |||
"default": "False" | |||
}, | |||
"item_name": { | |||
"aliases": [ | |||
"Display Name" | |||
], | |||
"label": "Name", | |||
"description": "The display name of the item in-game.", | |||
"example": "Plainwood Log", | |||
"type": "string", | |||
"default": "Blank Item", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The 16x16 item image.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"category": { | |||
"label": "Category", | |||
"description": "The item's category in-game.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"None", | |||
"Tool", | |||
"Container", | |||
"Weapon", | |||
"Ammo", | |||
"Head", | |||
"Body", | |||
"Legs", | |||
"Trinket", | |||
"Food", | |||
"Potion", | |||
"Fish", | |||
"Bait", | |||
"Bug", | |||
"Seed", | |||
"Sapling", | |||
"Crop", | |||
"Herb", | |||
"Ingredient", | |||
"Material", | |||
"Gem", | |||
"Junk" | |||
], | |||
"default": "None" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"item_name", | |||
"image", | |||
"category", | |||
"stack_size", | |||
"value", | |||
"sellable" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 14:24, 18 September 2025
| Blank Item | |
|---|---|
| Image Path | |
| Properties | |
| Category | Item Category |
| Max Stack | Template:Stack Size |
| Value | |
| Sellable | Yes |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | item_name Display Name | The display name of the item in-game.
| String | required |
| Image | image | The 16x16 item image. | File | suggested |
| Category | category | The item's category in-game.
| String | optional |
| Stack Size | stack_size | Default maximum stack of the item.
| Number | optional |
| Value | value | The default value of the item in-game.
| Number | optional |
| Sellable | sellable | Whether the item can be sold to at least one shop.
| Boolean | optional |