Template:Infobox Item: Difference between revisions
From Guinea Isles Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
!colspan="2"| {{{item_name|Blank Item}}} | !colspan="2"| {{{item_name|Blank Item}}} | ||
|- | |- | ||
|colspan="2"| {{{image| | |colspan="2"| [[File:{{{image|Item_log_plainwood.png}}}|48x48px|center]] | ||
|- | |- | ||
!colspan="2"|Properties | !colspan="2"|Properties | ||
|- | |- | ||
| Category || {{{category|Item Category}}} | | '''Category''' || {{{category|Item Category}}} | ||
|- | |- | ||
| Max Stack || {{{stack_size|100}}} | | '''Max Stack''' || {{{stack_size|100}}} | ||
|- | |- | ||
| Value || {{{value|1}}} | | '''Value''' || {{{value|1}}} | ||
|- | |- | ||
| Sellable || {{{sellable|Yes}}} | | '''Sellable''' || {{{sellable|Yes}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
Revision as of 19:27, 18 September 2025
| Blank Item | |
|---|---|
| Properties | |
| Category | Item Category |
| Max Stack | 100 |
| Value | 1 |
| Sellable | Yes |
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 |
| 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 |