Plantilla:ItemIdFromInternalName

De Terraria Wiki
Ir a la navegación Ir a la búsqueda
Template-info.svg Documentation The documentation below is transcluded from Plantilla:ItemIdFromInternalName/doc. (edit | history)

This template returns the ID of an item based on its internal name.

Usage

{{ itemIdFromInternalName | <internal item name> }}

First unnamed parameter

Internal name of the item. If it is empty or invalid, the template will return an empty string. Count is a special internal name which returns the greatest possible item ID plus 1.

Examples

Code Result
{{itemIdFromInternalName|IronPickaxe}} 1
{{itemIdFromInternalName|Count}} 5453

See also