Search Blizzard's XML frame templates
wow_ui_template_searchSearch Blizzard's built-in XML UI templates to reuse native frames. View inheritance chains, mixins, and definitions to avoid creating frame art from scratch.
Instructions
Search the virtual XML templates that ship with the game — the frames an addon can inherit by name to get Blizzard's own look and behaviour (buttons, scroll lists, panels, tooltips). Shows the inheritance chain, attached mixins and where each is defined. Use this instead of writing frame art from scratch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict to an element type, e.g. Button, Frame, CheckButton. | |
| limit | No | ||
| query | Yes | Template name or fragment, e.g. ScrollBox or UIPanelButton. | |
| flavor | No | Game client. Defaults to retail. |