Difference between revisions of "Template:Current Contact Information"

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable current-contact-table"
+
<noinclude>
! colspan="2" style="color:white; background-color:#0000FF;" | Current Contact Information
+
<pre>
|-
+
{{Current Contact Information
|Address
+
| address=
|{{{address}}}
+
| city=
|-
+
| state=
|City, State, Zip
+
| zip=
|[[{{{city}}}, {{{state}}}]] {{{zip}}}
+
| phone=
|-
+
| contact=
|Phone
+
| title=
|{{{phone}}}
+
| email=
|-
+
| updated=
|Contact Person
+
}}
|{{{contact}}}
+
</pre>
|-
+
</noinclude>
|Contact Title
+
<includeonly>
|{{{title}}}
+
<table class="wikitable" style="float:right; margin-left: 10px;">
|-
+
  <tr>
|Email
+
    <th colspan="2" style="color:black; background-color:#E8F8F5;">Current Contact Information</th>
|{{{email}}}
+
  </tr>
|-
+
  <tr>
|Last updated
+
    <td style="background-color:#E8F8F5;">Address</td>
|{{{updated}}}
+
    <td style="background-color:#E8F8F5;">{{{address}}}</td>
|}
+
  </tr>
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">City, State, Zip</td>
 +
    <td style="background-color:#E8F8F5;">[[{{{city}}}, {{{state}}}]] {{{zip}}}</td>
 +
  </tr>
 +
{{#if:{{{phone|}}}|
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">Phone</td>
 +
    <td style="background-color:#E8F8F5;">{{{phone}}}</td>
 +
  </tr>
 +
}}
 +
{{#if:{{{contact|}}}|
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">Contact Person</td>
 +
    <td style="background-color:#E8F8F5;">{{{contact}}}</td>
 +
  </tr>
 +
}}
 +
{{#if:{{{title|}}}|
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">Contact Title</td>
 +
    <td style="background-color:#E8F8F5;">{{{title}}}</td>
 +
  </tr>
 +
}}
 +
{{#if:{{{email|}}}|
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">Email</td>
 +
    <td style="background-color:#E8F8F5;">{{{email}}}</td>
 +
  </tr>
 +
}}
 +
{{#if:{{{updated|}}}|
 +
  <tr>
 +
    <td style="background-color:#E8F8F5;">Last updated</td>
 +
    <td style="background-color:#E8F8F5;">{{{updated}}}</td>
 +
  </tr>
 +
}}
 +
</table>
 +
</includeonly>

Latest revision as of 10:44, 28 June 2016

{{Current Contact Information
 | address=
 | city=
 | state=
 | zip=
 | phone=
 | contact=
 | title=
 | email=
 | updated=
}}