Template:Drop infobox/doc

From Terraria Mods Wiki
Jump to navigation Jump to search

This template is used to display an overview of entities that drop a given item.

Usage

All parameters are optional.

{{ drop infobox | title = <infobox header> | icons = <icons next to the title> | collapsible = n/no | collapsed = y/yes/n/no | float = left/right | width = <infobox width> | css/style = <custom styling> }}

title

Set a custom header of the infobox.

icons

Codes for the icons you want to display next to the title separated with /. The following options are supported:

npc adds Bestiary Boss Enemy.png
item, bag, crate, or other add Bestiary Item Spawn.png
collapsible

Remove the collapsibility from the infobox.

collapsed

Force the initial state; defaults to y if there are more than five entities in the infobox, and to n otherwise.

float

Float attribute of the infobox.

width

Width of the infobox, with unit.

css/style

Additional custom styling.

Unnamed parameters

Used for manually passing information, ad infinitum. These work quite similarly to the parameters used for storing drop information in {{npc infobox}}, as they are passed in groups of three as well: entity, quantity, and rate.

| <entity name 1> | <quantity 1> | <rate 1>
| <entity name 2> | <quantity 2> | <rate 2>
| ... | ... | ...
| <entity name n> | <quantity n> | <rate n>

However, the entity cell supports some custom parameters, such as image, size, note, etc. F.e. | #Librarian@Avalon | 1 | 25% Outputs the following row:

Avalon/LibrarianLibrarian125%

If the name of entity starts with custom^, the rest parts of the string will be inserted in the row.

Examples

Code Result
{{modname|set|Avalon}}
{{drop infobox | icons = npc / bag
| #Librarian | 1 | 25%
| custom^{{item|Zombie|note2={{note|small=y|paren=y|only in [[Hardmode]]}}}} | 1-10 / {{expert|2-20}} | 5% / {{expert|7.5%}} / {{master|10%}}
| Zombie | 1-10 | 100%
| #Treasure Bag (Sun Pixie)@Polarities Mod | 1-10 / {{expert|2-20}} | 5% / {{expert|7.5%}} / {{master|10%}}
}}
Obtained from Obtained from Obtained from
EntityQuantityRate
Avalon/LibrarianLibrarian125%
ZombieZombie(only in Hardmode)1-10 / 2-205% / 7.5% / 10%
ZombieZombie1-10100%
Polarities Mod/Treasure Bag (Sun Pixie)Treasure Bag(Sun Pixie)1-10 / 2-205% / 7.5% / 10%