WoW:MACRO metashowtooltip: Difference between revisions

Add description of ''no arguments'' version, cleaned up last note.
(→‎Notes: Changed to bullets for readability)
(Add description of ''no arguments'' version, cleaned up last note.)
Line 7: Line 7:
  #showtooltip BagId slot  <--Shows an item by bag slot
  #showtooltip BagId slot  <--Shows an item by bag slot
  #showtooltip InvSlot    <--Shows an item by inventory slot
  #showtooltip InvSlot    <--Shows an item by inventory slot
#showtooltip            <--Shows tooltip dynamically (See Notes)


== Aliases ==
== Aliases ==
Line 30: Line 31:
*If the icon was already specified by a previous [[MACRO metashow|#show]], then this command is ignored entirely, including tooltips (the tooltip always shows the name of the macro).
*If the icon was already specified by a previous [[MACRO metashow|#show]], then this command is ignored entirely, including tooltips (the tooltip always shows the name of the macro).
*The default tooltip text is the name of the macro.
*The default tooltip text is the name of the macro.
*Omitting arguments to this metacommand will have no effect.  By default, the UI will pull information from [[MACRO cast|/cast]], [[MACRO castsequence|/castsequence]], [[MACRO castrandom|/castrandom]], [[MACRO use|/use]], [[MACRO userandom|/userandom]], [[MACRO equip|/equip]], or [[MACRO equipslot|/equipslot]] as long as the question mark icon ("?") is selected.
*Omitting arguments to this metacommand will allow the UI will pull information from [[MACRO cast|/cast]], [[MACRO castsequence|/castsequence]], [[MACRO castrandom|/castrandom]], [[MACRO use|/use]], [[MACRO userandom|/userandom]], [[MACRO equip|/equip]], or [[MACRO equipslot|/equipslot]].
Anonymous user