wow-api-escape-sequences

Reference World of Warcraft UI escape sequences for text formatting.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-escape-sequences-pfchrono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-escape-sequences
Source: https://github.com/pfchrono/SimpleUnitFrames/tree/main/.agents/skills/wow-api-escape-sequences
Command: npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-escape-sequences-pfchrono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for World of Warcraft UI escape sequences, enabling developers to format text with colors, inline icons, and other special rendering effects within the game's UI.

Core Features & Use Cases

  • Coloring: Apply ARGB hex colors, named global colors, and item-quality colors to text.
  • Textures & Atlases: Embed inline textures or atlas regions directly into text strings.
  • Localization & Grammar: Handle language-specific text formatting, including pluralization and articles.
  • Use Case: Format chat messages or tooltip text to include colored item links, player names with specific colors, or icons representing spells and abilities.

Quick Start

Use the wow-api-escape-sequences skill to find the escape sequence for displaying text in epic quality blue.

Frequently Asked Questions about wow-api-escape-sequences

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format WoW UI text with colors and inline icons?

WoW UI text formatting uses escape sequences to apply ARGB colors, embed textures, and render atlas regions in chat messages and tooltips. Developers combine these sequences with Lua string manipulation to create visually rich in-game components.

What escape sequence displays text in epic quality blue in World of Warcraft?

Epic quality blue text in World of Warcraft is rendered using item-quality color escape sequences. The specific sequence formats the text string to match the game's standard epic rarity color, ensuring accurate visual representation in UI elements.

Can I embed inline textures and atlases into WoW chat messages?

Inline textures and atlas regions can be embedded directly into WoW chat messages using specific escape sequences. This allows developers to insert icons representing spells or abilities within standard text strings rendered by the game's UI engine.

How do I handle pluralization and grammar in WoW UI localization?

WoW UI localization handles pluralization and grammar through dedicated escape sequences that format language-specific text. These sequences manage articles and plural variations, ensuring dynamically generated strings adapt correctly to the player's locale.

Do I need Lua string manipulation knowledge to use WoW escape sequences?

Lua string manipulation knowledge is required to effectively use WoW escape sequences. Developers must understand how to concatenate and format Lua strings containing ARGB hex colors and texture references to generate functional in-game UI text.