Template:SaintMapSimple: Difference between revisions

Jump to navigation Jump to search
Undo revision 14176 by Tom (talk)
No edit summary
Tag: Reverted
(Undo revision 14176 by Tom (talk))
Tags: Undo Reverted
Line 55: Line 55:
|format=leaflet
|format=leaflet
}}
}}
 
Birth location - {{#cargo_query:
=== Locations ===
* Birth location: {{#cargo_query:
|tables=Saints
|tables=Saints
|fields=SaintBirthPlace=Label
|fields=SaintBirthCoordinates__full=Coordinates,SaintBirthPlace=Label
|where=SaintName='{{PAGENAME}}' AND SaintBirthCoordinates__full IS NOT NULL AND SaintBirthPlace IS NOT NULL
|where=SaintName='{{PAGENAME}}' AND SaintBirthCoordinates__full IS NOT NULL AND SaintBirthPlace IS NOT NULL
|format=template
|format=template
|template=SaintListItem
|template=SaintMapPoint
|default=None
}}
* Death location: {{#cargo_query:
|tables=Saints
|fields=DeathPlace=Label
|where=SaintName='{{PAGENAME}}' AND SaintDeathCoordinates__full IS NOT NULL AND DeathPlace IS NOT NULL
|format=template
|template=SaintListItem
|default=None
}}
* Notable location: {{#cargo_query:
|tables=Saints
|fields=CONCAT(NotableLabel1, ' (', NotableAddress1, ')')=Label
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates1__full IS NOT NULL AND NotableLabel1 IS NOT NULL
|format=template
|template=SaintListItem
|default=
}}
* Notable location: {{#cargo_query:
|tables=Saints
|fields=CONCAT(NotableLabel2, ' (', NotableAddress2, ')')=Label
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates2__full IS NOT NULL AND NotableLabel2 IS NOT NULL
|format=template
|template=SaintListItem
|default=
}}
* Notable location: {{#cargo_query:
|tables=Saints
|fields=CONCAT(NotableLabel3, ' (', NotableAddress3, ')')=Label
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates3__full IS NOT NULL AND NotableLabel3 IS NOT NULL
|format=template
|template=SaintListItem
|default=
}}
* Notable location: {{#cargo_query:
|tables=Saints
|fields=CONCAT(NotableLabel4, ' (', NotableAddress4, ')')=Label
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates4__full IS NOT NULL AND NotableLabel4 IS NOT NULL
|format=template
|template=SaintListItem
|default=
}}
* Notable location: {{#cargo_query:
|tables=Saints
|fields=CONCAT(NotableLabel5, ' (', NotableAddress5, ')')=Label
|where=SaintName='{{PAGENAME}}' AND NotableCoordinates5__full IS NOT NULL AND NotableLabel5 IS NOT NULL
|format=template
|template=SaintListItem
|default=
|default=
}}
}}

Navigation menu