wow-api-escape-sequences

Reference World of Warcraft UI escape sequences for text formatting.

1|Updated Aug 13, 2024
One-click install
npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-escape-sequences
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-escape-sequences
Source: https://github.com/Alzakath/Ruilhenn/tree/main/.gemini/skills/wow-api-escape-sequences
Command: npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-escape-sequences

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers correctly format text within the World of Warcraft UI, ensuring proper display of colors, icons, and localized text.

Core Features & Use Cases

  • Coloring: Apply custom, named, or item-quality colors to text.
  • Inline Textures & Atlases: Embed game icons and textures directly within text strings.
  • Localization: Handle language-specific grammar and pluralization rules.
  • Use Case: When creating a tooltip for a rare item, use this Skill to color the item's name blue and include its icon next to the text.

Quick Start

Use the wow-api-escape-sequences skill to format the text "My Item" with the color 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 color text in WoW UI strings using escape sequences?

To color text in WoW UI, use escape sequences to apply custom hex codes, named UI colors, or item-quality colors directly within Lua text strings for chat output and tooltips.

Can I embed inline textures and atlas icons in World of Warcraft chat frames?

Yes, you can embed inline textures and atlas icons in World of Warcraft chat frames by using specific escape sequences within your Lua text strings to display game icons.

How do I handle grammar inflections and pluralization for WoW UI localization?

Handle WoW UI localization grammar inflections and pluralization by using specific escape sequences designed to manage language-specific rules dynamically within your FrameXML text strings.

Do I need to understand the WoW Lua API to format tooltip text?

Yes, formatting tooltip text requires understanding the WoW Lua API and FrameXML to dynamically generate text strings with correct escape sequences for colors and icons.

What are the limitations of using WoW escape sequences for word-wrap hints?

WoW escape sequences for word-wrap hints are limited to UI text formatting contexts like chat and tooltips, requiring valid FrameXML syntax to function correctly within the game client.