WoW:AuctionSortId: Difference between revisions

m
Undo revision 1520478 by Charibot (talk)
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>)
m (Undo revision 1520478 by Charibot (talk))
Line 1: Line 1:
{{wowapitype}}<br>
{{wowapitype}}


The methods relating to sorting in the auction house can operate on many columns, this identifier is used to indicate which column is being referenced. Valid values are:
The methods relating to sorting in the auction house can operate on many columns, this identifier is used to indicate which column is being referenced. Valid values are:
Line 5: Line 5:
== Values ==
== Values ==


; <tt>"quality"</tt> : Item quality (All types)
; <tt>"quality"</tt>
: Item quality (All types)


; <tt>"level"</tt> : Item level (Only "list", "bidder")
; <tt>"level"</tt>
: Item level (Only "list", "bidder")


; <tt>"duration"</tt> : Auction duration (All types)
; <tt>"duration"</tt>
: Auction duration (All types)


; <tt>"buyout"</tt> : Current buyout price? (Only "bidder")
; <tt>"buyout"</tt>
: Current buyout price? (Only "bidder")


; <tt>"status"</tt> : Status (High bidder or not??) (All types)
; <tt>"status"</tt>
: Status (High bidder or not??) (All types)


; <tt>"bid"</tt> : Current bid (All types)
; <tt>"bid"</tt>
: Current bid (All types)


== Notes ==
== Notes ==


Not all of these sorts are valid for all auction types, those which are seen in the WoW UI code are indicated.
Not all of these sorts are valid for all auction types, those which are seen in the WoW UI code are indicated.