Template:Infobox Item: Difference between revisions
From Guinea Isles Wiki
Created |
m Protected "Template:Infobox Item" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | {{#invoke:Infobox Item|main}}<noinclude>{{/doc}}</noinclude> | ||
Latest revision as of 08:24, 19 September 2025
| Item | |
|---|---|
| Properties | |
| Value |
|
| Stack Size | 100 |
| Sellable | Yes |
| Discoverable | Yes |
| Donatable | No |
A template for in-game items.
| 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 |
| Description | desc | If the item has a special description in-game.
| String | optional |
| Category | category | The item's category in-game.
| String | suggested |
| Stack Size | stack_size | Default maximum stack of the item.
| Number | optional |
| Value | value | The default value of the item in-game.
| Number | suggested |
| Sellable | sellable | Whether the item can be sold to at least one shop.
| Boolean | suggested |
| Discoverable | discoverable | Whether the items counts towards in the Items Discovered total in the stats menu.
| Boolean | suggested |
| Donatable | donatable | Whether the item can be donated to the museum.
| Boolean | suggested |