Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
12,102
edits
(Created page with "test") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#display_map: | |||
{{#cargo_query: | |||
|tables=Saints | |||
|fields=SaintBirthCoordinates__full=Coordinates,SaintBirthPlace=Label | |||
|where=SaintName='{{PAGENAME}}' AND SaintBirthCoordinates__full IS NOT NULL AND SaintBirthPlace IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=SaintDeathCoordinates__full=Coordinates,DeathPlace=Label | |||
|where=SaintName='{{PAGENAME}}' AND SaintDeathCoordinates__full IS NOT NULL AND DeathPlace IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates1__full=Coordinates,CONCAT(NotableLabel1, ' (', NotableAddress1, ')')=Label | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates1__full IS NOT NULL AND NotableLabel1 IS NOT NULL AND NotableAddress1 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates2__full=Coordinates,CONCAT(NotableLabel2, ' (', NotableAddress2, ')')=Label | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates2__full IS NOT NULL AND NotableLabel2 IS NOT NULL AND NotableAddress2 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates3__full=Coordinates,CONCAT(NotableLabel3, ' (', NotableAddress3, ')')=Label | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates3__full IS NOT NULL AND NotableLabel3 IS NOT NULL AND NotableAddress3 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates4__full=Coordinates,CONCAT(NotableLabel4, ' (', NotableAddress4, ')')=Label | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates4__full IS NOT NULL AND NotableLabel4 IS NOT NULL AND NotableAddress4 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates5__full=Coordinates,CONCAT(NotableLabel5, ' (', NotableAddress5, ')')=Label | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates5__full IS NOT NULL AND NotableLabel5 IS NOT NULL AND NotableAddress5 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}} | |||
|width=600 | |||
|height=400 | |||
|zoom=3 | |||
|format=leaflet | |||
|cluster=no | |||
}} | |||
=== Locations === | |||
* [[File:Birth Location icon.svg|20px|alt=Birth location icon]] Birth location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=SaintBirthPlace | |||
|where=SaintName='{{PAGENAME}}' AND SaintBirthCoordinates__full IS NOT NULL AND SaintBirthPlace IS NOT NULL | |||
|default=None | |||
}} | |||
* [[File:Death Location icon.svg|20px|alt=Death location icon]] Death location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=DeathPlace | |||
|where=SaintName='{{PAGENAME}}' AND SaintDeathCoordinates__full IS NOT NULL AND DeathPlace IS NOT NULL | |||
|default=None | |||
}} | |||
* [[File:Notable Location 1 icon.svg|20px|alt=Notable location 1 icon]] Notable location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=CONCAT(NotableLabel1, ' (', NotableAddress1, ')') | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates1__full IS NOT NULL AND NotableLabel1 IS NOT NULL AND NotableAddress1 IS NOT NULL | |||
|default= | |||
}} | |||
* [[File:Notable Location 2 icon.svg|20px|alt=Notable location 2 icon]] Notable location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=CONCAT(NotableLabel2, ' (', NotableAddress2, ')') | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates2__full IS NOT NULL AND NotableLabel2 IS NOT NULL AND NotableAddress2 IS NOT NULL | |||
|default= | |||
}} | |||
* [[File:Notable Location 3 icon.svg|20px|alt=Notable location 3 icon]] Notable location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=CONCAT(NotableLabel3, ' (', NotableAddress3, ')') | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates3__full IS NOT NULL AND NotableLabel3 IS NOT NULL AND NotableAddress3 IS NOT NULL | |||
|default= | |||
}} | |||
* [[File:Notable Location 4 icon.svg|20px|alt=Notable location 4 icon]] Notable location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=CONCAT(NotableLabel4, ' (', NotableAddress4, ')') | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates4__full IS NOT NULL AND NotableLabel4 IS NOT NULL AND NotableAddress4 IS NOT NULL | |||
|default= | |||
}} | |||
* [[File:Notable Location 5 icon.svg|20px|alt=Notable location 5 icon]] Notable location: {{#cargo_query: | |||
|tables=Saints | |||
|fields=CONCAT(NotableLabel5, ' (', NotableAddress5, ')') | |||
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates5__full IS NOT NULL AND NotableLabel5 IS NOT NULL AND NotableAddress5 IS NOT NULL | |||
|default= | |||
}} | |||