Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
11,987
edits
Tags: Undo Reverted |
No edit summary Tag: Reverted |
||
| Line 55: | Line 55: | ||
|format=leaflet | |format=leaflet | ||
}} | }} | ||
Birth location | |||
=== Locations === | |||
* Birth location: {{#cargo_query: | |||
|tables=Saints | |tables=Saints | ||
|fields= | |fields=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= | |template=SaintListItem | ||
|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= | ||
}} | }} | ||