m
Move page script moved page API GetAddOnMetadata to WoW:API GetAddOnMetadata without leaving a redirect
m (yes) |
m (Move page script moved page API GetAddOnMetadata to WoW:API GetAddOnMetadata without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Returns addon metadata. | Returns addon metadata. | ||
value = GetAddOnMetadata("addon", "field") | |||
== Arguments == | |||
;addon : String - Addon name to look up metadata for | |||
;field : String - Field name. May be Title, Notes, Author, Version, or anything starting with X- | |||
== | == Returns == | ||
;value : String - The value of the field, nil if not defined. | |||
: | |||
== | == Related Topics == | ||
[[The TOC Format|The TOC Format]] | |||