WoW:FrameXML: Difference between revisions

16 bytes removed ,  15 August 2023
no edit summary
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
'''FrameXML''' is the Blizzard name for the main set of Lua and XML based UI code found in the game archives and folders, used when playing the game. FrameXML is also a name often used for the Blizzard [[XML UI|UI XML]] used to define UI frames.
'''FrameXML''' is the Blizzard name for the main set of Lua and XML based UI code found in the game archives and folders, used when playing the game. FrameXML is also a name often used for the Blizzard [[XML UI|UI XML]] used to define UI frames.


FrameXML, the format, defines UI constructs and [[Frame]]s using regular [[XML]] files. FrameXML is used to create most of the standard World of Warcraft [[User Interface]]. It is used for both the default WoW UI, and for WoW [[AddOns]] including user AddOns.
FrameXML, the format, defines UI constructs and [[Frame]]s using regular [[XML]] files. FrameXML is used to create most of the standard World of Warcraft [[User Interface]]. It is used for both the default WoW UI, and for WoW [[AddOn]]s including user AddOns.


== Disambiguation ==
== Disambiguation ==
Line 28: Line 28:
== See also ==
== See also ==
* [[XML UI]]
* [[XML UI]]
* [[WoWWiki:Interface customization]]
* [[:Category:FrameXML documentation]].
* [[:Category:FrameXML documentation]].
* [[WoW_development]]
* [[Viewing Blizzard's WoW user interface code]] - to extract all of FrameXML to regular files
* [[Viewing Blizzard's WoW user interface code]] - to extract all of FrameXML to regular files