|
Tags: Blanking Manual revert |
Line 1: |
Line 1: |
| {| class="wikitable" border="1" style="float:right; width:300px"
| | |
| | style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">[[Parishes]]</span>
| |
| |-
| |
| | style="background:silver; color:arsenic; width:25%" align="right" | '''[[Dedication|Saint dedication]]: '''
| |
| |
| |
| {{#cargo_query:
| |
| tables=Parishes
| |
| |fields=Dedication
| |
| |where=_pageName = "{{PAGENAME}}"
| |
| |format=list
| |
| }}
| |
| |-
| |
| | style="background:silver; color:arsenic" align="right" | '''[[Diocese]]: '''
| |
| |
| |
| {{#cargo_query:
| |
| tables=Parishes
| |
| |fields=Diocese
| |
| |where=_pageName = "{{PAGENAME}}"
| |
| |format=list
| |
| }}
| |
| |-
| |
| | style="background:silver; color:arsenic" align="right" | '''[[City]]: '''
| |
| |
| |
| {{#cargo_query:
| |
| tables=Parishes
| |
| |fields=City
| |
| |where=_pageName = "{{PAGENAME}}"
| |
| |format=list
| |
| }}
| |
| |-
| |
| | style="background:silver; color:arsenic" align="right"| '''[[State]]: '''
| |
| | <!-- direct parameter list won't display as links-->
| |
| {{#cargo_query:
| |
| tables=Parishes
| |
| |fields=AdministrativeSubdivision
| |
| |where=_pageName = "{{PAGENAME}}"
| |
| |format=list
| |
| |default= No Administrative Subdivision specificed
| |
| }}
| |
| |-
| |
| | style="background:silver; color:arsenic" align="right"| '''Country:'''
| |
| | <!-- direct parameter list won't display as links-->
| |
| {{#cargo_query:
| |
| tables=Parishes
| |
| |fields=Country
| |
| |where=_pageName = "{{PAGENAME}}"
| |
| |format=list
| |
| |default= No country specified
| |
| }}
| |
| |}
| |