Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetTradeSkillItemLink
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} Gets the link string for a trade skill item. link = GetTradeSkillItemLink(skillId) == Parameters == === Arguments === :(skillId) :;skillId : Integer - The Id specifying which trade skill's link to get. Trade Skill window must be open for this to work. Indexes start at 1 which is the general category of the tradeskill, if you have selected a sub-group of trade skills then 1 will be the name of that sub-group. Example: Trade Blacksmithing: (window is open, all catagories shown) {| |----- | Index || Name |----- | 1 || Daggers |----- | 2 || Heatseeker |----- | 3 || One-handed Swords |----- | 4 || Frostguard |} Trade Blacksmithing: (window is open, only trade items are shown) {| |----- | Index || Name |----- | 1 || Trade Items |----- | 2 || Elemental Sharpening Stone |----- | 3 || Thorium Shield Spike |} === Returns === :link :;link : String - An item link string (color coded with href) which can be included in chat messages to represent the item which the trade skill creates.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)