WoW:Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
--></div> | --></div> | ||
{{dev}} | {{dev}} | ||
The [[development|WoW development]] reference describes game customization and technical specifications for [[wowwiki:WoW|WoW]]. This includes game UI [[ | The [[development|WoW development]] reference describes game customization and technical specifications for [[wowwiki:WoW|WoW]]. This includes game UI [[Macro]] and [[AddOn]] support and documentation of other types of files used for art or for general support of the game. | ||
{| class="mpcontentbox-table" cellspacing="0" cellpadding="0" | {| class="mpcontentbox-table" cellspacing="0" cellpadding="0" | ||
|- | |- | ||
Line 16: | Line 16: | ||
: · [[TOC format]] · [[AddOn loading process|Load Process]] · [[:Category:AddOns|more...]] | : · [[TOC format]] · [[AddOn loading process|Load Process]] · [[:Category:AddOns|more...]] | ||
: '''[[ | : '''[[World of Warcraft API|WoW Global API]]''' | ||
: · [[ | : · [[API types|Data types]] · [[Events (API)|Events]] · [[Lua functions]] | ||
: '''[[ | : '''[[Widget API|WoW Widget API]]''' | ||
: · [[ | : · [[XML_user_interface|Widgets]] · [[Widget handlers|Script handlers]] · [[:Category:Widgets|more...]] | ||
: '''[[ | : '''[[XML UI|WoW UI XML]]''' | ||
: · [[ | : · [[XML/Ui|XML Ui]] · [[XML elements]] · [[XML types]] · [[:Category:UI XML|more...]] | ||
: '''[[ | : '''[[Macro commands|WoW Macro Command Reference]]''' | ||
: '''[[ | : '''[[Secure Execution and Tainting]]''' | ||
: · [[ | : · [[SecureTemplates]] · [[SecureHandlers]] | ||
: '''[[:Category:UI technical details|UI Technical Details]]''' | : '''[[:Category:UI technical details|UI Technical Details]]''' | ||
: · [[ | : · [[Console variables|Console Variables]] · [[User defined functions|User functions]] · [[:Category:UI technical details|more...]] | ||
==== Community Web Platform Reference ==== | ==== Community Web Platform Reference ==== | ||
: '''[[ | : '''[[Web API|WoW Web API]]''' | ||
==== Developer talk ==== | ==== Developer talk ==== | ||
Line 52: | Line 52: | ||
==== UI Customization Tutorials and HOWTOs ==== | ==== UI Customization Tutorials and HOWTOs ==== | ||
: [[ | : [[UI beginner's guide|An introduction to addons, scripts and macros]] | ||
: [[ | : [[Getting started with writing addons]] | ||
: '''[[ | : '''[[WoW HOWTOs]]''' | ||
:* [[ | :* [[Handling events]] | ||
:* [[ | :* [[Saving variables between game sessions]] | ||
:* [[ | :* [[Creating a slash command]] | ||
:* [[ | :* [[Localizing an addon]] | ||
:* [[ | :* [[Using the Interface Options Addons panel]] | ||
:* [[ | :* [[Using UIDropDownMenu]] | ||
:* [[ | :* [[XML basics]] | ||
:* [[ | :* [[WoW HOWTOs|more...]] | ||
==== Other Resources and Tools ==== | ==== Other Resources and Tools ==== | ||
: [[:Category:Development Help AddOns|Development Help AddOns]] | : [[:Category:Development Help AddOns|Development Help AddOns]] | ||
: [[ | : [[UI Snippets|UI Code Snippets]] | ||
: '''Blizzard UI Internals''' | : '''Blizzard UI Internals''' | ||
:* [[ | :* [[Viewing Blizzard's WoW user interface code|Viewing Blizzard's WoW UI code]] | ||
:* [http://wow.go-hero.net/framexml/builds go-hero.net] - WoW UI version comparisons | :* [http://wow.go-hero.net/framexml/builds go-hero.net] - WoW UI version comparisons | ||
: '''[[ | : '''[[Lua editors|Lua and XML editing software]]''' | ||
:* [[ | :* [[Lua editors|Lua Editor List]] | ||
:* [//addonstudio.org/wow/current AddOn Studio for WoW] | :* [//addonstudio.org/wow/current AddOn Studio for WoW] | ||
:* [http://www.wowinterface.com/downloads/fileinfo.php?id=4222 WoW UI Designer] | :* [http://www.wowinterface.com/downloads/fileinfo.php?id=4222 WoW UI Designer] |
Revision as of 18:27, 14 August 2023
Welcome to the World of Warcraft Customization Reference
- You can also search using the Interface Customization or Community Web Platform categories.
- Before editing WoW customization pages, please read How to edit API pages.
The WoW development reference describes game customization and technical specifications for WoW. This includes game UI Macro and AddOn support and documentation of other types of files used for art or for general support of the game.
UI Customization Reference
Community Web Platform ReferenceDeveloper talk
|
UI Customization Tutorials and HOWTOsOther Resources and Tools
|
Things you can help out with
- Feel free to edit, correct or add any customization content