removed spam
m (link to interface customization kit) |
(removed spam) |
||
| Line 6: | Line 6: | ||
*'''For a good introduction and explanation, please see [http://forums.worldofwarcraft.com/thread.aspx?FN=wow-interface-customization&T=163945&P=1 The Definitive AddOn and Macro FAQ] (v2).''' | *'''For a good introduction and explanation, please see [http://forums.worldofwarcraft.com/thread.aspx?FN=wow-interface-customization&T=163945&P=1 The Definitive AddOn and Macro FAQ] (v2).''' | ||
== How do I create an AddOn? == | == How do I create an AddOn? == | ||
| Line 12: | Line 13: | ||
Major version numbers as part of AddOn directory names might work, though. | Major version numbers as part of AddOn directory names might work, though. | ||
== What is this .toc file? == | == What is this .toc file? == | ||
| Line 36: | Line 38: | ||
## Notes: Short desription of the Addon | ## Notes: Short desription of the Addon | ||
== Special case : [[Bindings.xml]] == | == Special case : [[Bindings.xml]] == | ||
If you include a [[Bindings.xml]] file, it does not have to be included in your .toc list of files to load - WoW loads this file automatically. This file is used to set key bindings specific to the AddOn. | If you include a [[Bindings.xml]] file, it does not have to be included in your .toc list of files to load - WoW loads this file automatically. This file is used to set key bindings specific to the AddOn. | ||
== What other keywords are there in the .toc file? == | == What other keywords are there in the .toc file? == | ||
| Line 49: | Line 53: | ||
See [[Cosmos AddOns]] for [[Cosmos]]-specific Add-Ons | See [[Cosmos AddOns]] for [[Cosmos]]-specific Add-Ons | ||
[[Category:Interface Customization]][[Category:AddOns]] | [[Category:Interface Customization]] | ||
[[Category:AddOns]] | |||