WoW:API GetAddOnMetadata: Difference between revisions

clean up headers
(Added link to TOC formatting)
(clean up headers)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__
Returns addon metadata.
Returns addon metadata.
value = GetAddOnMetadata("addon", "field")


  value = GetAddOnMetadata("addon", "field")
== Arguments ==
 
;addon : String - Addon name to look up metadata for
== Parameters ==
;field : String - Field name. May be Title, Notes, Author, Version, or anything starting with X-  
=== Arguments ===
:("addon", "field")
 
:;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 ===
== Returns ==
<!-- List each return value, together with its type -->
;value : String - The value of the field, nil if not defined.
:;value : String - The value of the field, nil if not defined.




=== Related Topics ===
== Related Topics ==
[[The TOC Format|The TOC Format]]
[[The TOC Format|The TOC Format]]