49
edits
m (wrong Cosmos wikilink) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
:''See the [[WoW AddOn]] page for UI customization reference details about programming [[Blizz]]ard's World of Warcraft AddOns.'' | :''See the [[WoW AddOn]] page for UI customization reference details about programming [[Blizz]]ard's World of Warcraft AddOns. See [[:Category:AddOns]] for a list of AddOns.'' | ||
'''AddOns''' are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive. | '''AddOns''' are generally self-contained User Interface (UI) modification components. However, some AddOns can be dependent on other AddOns to work, and some AddOns are actually collections of other AddOns. There is no size restriction on AddOns, some can grow to be quite massive. | ||
| Line 6: | Line 6: | ||
Often the name '''modification''' (or "mod" for short) is used interchangeably with AddOn. More specifically, a mod is a third-party AddOn that alters or enhances some aspect of the game's interface. Mods can perform a wide variety of tasks, including adding new buttons to the screen, altering the built-in player and party frames. In extreme cases, mods completely supplant the standard game's [[UI|interface]], usually offering more advanced functionality. | Often the name '''modification''' (or "mod" for short) is used interchangeably with AddOn. More specifically, a mod is a third-party AddOn that alters or enhances some aspect of the game's interface. Mods can perform a wide variety of tasks, including adding new buttons to the screen, altering the built-in player and party frames. In extreme cases, mods completely supplant the standard game's [[UI|interface]], usually offering more advanced functionality. | ||
Some mods are standalone, able to run without any additional software. Others are built on libraries | Some mods are standalone, able to run without any additional software. Others are built on libraries, like the old [[Sea (AddOn)|Sea]] or [[Ace (AddOn)|Ace]] libraries. Still others, such as the old [[Cosmos (AddOn)|Cosmos]], are compilations of many individually-developed mods. | ||
== See also == | == See also == | ||
* [[WoWWiki:AddOn pages]] - guidelines for making AddOn pages. | * [[WoWWiki:AddOn pages]] - guidelines for making AddOn pages. | ||
* [[:Category:Addons]] - list of AddOn pages currently on the wiki. | |||
== External links == | == External links == | ||
| Line 15: | Line 16: | ||
{{elink|type=bnetsupportus|link=http://us.battle.net/support/en/article/common-display-ui-issues-after-a-patching|desc=World of Warcraft Reset UI FAQ|bydate=Updated: Jun 30, 2012; Article ID: 300544}} | {{elink|type=bnetsupportus|link=http://us.battle.net/support/en/article/common-display-ui-issues-after-a-patching|desc=World of Warcraft Reset UI FAQ|bydate=Updated: Jun 30, 2012; Article ID: 300544}} | ||
{{elink|type=bnetsupporteu|link=http://eu.battle.net/support/en/article/world-of-warcraft-reset-ui-faq|desc=World of Warcraft Reset UI FAQ|bydate=Updated: 28-Jun-2012; Article ID: 300544}} | {{elink|type=bnetsupporteu|link=http://eu.battle.net/support/en/article/world-of-warcraft-reset-ui-faq|desc=World of Warcraft Reset UI FAQ|bydate=Updated: 28-Jun-2012; Article ID: 300544}} | ||
[[Category:AddOn]] | |||
[[Category:Interface customization]] | [[Category:Interface customization]] | ||
[[Category:UI]] | [[Category:UI]] | ||
[[Category:Acronyms]] | [[Category:Acronyms]] | ||