Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Description

The Item template is for use on item pages to give a quick introduction to vital statistics about the item.

Usage

Place the infobox as the first element in a page describing an item. These core parameters should almost always be supplied:

{{Item
|id=The id number of the item, should always be a multiple of 2
|name=The name of the item
|rarity=The item's rarity
|editableType=The item's editable type (see below)
|actionType=The item's action type (see below)
}}

To add an image, use these parameters:

|image=The filename of the image (e.g. Filename.png)
|imageCaption=A caption to display under the image (optional)
|imageWidth=A specific width to make the image (optional)

Some extra statistics can also be displayed if available (all optional):

|itemCategory=The item's category (see below)
|dropChance=A number in the 0-8 range specifying the drop frequency
|spreadType=A number in the 1-6 range specifying the spread type (see below)
|collisionType=A number in the 0-3 range specifying the collision type (see below)
|clothingType=A number in the 0-6 range specifying the clothing type (see below)

For items which are growable, seed info can also be provided:

|ingredient1=The name of the first ingredient of the item
|ingredient2=The name of the second ingredient of the item
|growTime=How long the seed takes to grow
|seedStyle=A seed style specification, in the format 0/0/0/0 (optional)
|seedColor=The base color of the seed, in the format #000000 (optional)
|overlayColor=The overlay color of the seed, in the format #000000 (optional)

Special Values

For a variety of the parameters discussed above, it is ideal that specific id numbers are used in place of full descriptions in case their description needs to be changed. If you don't know the id number for a property on a specific item, you can look it up on the item database. PLease note that this has not been updated in more than 2 years, so it might be outdated.

Specific documentation on these id numbers is forthcoming.

Examples

Most item pages should feature an example of this template.

 Lava (Rarity: 1)

DO NOT TOUCH!
Properties
None
Data
Type Pain Block (Lava) - Foreground
ChiUnknown
Texture Type 4 Directional
Collision Type Full Collision
Hardness 4 Hits
3 Hits
Restores after 8s of inactivity.
Seed Color
#FF2811
#FFBB2A
Grow Time 31s
Default Gems Drop 0 - 1
Paint Preview
None
Red
Yellow
Green
Aqua
Blue
Purple
Charcoal

id:Item/doc

{{Item
|id=4
|name=Lava
|rarity=1
|editableType=0
|actionType=16
|dropChance=8
|spreadType=5
|collisionType=1
}}

 Boots (Rarity: 5)

For when you have serious work to do.
Properties
This item never drops any seeds.
This item can be transmuted.
Data
Type Feet - Clothes
ChiNone
Texture Type Single
Collision Type Full Collision
Hardness 0 Hits
0 Hits
Restores after 0s of inactivity.
Seed Color
#3B3B3B
#484848
Grow Time 4m 35s
Default Gems Drop 0 - 1

id:Item/doc

{{Item
|id=42
|name=Boots
|rarity=5
|editableType=4
|actionType=20
|dropChance=0
|collisionType=1
|clothingType=3
|ingredient1=Rock
|ingredient2=Black Block
|growTime=4m 35s
|seedStyle=5/10/5/2
|seedColor=#3b3b3b
|overlayColor=#484848
}}