Vorlage:ItemIdFromName/Dokumentation
Zur Navigation springen
Zur Suche springen
This template returns the item ID of an item based on its English name. It requires the exact name of the item, as presented at Item IDs. Notably, wiki aliases like "Blue Jellyfish (bait)" are not recognized.
Usage
{{ itemIdFromName | <item name> }}
- First unnamed parameter
English name of the item. If empty or invalid, the template will return an empty string.
Examples
| Code | Result |
|---|---|
{{itemIdFromName|Iron Pickaxe}} |
1 |
{{itemIdFromName|S.D.M.G.}} |
1553 |
{{itemIdFromName| S.D.M.G. }} |
1553 |
{{itemIdFromName|}} |
|
{{itemIdFromName}} |
|
{{itemIdFromName|ThisItemNameDoesn'tExist}} |
|
{{itemIdFromName|Blue Jellyfish (bait)}} |
|
{{itemIdFromName|Blue Jellyfish}} |
2436 |
Notes
- There are several items that share the exact same name in-game, listed below. This template will only return one of the possible item IDs.
- Princess Dress (Clothier)/Princess Dress (item IDs 865 and 1773);
{{itemIdFromName|Princess Dress}}→1773 - Seaweed/Seaweed (junk) (item IDs 753 and 2338);
{{itemIdFromName|Seaweed}}→753 - Deathweed Planter Box (item IDs 3217 and 3218);
{{itemIdFromName|Deathweed Planter Box}}→3218 - Strange Plant (item IDs 3385, 3386, 3387, and 3388);
{{itemIdFromName|Strange Plant}}→3385 - Ogre Mask (unobtainable)/Ogre Mask (item IDs 3847 and 3865);
{{itemIdFromName|Ogre Mask}}→3865
- Princess Dress (Clothier)/Princess Dress (item IDs 865 and 1773);
See also
- {{itemNameFromId}}
- {{itemIdFromInternalName}}
- {{iteminfo}}