Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,309
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 2: | Line 2: | ||
| style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">[[Parishes]]</span> | | 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]]: ''' | | 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]]: ''' | | 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]]: ''' | | 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]]: ''' | | style="background:silver; color:arsenic" align="right"| '''[[State]]: ''' | ||
Line 15: | Line 33: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Parishes | tables=Parishes | ||
|fields= | |fields=AdministrativeSubdivision | ||
|where=_pageName = "{{PAGENAME}}" | |where=_pageName = "{{PAGENAME}}" | ||
|format=list | |format=list | ||
|default= No | |default= No Administrative Subdivision specificed | ||
}} | }} | ||
|- | |- | ||
Line 25: | Line 43: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Parishes | tables=Parishes | ||
|fields= | |fields=Country | ||
|where=_pageName = "{{PAGENAME}}" | |where=_pageName = "{{PAGENAME}}" | ||
|format=list | |format=list | ||
|default= No | |default= No country specified | ||
}} | }} | ||
|} | |} |