WoW:AchievementLink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
{{Wowapi}} | {{Wowapi}} | ||
Achievement links are returned by [[API GetAchievementLink|GetAchievementLink]](). | |||
== | == Format == | ||
Finished: | Finished: | ||
|cffffff00|Hachievement:2186:00000000002FDDE9:1:12:19:8:4294967295:4294967295:4294967295:4294967295|h[The Immortal]|h|r | |cffffff00|Hachievement:2186:00000000002FDDE9:1:12:19:8:4294967295:4294967295:4294967295:4294967295|h[The Immortal]|h|r | ||
Line 11: | Line 10: | ||
* '''"|cffffff00"''' - Colorizes the link (see [[itemLink]]) | * '''"|cffffff00"''' - Colorizes the link (see [[itemLink]]) | ||
* '''"|H"''' - Hyperlink introduction | * '''"|H"''' - Hyperlink introduction | ||
* '''"achievement: | * '''"achievement:1284:00000000002FDDE9:0:0:0:-1:65529:0:0:0"''' – Read more at [[AchievementString|Achievement String]]. | ||
* '''"|h"''' - Hyperlink data concluded, text follows | * '''"|h"''' - Hyperlink data concluded, text follows | ||
* '''"[ | * '''"[Outland Dungeonmaster]"''' - Display text | ||
* '''"|h"''' - Hyperlink conclusion | * '''"|h"''' - Hyperlink conclusion | ||
* '''"|r"''' - Returns color to normal | * '''"|r"''' - Returns color to normal | ||
Revision as of 14:16, 2 July 2009
← WoW API
Achievement links are returned by GetAchievementLink().
Format
Finished:
|cffffff00|Hachievement:2186:00000000002FDDE9:1:12:19:8:4294967295:4294967295:4294967295:4294967295|h[The Immortal]|h|r
Unfinished:
|cffffff00|Hachievement:1284:00000000002FDDE9:0:0:0:-1:65529:0:0:0|h[Outland Dungeonmaster]|h|r
- "|cffffff00" - Colorizes the link (see itemLink)
- "|H" - Hyperlink introduction
- "achievement:1284:00000000002FDDE9:0:0:0:-1:65529:0:0:0" – Read more at Achievement String.
- "|h" - Hyperlink data concluded, text follows
- "[Outland Dungeonmaster]" - Display text
- "|h" - Hyperlink conclusion
- "|r" - Returns color to normal