WoW:AddOn: Difference between revisions

2 bytes added ,  31 August 2025
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{\|uiaddon}}
{{dev/uiaddon}}
This is the WoW [[AddOn]] main technical reference. WoW AddOns allow for altering and customizing the game, specifically through the [[user interface]].
This is the WoW [[AddOn]] main technical reference. WoW AddOns allow for altering and customizing the game, specifically through the [[user interface]].


Use the '''Reference''' section for detailed information, '''Guides''' for getting started and further understanding, and '''Summary''' for overall concepts details. See [[AddOns]] for information on the general ''AddOn'' term used in WoW.
Use the '''Reference''' section for detailed information, '''Guides''' for getting started and further understanding, and '''Summary''' for overall concepts details. See [[AddOn]]s for information on the general ''AddOn'' term used in WoW.


== Reference ==
== Reference ==
Line 10: Line 10:
* [[TOC file]] · [[TOC format]] - WoW AddOn "manifest" file.
* [[TOC file]] · [[TOC format]] - WoW AddOn "manifest" file.
* [[XML file]] - WoW AddOn 'XML' UI element file.
* [[XML file]] - WoW AddOn 'XML' UI element file.
* [[LUA file]] - WoW AddOn 'Lua' code file.
* [[Lua file]] - WoW AddOn 'Lua' code file.
* [[Bindings file]] - for creating key bindings, or AddOn key shortcuts.
* [[Bindings file]] - for creating key bindings, or AddOn key shortcuts.