Template:Infobox Item/doc: Difference between revisions
From Guinea Isles Wiki
No edit summary |
m Protected "Template:Infobox Item/doc" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
"description": "Whether the item can be sold to at least one shop.", | "description": "Whether the item can be sold to at least one shop.", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "default": "1", | ||
"suggested": true, | "suggested": true, | ||
"autovalue": " | "autovalue": "1" | ||
}, | }, | ||
"item_name": { | "item_name": { | ||
| Line 84: | Line 84: | ||
"description": "Whether the items counts towards in the Items Discovered total in the stats menu.", | "description": "Whether the items counts towards in the Items Discovered total in the stats menu.", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "default": "1", | ||
"suggested": true, | "suggested": true, | ||
"autovalue": " | "autovalue": "1" | ||
}, | }, | ||
"donatable": { | "donatable": { | ||
| Line 92: | Line 92: | ||
"description": "Whether the item can be donated to the museum.", | "description": "Whether the item can be donated to the museum.", | ||
"type": "boolean", | "type": "boolean", | ||
"default": " | "default": "0", | ||
"suggested": true, | "suggested": true, | ||
"autovalue": " | "autovalue": "0" | ||
} | } | ||
}, | }, | ||
Latest revision as of 08:24, 19 September 2025
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 |