Editing Module:ItemData/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 10: | Line 10: | ||
**returns true/false | **returns true/false | ||
*<code>get_prop|ITEM_NAME|PROPERTY</code> | *<code>get_prop|ITEM_NAME|PROPERTY</code> | ||
**Returns the value of one of the item's properties. Check the [[Data:ItemData.json|json file]] for item properties | **Returns the value of one of the item's properties. Check the [[Data:ItemData.json|json file]] for item properties | ||
*<code>get_codename|ITEM_NAME</code> | *<code>get_codename|ITEM_NAME</code> | ||
**Returns the item's codename in game files | **Returns the item's codename in game files | ||
==Example== | ==Example== | ||
| Line 49: | Line 38: | ||
<code>{{#invoke:ItemData|get_codename|Boundless Spirit}}</code> | <code>{{#invoke:ItemData|get_codename|Boundless Spirit}}</code> | ||