Binding of Isaac: Rebirth Wiki
Advertisement
Error: The specified table, "collectibles", does not exist.


Error: The specified table, "collectibles_images", does not exist.


Error: The specified table, "collectibles_names", does not exist.


Error: The specified table, "collectibles_recharges", does not exist.
Template-info Documentation

Usage

{{infobox activated collectible
| no storage =
| hidden =
| dlc =
| name =
| alias =
| files name =
| image name =
| image =
| costume name =
| costume =
| costume scale =
| tear app name =
| tear app =
| tear app scale =
| id =
| quote =
| description =
| quality =
| tags =
| recharge =
| shop price =
| devil price =
| unlocked by =
}}

Description

Displays an infobox for an activated collectible.

Template parameters

ParameterDescriptionTypeStatus
No storageno storage

Use it to not store the activated collectible in the database.

Example
yes
Unknownoptional
Hiddenhidden

Use it to hide the infobox.

Example
yes
Unknownoptional
DLCdlc

The DLC the activated collectible originates from.

Example
a
Stringoptional
Namename

The name(s) of the activated collectible. If the name was changed, use a DLC dictionary. The first name should not have any DLC value.

Default
The page name, without the disambiguation parentheses if there are any.
Example
The Bible, a+: The New Bible
Stringoptional
Aliasalias

The name of the activated collectible in the database.

Default
The first part of the "name" parameter.
Example
The Bible
Stringoptional
Files namefiles name

The name of the activated collectible in files.

Default
The "alias" parameter.
Example
The Bible
Stringoptional
Image nameimage name

The name(s) of the activated collectible in its image(s). If the image was changed, use a DLC dictionary. Asterisks are replaced with the "files name" parameter. Overrides the "image" parameter.

Default
The "files name" parameter.
Example
*, a: The New Bible
Stringoptional
Imageimage

The image(s) of the activated collectible. If the image was changed, use a DLC dictionary. Overridden by the "image name" parameter.

Default
collectible <files name> icon.png
Example
collectible The Bible icon.png, a: collectible The New Bible icon.png
Stringoptional
Costume namecostume name

The name(s) of the activated collectible in its Isaac costume(s). If the costume was changed, use a DLC dictionary. Asterisks are replaced with the "files name" parameter. Overrides the "costume" parameter.

Default
The "files name" parameter.
Example
*, a: The New Bible
Stringoptional
Costumecostume

The Isaac costume(s) of the activated collectible. If the costume was changed, use a DLC dictionary. Use "no" to hide the default costume. Overridden by the "costume name" parameter.

Default
collectible <files name> appearance.png
Example
collectible The Bible appearance.png, a: collectible The New Bible appearance.png
Stringoptional
Costume scalecostume scale

The scale of the Isaac costume(s) of the activated collectible. Any numeric formula can be used.

Default
1
Example
1 / 3
Stringoptional
Tear appearance nametear app name

The name(s) of the activated collectible in its tear appearance(s). If the appearance was changed, use a DLC dictionary. Asterisks are replaced with the "files name" parameter. Overrides the "tear app" parameter.

Default
The "files name" parameter.
Example
*, a: The New Bible
Stringoptional
Tear appearancetear app

The tear appearance(s) of the activated collectible. If the appearance was changed, use a DLC dictionary. Use "no" to hide the default appearance. Overridden by the "tear app name" parameter.

Default
collectible <files name> tears.png
Example
collectible The Bible tears.png, a: collectible The New Bible tears.png
Stringoptional
Tear appearance scaletear app scale

The scale of the tear appearance(s) of the activated collectible. Any numeric formula can be used.

Default
1
Example
1 / 3
Stringoptional
IDid

The collectible ID of the activated collectible.

Example
33
Numberrequired
Quotequote

The sentence on the screen when picking up the activated collectible.

Example
Temporary Flight
Stringrequired
Descriptiondescription

A short description of the activated collectible.

Example
On use, Isaac gains [[flight]] for the current [[room]].
Contentrequired
Qualityquality

The quality of the activated collectible.

Example
1
Numberrequired
Tagstags

The tags of the activated collectible, separated with spaces.

Example
book offensive angel
Stringoptional
Rechargerecharge

The recharge time of the activated collectible. Use the number of steps. If it has only 1 step but fills up with time, use the number of seconds followed by "s". If it has no charge bar, use "unlimited" or "one time use" if it disappears after use.

Example
6
Stringrequired
Shop priceshop price

The price the activated collectible is sold at within a shop. If the price was changed, use a DLC dictionary.

Default
15
Example
10
Stringoptional
Devil pricedevil price

The number of red heart containers required to buy the activated collectible with a Devil deal. If the price was changed, use a DLC dictionary.

Default
2
Example
1
Stringoptional
Unlocked byunlocked by

The achievement required to unlock the activated collectible.

Example
Something From The Future
Stringoptional
Advertisement