Template:Infobox event/map: Difference between revisions
Robertbaxter (talk | contribs) (Created page with "<tr> <td colspan="2" class="infobox-map"> {{#display_map:{{#if:{{{coordinates|}}}|{{{coordinates|}}}|{{{location|}}}}}|width=100%|height=200|zoom=auto|scrollzoom=off}} </td> </tr>") |
Robertbaxter (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<tr> | <tr> | ||
<td colspan="2" class="infobox-map"> | |||
{{# | {{#compound_query: | ||
[[Category:Calendar entries]] | |||
[[-Has subobject::{{FULLPAGENAME}}]] | |||
;?At coordinates | |||
;sort=Has start date | |||
;order=desc | |||
;limit=1 | |||
;icon=Marker-icon-41.png | |||
| | |||
[[Category:Calendar entries]] | |||
[[-Has subobject::{{FULLPAGENAME}}]] | |||
;?At coordinates | |||
;sort=Has start date | |||
;order=desc | |||
;offset=1 | |||
;icon=Point-icon-13.png | |||
|format=leaflet | |||
|headers=hide | |||
|width=100% | |||
|height=200 | |||
|zoom=auto | |||
|scrollzoom=off | |||
}} | |||
</td> | |||
</tr> | </tr> |