User:Illviljan/test: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
>Illviljan
No edit summary
Line 1: Line 1:
List of areas with area ids.
 
==Query multiple area id==
{{il|Lucky Deck}} for example an be found in [[tier]] 7 [[map]] areas (area level 67+7=74). If you wan't to avoid copying and pasting each id, then use the following query:
<pre>
{{subst:#ask:
  [[Has area level::74]]
  [[~*MapAtlas*]]
  |mainlabel=-
  |link=none
  |format=list
  |?Is area id=
}}
</pre>
 
yields
 
{{#ask:
  [[Has area level::74]]
  [[~*MapAtlas*]]
  |mainlabel=-
  |link=none
  |format=list
  |?Is area id=
}}
==List of areas with area ids==
{{#ask:
{{#ask:
   [[Has name::+]]
   [[Has name::+]]

Revision as of 14:44, 12 August 2017

Query multiple area id

Lucky DeckLucky Deck910x Stacked DeckWhen the outcome is the same, does it matter if it is fortune or trickery? for example an be found in tier 7 map areas (area level 67+7=74). If you wan't to avoid copying and pasting each id, then use the following query:

{{subst:#ask:
  [[Has area level::74]]
  [[~*MapAtlas*]]
  |mainlabel=-
  |link=none
  |format=list
  |?Is area id=
}}

yields

{{#ask:

 Has area level::74
 ~*MapAtlas*
 |mainlabel=-
 |link=none
 |format=list
 |?Is area id=

}}

List of areas with area ids

{{#ask:

 Has name::+
 Is area id::+
 |sort=Is area id
 |limit=1000
 |?Is area id
 |?Has name
 |?Has main page

}}