LibAboutPanel-2.0

Development Tools 1 more category

Parses ToC and adds About panel to Interface options

WoW 12.0.5 Actively Maintained

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +1 Jun 2, 11 AM
Peak hour +2 Jun 4, 4 AM
Average +0 per hour

About this addon

What it does

LibAboutPanel-2.0

LibAboutPanel-2.0 is a World of Warcraft Lua library for displaying addon metadata in Blizzard's Settings UI or as an AceConfig-3.0-compatible options table. It works with all valid WoW clients.

Requirements

  • Required: LibStub
  • Optional: AceConfig-3.0, if using :AboutOptionsTable()

Quick Usage

For Ace3 addons, embed LibAboutPanel-2.0 when creating your addon object:

local MyAddon = LibStub("AceAddon-3.0"):NewAddon("MyAddon", "LibAboutPanel-2.0")

For non-Ace3 addons, embed the library into your addon object:

LibStub("LibAboutPanel-2.0"):Embed(MyAddon)

Or use it directly:

local LAP = LibStub("LibAboutPanel-2.0")

Create a Blizzard Settings About panel:

MyAddon:CreateAboutPanel("MyAddon")
-- or
LAP:CreateAboutPanel("MyAddon")

Create an AceConfig-3.0-compatible About options table:

options.args.about = MyAddon:AboutOptionsTable("MyAddon")

AboutOptionsTable() only returns the table. Your addon is responsible for registering it with AceConfig-3.0 or embedding it in an existing options table.

Documentation

See WIKI.md for:

  • .pkgmeta integration
  • Ace3 example usage
  • API reference
  • Supported .toc fields
  • Category and localization notes
  • Troubleshooting

Contributing

At-a-glance numbers

Performance highlights

  • Peaked at Hot #719 on Jun 1, 2026.
  • Peaked at Rising #428 on May 31, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 4 releases in the last 30 days.
  • Averaging 17 new downloads per day over the past week.

Visuals

Screenshots 2

Use real gameplay shots to assess the addon before installing.

Discover more

Keep exploring

Similar addons you might also want to check out.