Шаблон:NpcIdFromInternalName

Матеріал з Terraria Wiki
Перейти до навігації Перейти до пошуку
Template-info.svg Документація Наведена нижче документація запозичена з «Шаблон:NpcIdFromInternalName/doc». (редагувати | історія)
Для більш повної чи актуальної інформації ви можете переглянути документацію англійською.

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}} 670

See also