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))
 
(2 intermediate revisions 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": "False",
"default": "1",
"suggested": true,
"suggested": true,
"autovalue": "False"
"autovalue": "1"
},
},
"item_name": {
"item_name": {
Line 34: Line 34:
"type": "string",
"type": "string",
"default": "Blank Item",
"default": "Blank Item",
"required": true
"required": true,
"autovalue": "Item"
},
},
"image": {
"image": {
Line 83: 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": "True",
"default": "1",
"suggested": true,
"suggested": true,
"autovalue": "True"
"autovalue": "1"
},
},
"donatable": {
"donatable": {
Line 91: 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": "False",
"default": "0",
"suggested": true,
"suggested": true,
"autovalue": "False"
"autovalue": "0"
}
}
},
},

Latest revision as of 08:24, 19 September 2025

A template for in-game items.

Template parameters

ParameterDescriptionTypeStatus
Nameitem_name Display Name

The display name of the item in-game.

Default
Blank Item
Example
Plainwood Log
Auto value
Item
Stringrequired
Imageimage

The 16x16 item image.

Filesuggested
Descriptiondesc

If the item has a special description in-game.

Example
Fish 25% faster when used as bait.
Stringoptional
Categorycategory

The item's category in-game.

Suggested values
None Tool Container Weapon Ammo Head Body Legs Trinket Food Potion Fish Bait Bug Seed Sapling Crop Herb Ingredient Material Gem Junk
Default
None
Stringsuggested
Stack Sizestack_size

Default maximum stack of the item.

Default
100
Auto value
100
Numberoptional
Valuevalue

The default value of the item in-game.

Default
1
Auto value
1
Numbersuggested
Sellablesellable

Whether the item can be sold to at least one shop.

Default
1
Auto value
1
Booleansuggested
Discoverablediscoverable

Whether the items counts towards in the Items Discovered total in the stats menu.

Default
1
Auto value
1
Booleansuggested
Donatabledonatable

Whether the item can be donated to the museum.

Default
0
Auto value
0
Booleansuggested