Difference between revisions of "Wowpedia:Interface customization"
(→Interface documentation: WoWDevelopment) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
! width="50%" | '''How do I install AddOns?''' |
! width="50%" | '''How do I install AddOns?''' |
||
|- valign="top" |
|- valign="top" |
||
− | | [[AddOn]]s are [[Lua]] |
+ | | [[AddOn]]s are [[Lua]]/XML files that can modify the World of Warcraft [[User Interface]]. |
| You can [[AddOn#Installing_an_addon|install]] an addon by extracting its folder(s) into the addons directory: |
| You can [[AddOn#Installing_an_addon|install]] an addon by extracting its folder(s) into the addons directory: |
||
<code>World of Warcraft\_retail_\Interface\AddOns</code> |
<code>World of Warcraft\_retail_\Interface\AddOns</code> |
||
Line 45: | Line 45: | ||
: [[File:GitHub_Octocat.png|16px|link=]] [https://github.com/Gethe/wow-ui-source wow-ui-source] |
: [[File:GitHub_Octocat.png|16px|link=]] [https://github.com/Gethe/wow-ui-source wow-ui-source] |
||
: [[File:GitHub_Octocat.png|16px|link=]] [https://github.com/Ketho/BlizzardInterfaceResources BlizzardInterfaceResources] |
: [[File:GitHub_Octocat.png|16px|link=]] [https://github.com/Ketho/BlizzardInterfaceResources BlizzardInterfaceResources] |
||
− | Townlong |
+ | Townlong Yak |
* [https://www.townlong-yak.com/framexml/live FrameXML] · [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation API Documentation] |
* [https://www.townlong-yak.com/framexml/live FrameXML] · [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation API Documentation] |
||
* [https://www.townlong-yak.com/globe/ Globe] · [https://www.townlong-yak.com/globe/wut/ who uses that?] |
* [https://www.townlong-yak.com/globe/ Globe] · [https://www.townlong-yak.com/globe/wut/ who uses that?] |
||
WoW.tools |
WoW.tools |
||
* [https://wow.tools/files/ File Search] · [https://wow.tools/dbc/ DBC Browser] |
* [https://wow.tools/files/ File Search] · [https://wow.tools/dbc/ DBC Browser] |
||
+ | wowprogramming.com |
||
+ | * [https://wowprogramming.com/ Website] · [https://books.google.com/books?id=tOSDV71ND_0C 2nd Edition Book] |
||
<h4>Development Tools</h4> |
<h4>Development Tools</h4> |
Revision as of 04:17, 21 January 2021
![]() |
This is a Wowpedia Project, a collaboration of editors improving articles and other content related to a particular subject.
|
What are AddOns? | How do I install AddOns? |
---|---|
AddOns are Lua/XML files that can modify the World of Warcraft User Interface. | You can install an addon by extracting its folder(s) into the addons directory:
|
How do I develop AddOns? | Where can I get AddOns? |
---|---|
Start with Create a WoW AddOn in under 15 Minutes. A simple text editor like VS Code or Notepad++ is sufficient. | They can be downloaded from CurseForge and WoWInterface or one of the addon updater clients. |
Interface documentation
API ReferenceTechnical DetailsDevelopment ResourcesTownlong Yak WoW.tools wowprogramming.com Development Tools
|
Tutorials (HOWTOs)
YouTube AddOn Features
Developer CommunitiesDiscord Forums IRC |
Categories
Things you can help out with
- Before editing API pages, please read the relevant guidelines.
- Fill out all those red links in World of Warcraft API! (though pick in order of likelihood of being useful). Looking at the FrameXML code to find out how the functions are being used is good way to begin. Please do not create stubs if you are not adding new and useful facts - we prefer red links over stubs with no additional information.
- Scan Category:API stubs for unfinished pages!
- Take a look in Category:Votes for deleting and look for API pages.
- Help convert old pages to the Help:API Function articles style!