WoW:User snippets/MagePortal: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 August 2025

  • curprev 21:2621:26, 2 August 2025Bear talk contribs 3,276 bytes +72 No edit summary
  • curprev 21:2521:25, 2 August 2025Bear talk contribs 3,204 bytes +13 No edit summary
  • curprev 21:2421:24, 2 August 2025Bear talk contribs 3,191 bytes +3,191 Created page with "-- Create a frame to hold mage portal icons local portalFrame = CreateFrame("Frame", "MagePortalFrame", UIParent) portalFrame:SetSize(200, 300) portalFrame:SetPoint("RIGHT") portalFrame:Hide() -- Hide the frame by default -- Function to create a portal button local button = CreateFrame("Button", ADDON_NAME .. "CraftButton", frame, "UIPanelButtonTemplate") button:SetText("Craft") button:SetSize(100, 25) button:SetPoint("BOTTOM", frame, "BOTTOM", 0, 10) button:SetScript("O..."