Plantilla:NpcIdFromInternalName
Ir a la navegación
Ir a la búsqueda
Documentation The documentation below is transcluded from Plantilla:NpcIdFromInternalName/doc. (edit | history)
[purge]
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.
is a special internal name which returns the greatest possible NPC ID plus 1.
Count
Examples
Code | Result |
---|---|
{{npcIdFromInternalName|BlueSlime}} |
1 |
{{npcIdFromInternalName|Count}} |
688 |