Terraria Wiki
Advertisement
Terraria Wiki

Returns the icons indicating the platforms for which an item is available. For displaying a link with eicons, use {{Exclusive icon link}}.

You can use {{eicons/options}} to change default value for some parameters.

Usage

Acceptable shortcut: {{eicons}}

Unnamed Parameter 1
Item name
small= y/yes
Use small=yes to make all of the icons smaller.
invert=y
Use this if you want icons to output the opposite of the exclusivity. Important note: this disables the Japanese Console version sensor.
desktop=y/n, console=y/n, japan=y/n, mobile=y/n, old-gen=y/n, 3DS=y/n
Override options. Important note: these are evaluated after "invert".

Examples

{{eicons|Suspicious Looking Egg }} -> (M3)
{{eicons|Soul of Blight }} -> (OM3)
{{eicons|Suspicious Looking Egg|small=y }} -> (M3), small
{{eicons|Crystal Work Bench }} -> (D)
{{eicons|Gold Butterfly }} -> (DC)
{{eicons|Soul of Blight | invert = yes }} -> (DC)
{{eicons|Work Bench}} ->
Invalid EICONS input!
(nothing, since Work Bench is on all versions)
{{eicons|Dirt Block}} ->
Invalid EICONS input!
(nothing, since Dirt Block is on all versions)
{{eicons|Dirt Block| mobile = y}} -> (M)
{{eicons|Dirt Block| old-gen = y | 3ds = y}} -> (O3)
Advertisement