CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
This template returns the Mount ID of a mount based on its name.
Usage
{{ mountIdFromName | <mount name> }}
- First unnamed parameter
Name of the mount.
Examples
| Code |
Result
|
{{mountIdFromName|Unicorn Mount}} |
10
|
{{mountIdFromName|Beetle Minecart}} |
32
|
{{mountIdFromName|nonexistent mount name}} |
|