Difference between revisions of "Template:Address"

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search
Line 54: Line 54:
  
  
</noinclude><includeonly>
+
</noinclude><includeonly>{{#if: {{{address|}}}|[[{{{address}}}{{#if: {{{unit|}}}|, {{{unit}}}}}{{#if: {{{city|}}}|, {{{city}}}}}{{#if: {{{state|}}}|, {{{state}}}}}{{!}}{{{address}}}{{#if: {{{unit|}}}|, {{{unit}}}}}]]}}{{#if: {{{city|}}}| {{#if: {{{address|}}}|, }}[[{{{city}}}{{#if: {{{state|}}}|, | ]]}}| {{#if: {{{state|}}}| [[}}}}{{#if: {{{state|}}}| {{{state}}}]]}} {{{zip|}}}</includeonly>
{{#if: {{{address|}}}  
 
| [[{{{address}}}
 
  {{#if: {{{unit|}}}  
 
    |, {{{unit}}}
 
  }}
 
  {{#if: {{{city|}}}  
 
    |, {{{city}}}
 
  }}
 
  {{#if: {{{state|}}}
 
    |, {{{state}}}
 
  }}
 
  {{!}}{{{address}}}
 
    {{#if: {{{unit|}}}  
 
      |, {{{unit}}}
 
    }}
 
  ]]
 
}}
 
{{#if: {{{city|}}}  
 
| {{#if: {{{address|}}}
 
    |,  
 
  }}
 
  [[{{{city}}}
 
    {{#if: {{{state|}}}
 
      | ,  
 
      | ]]
 
    }}
 
| {{#if: {{{state|}}}
 
    | [[
 
  }}
 
}}
 
{{#if: {{{state|}}}
 
| {{{state}}}]]
 
}}
 
{{{zip|}}}</includeonly>
 

Revision as of 13:54, 10 August 2016

Use like:

{{Address
 | address=304 N. Market St.
 | city=Wooster
 | state=Ohio
 | zip=44691
}}

And you get:

304 N. Market St.{{#if: Wooster| ,[[Wooster,| {{#if: Ohio| [[}}}}Ohio]] 44691

Development codeblock

{{#if: {{{address|}}} 
 | [[{{{address}}}
   {{#if: {{{unit|}}} 
    |, {{{unit}}}
   }}
   {{#if: {{{city|}}} 
    |, {{{city}}}
   }}
   {{#if: {{{state|}}}
    |, {{{state}}}
   }}
   {{!}}{{{address}}}
     {{#if: {{{unit|}}} 
      |, {{{unit}}}
     }}
   ]]
}}
{{#if: {{{city|}}} 
 | {{#if: {{{address|}}}
    |, 
   }}
   [[{{{city}}}
     {{#if: {{{state|}}}
      | , 
      | ]]
     }}
 | {{#if: {{{state|}}}
    | [[
   }}
}}
{{#if: {{{state|}}}
 | {{{state}}}]]
}}
{{{zip|}}}