Open main menu

Changes

Template:Infobox Church

1,204 bytes added, 05:42, 9 July 2007
New page: {| class="infobox" style="width: 25.5em; font-size: 90%; text-align: left;" |- | colspan="2" style="font-size: larger; text-align: center;" | '''{{{name}}}''' |- {{#if: {{{image|}}}| {...
{| class="infobox" style="width: 25.5em; font-size: 90%; text-align: left;"
|-
| colspan="2" style="font-size: larger; text-align: center;" | '''{{{name}}}'''
|-
{{#if: {{{image|}}}|
{{!}} colspan="2" style="font-size: smaller; text-align: center;" {{!}} [[image:{{{image}}}|{{ #if: {{{imagesize|}}}|{{{imagesize}}}|288px}}]]<br>{{{caption|}}}}}
|-
{{#if: {{{type|}}}|
! Type
{{!}} {{{type|}}}}}
|-
{{#if: {{{denomination|}}}|
! Denomination
{{!}} {{{denomination|}}}}}
|-
{{#if: {{{organized|}}}|
! Organized
{{!}} {{{organized|}}}}}
|-
{{#if: {{{pastorname|}}}|
{{!}} {{ #if: {{{pastortitle|}}}|{{{pastortitle}}}|'''Pastor'''}}
{{!}} {{{pastorname}}}}}
|-
{{#if: {{{location|}}}|
! Location
{{!}} {{{location|}}}}}
|-
{{#if: {{{previous_locations|}}}|
! Previous&nbsp;locations
{{!}} {{{previous_locations|}}}}}
|-
{{#if: {{{website|}}}|
! Website
{{!}} {{{website|}}}}}
|-
{{#if: {{{mapcode|}}}|
{{!}} colspan="2" {{!}} {{{mapcode}}}}}
|}
<noinclude>
== Usage ==
<pre>
{{Infobox Church
|name=
|image=
|imagesize=
|caption=
|type=
|denomination=
|organized=
|pastortitle=
|pastorname=
|location=
|previous_locations=
|website=
|mapcode=
}}
</pre>

[[Category:Infobox templates|Church]]
</noinclude>