Pokémon Box Link: Difference between revisions

→‎Search queries: adding new search terms
(→‎Search queries: adding new search terms)
Line 109: Line 109:
** <code>@[type]</code> — Pokémon with a move of the searched type (note: <code>@psychic</code> returns all {{type|Psychic}} moves, not merely Pokémon that know the move {{m|Psychic}})
** <code>@[type]</code> — Pokémon with a move of the searched type (note: <code>@psychic</code> returns all {{type|Psychic}} moves, not merely Pokémon that know the move {{m|Psychic}})
** <code>@weather</code> — Pokémon with a move that is currently [[weather]]-boosted
** <code>@weather</code> — Pokémon with a move that is currently [[weather]]-boosted
** <code>@special</code> — Pokémon with a move outside their standard move pool and thus cannot be relearned using a [[TM]] (e.g. event-exclusive moves, legacy moves, and {{m|Frustration}}/{{m|Return}})
** <code>@special</code> — Pokémon with a move outside their standard move pool (i.e. all moves that cannot be relearned using a [[TM]], including event-exclusive moves, legacy moves, {{m|Frustration}}, {{m|Return}}, and moves copied by {{p|Smeargle}})
** <code>@1</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose Fast Attack that fits the criteria (e.g. <code>@1bug</code> returns all Pokémon with a Bug-type Fast Attack)
** <code>@1</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose Fast Attack that fits the criteria (e.g. <code>@1bug</code> returns all Pokémon with a Bug-type Fast Attack)
** <code>@2</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose first Charged Attack fits the criteria
** <code>@2</code> followed by <code>[type]</code>, <code>[move]</code>, <code>weather</code>, or <code>special</code> — Pokémon whose first Charged Attack fits the criteria
Line 121: Line 121:
* <code>legendary</code> — [[Legendary Pokémon]]
* <code>legendary</code> — [[Legendary Pokémon]]
* <code>mythical</code> — [[Mythical Pokémon]]
* <code>mythical</code> — [[Mythical Pokémon]]
* <code>alola</code> or <code>alolan</code> — [[Regional variant#Alola|Alola Form]] Pokémon
* [[Regional variant]]s
** <code>alola</code> or <code>alolan</code> — [[Regional variant#Alola|Alola Form]] Pokémon
** <code>galar</code> or <code>galarian</code> — [[Regional variant#Galar|Galarian form]] Pokémon
* <code>hatched</code> — Pokémon that were hatched from an {{pkmn|Egg}}
* <code>hatched</code> — Pokémon that were hatched from an {{pkmn|Egg}}
* <code>eggsonly</code> — [[Baby Pokémon]]
* <code>eggsonly</code> — [[Baby Pokémon]]
Line 130: Line 132:
** <code>genderless</code> — genderless Pokémon
** <code>genderless</code> — genderless Pokémon
* {{IV}} [[appraisal]]
* {{IV}} [[appraisal]]
** <code>0*</code> — Pokémon whose {{IV}} total is between 0 and 22 (i.e. display 0 stars on the appraisal pop-up)
** <code>0*</code> — Pokémon whose {{IV}} total is between 0 to 22 (i.e. display 0 stars on the appraisal pop-up)
** <code>1*</code> — Pokémon whose IV total is between 23 and 29 (i.e. display 1 star on the appraisal pop-up)
** <code>1*</code> — Pokémon whose IV total is between 23 to 29 (i.e. display 1 star on the appraisal pop-up)
** <code>2*</code> — Pokémon whose IV total is between 30 and 36 (i.e. display 2 stars on the appraisal pop-up)
** <code>2*</code> — Pokémon whose IV total is between 30 to 36 (i.e. display 2 stars on the appraisal pop-up)
** <code>3*</code> — Pokémon whose IV total is between 37 and 44 (i.e. display 3 stars on the appraisal pop-up with an orange background)
** <code>3*</code> — Pokémon whose IV total is between 37 to 44 (i.e. display 3 stars on the appraisal pop-up with an orange background)
** <code>4*</code> — Pokémon whose IV total is 45 (i.e. display 3 stars on the appraisal pop-up with a red background)
** <code>4*</code> — Pokémon whose IV total is 45 (i.e. display 3 stars on the appraisal pop-up with a red background)
* <code>shadow</code> — {{DL|Team GO Rocket|Shadow Pokémon}}
* <code>shadow</code> — {{DL|Team GO Rocket|Shadow Pokémon}}
* <code>purified</code> — Purified Pokémon
* <code>purified</code> — Purified Pokémon
* [[Region]]
** <code>kanto</code> — Pokémon first discovered in the [[Kanto]] region, including Alola Forms (equivalent to <code>1-151</code>)
** <code>johto</code> — Pokémon first discovered in the [[Johto]] region (equivalent to <code>152-251</code>)
** <code>hoenn</code> — Pokémon first discovered in the [[Hoenn]] region (equivalent to <code>252-386</code>)
** <code>sinnoh</code> — Pokémon first discovered in the [[Sinnoh]] region (equivalent to <code>387-493</code>)
** <code>unova</code> — Pokémon first discovered in the [[Unova]] region (equivalent to <code>494-649</code>)


;Operands
;Operands