Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
13,561
edits
| Line 88: | Line 88: | ||
==Locations== | ==Locations== | ||
{{#display_map: | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Saints | |tables=Saints | ||
|fields= | |fields=SaintBirthCoordinates__full=Coordinates,SaintBirthPlace=Label | ||
|where=SaintName= | |where=SaintName='Saint Macrina the Younger' AND SaintBirthCoordinates__full IS NOT NULL AND SaintBirthPlace IS NOT NULL | ||
|format= | |format=template | ||
|width= | |template=SaintMapPoint | ||
|height= | |default= | ||
| | }};{{#cargo_query: | ||
|tables=Saints | |||
|fields=SaintDeathCoordinates__full=Coordinates,DeathPlace=Label | |||
|where=SaintName='Saint Macrina the Younger' AND SaintDeathCoordinates__full IS NOT NULL AND DeathPlace IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}};{{#cargo_query: | |||
|tables=Saints | |||
|fields=NotableCoordinates1__full=Coordinates,NotableLabel1=Label | |||
|where=SaintName='Saint Macrina the Younger' AND NotableCoordinates1__full IS NOT NULL AND NotableLabel1 IS NOT NULL | |||
|format=template | |||
|template=SaintMapPoint | |||
|default= | |||
}} | |||
|width=600 | |||
|height=400 | |||
|zoom=5 | |||
|format=leaflet | |||
}} | }} | ||