Plantilla:NpcIdFromInternalName

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

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

Usage

{{ npcIdFromInternalName | <internal NPC name> }}

First unnamed parameter

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

Examples

Code Result
{{npcIdFromInternalName|BlueSlime}} 1
{{npcIdFromInternalName|Count}} 688

See also