Difference between revisions of "SOAR maps test"
Jump to navigation
Jump to search
(remove visible code) |
|||
Line 1: | Line 1: | ||
A query for the 'Has coordinates' property of all pages in that have this property set: | A query for the 'Has coordinates' property of all pages in that have this property set: | ||
+ | Here is a map: | ||
{{ | {{ | ||
#ask: | #ask: | ||
Line 6: | Line 7: | ||
| ?Has coordinates | | ?Has coordinates | ||
| format=map | | format=map | ||
+ | }} | ||
+ | |||
+ | |||
+ | Here is a table: | ||
+ | {{ | ||
+ | #ask: | ||
+ | [[Has coordinates::+]] | ||
+ | | ?Has coordinates | ||
+ | | format=table | ||
}} | }} |
Revision as of 21:05, 21 August 2014
A query for the 'Has coordinates' property of all pages in that have this property set:
Here is a map: {{
- ask:
Has coordinates::+ | ?Has coordinates | format=map }}
Here is a table:
{{
- ask:
Has coordinates::+ | ?Has coordinates | format=table }}