Form talk:Equipment query

From Guild Wars 2 Wiki
Jump to navigationJump to search

I'd like for the id checkbox to work. >.> -Chieftain AlexUser Chieftain Alex sig.png 10:47, 21 June 2014 (UTC)

value for checkbox = yes / no. -Chieftain AlexUser Chieftain Alex sig.png 11:41, 21 June 2014 (UTC)
I'd like for it to recognise the word "span." But you can cross that bridge when you come to it. — snogratUser Snograt signature.png 11:46, 21 June 2014 (UTC)
crap thought I'd fixed that problem. what did you put in to get that error? -Chieftain AlexUser Chieftain Alex sig.png 11:53, 21 June 2014 (UTC)
also, tried purging your cache? -Chieftain AlexUser Chieftain Alex sig.png 11:57, 21 June 2014 (UTC)
Sorry, had a nap after writing that. Whatever it was has gone now - the exact same query was fine. I don't need to purge my cash, I'm married. — snogratUser Snograt signature.png 17:01, 21 June 2014 (UTC)
Actually, I can still get the span message if I populate all three boxes with 80, then exotic/weapon/whatever/yes/0 - maybe it doesn't like an absolute level AND a range. — snogratUser Snograt signature.png 17:09, 21 June 2014 (UTC)
"All 3 boxes"... >.> <.< a range of 80-80 whilst also matching exactly 80? geez gotta satisfy all the odd cases ^^ -Chieftain AlexUser Chieftain Alex sig.png 17:55, 21 June 2014 (UTC)
Actually no. That query works fine for me. pic. do CTRL+F5. -Chieftain AlexUser Chieftain Alex sig.png 17:58, 21 June 2014 (UTC)
oh. I see. whatever = one of the bunch. feck.-Chieftain AlexUser Chieftain Alex sig.png 18:02, 21 June 2014 (UTC)
fixed. -Chieftain AlexUser Chieftain Alex sig.png 18:11, 21 June 2014 (UTC)
I would remove the exact level box and just tell people to set min and max to the same value if they want that. —Dr Ishmael User Dr ishmael Diablo the chicken.png 21:16, 21 June 2014 (UTC)
See, I'm the ideal person to test shit like this. I can spot stupid things to do instinctively. What ish said is best - same number in min/max is the way it's done on the BLTC search screen, so one tends to do it everywhere. — snogratUser Snograt signature.png 21:26, 21 June 2014 (UTC)
Oh, and iPads don't have ctrl or fn keys, but I vaguely recall clicking the clock does the trick? iOS Safari doesn't like this wiki anyway, does really odd things with the backgrounds. — snogratUser Snograt signature.png 21:31, 21 June 2014 (UTC)
If alex simply copied the code from vendor query, he would have been smart instead of clever.--Relyk ~ talk < 21:46, 21 June 2014 (UTC)
except one has been made pretty... And this one was based on the armor one. I ran into a few smw-form issues with this one, particularly with the show\hide fields. I'll add the item suffix tomorrow & maybe an edit button... Though folk might click it and get confused... :p -149.254.250.98 22:10, 21 June 2014 (UTC)

Bug report for later[edit]

  1. Column headers aren't lining up (probably related to the id being the same for each cell).
  2. I can't query for supertype=trinket AND type=Ring

-Chieftain AlexUser Chieftain Alex sig.png 06:50, 7 October 2016 (UTC)

If I select Exotic Weapon (and nothing else) I get the drop-down for armor weights.--Cloned (talk) 07:11, 7 October 2016 (UTC)

Linking to the query[edit]

If anyone wants to link directly to a pre-populated form:

[{{fullurl:Special:RunQuery/Equipment query|
  Equipment_query%5Brarity%5D={{urlencode:Ascended|path}}
& Equipment_query%5Bsupertype%5D={{urlencode:Weapon|path}}
& Equipment_query%5Btype%5D={{urlencode:Armor|path}}
& Equipment_query%5Bclass%5D={{urlencode:Axe|path}}
& Equipment_query%5Bprefix%5D={{urlencode:Berserker|path}}
& wpRunQuery=true}} Show equipment]

Obviously remove the newlines and spaces after the ampersands first. The "%5B" is "open square bracket" and the "%5D" is "close square bracket".

e.g. if you wanted to specify some stupid combination of inputs: Show equipment -Chieftain AlexUser Chieftain Alex sig.png 22:32, 1 November 2018 (UTC)