Changes

Jump to navigation Jump to search
101 bytes added ,  14:32, 25 August 2016
no edit summary
Line 1: Line 1:  
<noinclude>Use like:<pre>{{Address
 
<noinclude>Use like:<pre>{{Address
  | address=304 N. Market St.
+
| number=304
 +
  | address=N. Market St.
 
  | city=Wooster
 
  | city=Wooster
 
  | state=Ohio
 
  | state=Ohio
Line 10: Line 11:     
{{Address
 
{{Address
  | address=304 N. Market St.
+
| number=304
 +
  | address=N. Market St.
 
  | city=Wooster
 
  | city=Wooster
 
  | state=Ohio
 
  | state=Ohio
Line 21: Line 23:  
==Development codeblock==
 
==Development codeblock==
 
<pre>
 
<pre>
{{#if: {{{address|}}}  
+
{{#if: {{{street|}}}  
  | [[{{{address}}}
+
  | [[
 +
  {{#if: {{{number|}}}
 +
    |{{{number}}}
 +
  }}
 +
  {{{street}}}
 
   {{#if: {{{unit|}}}  
 
   {{#if: {{{unit|}}}  
 
     |, {{{unit}}}
 
     |, {{{unit}}}
Line 32: Line 38:  
     |, {{{state}}}
 
     |, {{{state}}}
 
   }}
 
   }}
   {{!}}{{{address}}}
+
   {{!}}{{{street}}}
 
     {{#if: {{{unit|}}}  
 
     {{#if: {{{unit|}}}  
 
       |, {{{unit}}}
 
       |, {{{unit}}}
Line 39: Line 45:  
}}
 
}}
 
{{#if: {{{city|}}}
 
{{#if: {{{city|}}}
  | {{#if: {{{address|}}}
+
  | {{#if: {{{street|}}}
 
     |, {{!((}}{{{city}}}
 
     |, {{!((}}{{{city}}}
 
     |{{!((}}{{{city}}}
 
     |{{!((}}{{{city}}}
Line 61: Line 67:  
Edit this section to modify production code.
 
Edit this section to modify production code.
   −
</noinclude><includeonly>{{#if: {{{address|}}}|[[{{{address}}}{{#if: {{{unit|}}}|, {{{unit}}}}}{{#if: {{{city|}}}|, {{{city}}}}}{{#if: {{{state|}}}|, {{{state}}}}}{{!}}{{{address}}}{{#if: {{{unit|}}}|, {{{unit}}}}}]]|}}{{#if: {{{city|}}}| {{#if: {{{address|}}}|, {{!((}}{{{city}}}|{{!((}}{{{city}}}}}{{#if: {{{state|}}}|, |{{!))}}}}| {{#if: {{{state|}}}| {{!((}}}}}} {{#if: {{{state|}}} | {{{state}}}{{!))}}}} {{{zip|}}}</includeonly>
+
</noinclude><includeonly>{{#if: {{{street|}}}|[[{{#if: {{{number|}}}|{{{number}}} }}{{{street}}}{{#if: {{{unit|}}}|, {{{unit}}}}}{{#if: {{{city|}}}|, {{{city}}}}}{{#if: {{{state|}}}|, {{{state}}}}}{{!}}{{{street}}}{{#if: {{{unit|}}}|, {{{unit}}}}}]]|}}{{#if: {{{city|}}}| {{#if: {{{street|}}}|, {{!((}}{{{city}}}|{{!((}}{{{city}}}}}{{#if: {{{state|}}}|, |{{!))}}}}| {{#if: {{{state|}}}| {{!((}}}}}} {{#if: {{{state|}}} | {{{state}}}{{!))}}}} {{{zip|}}}</includeonly>

Navigation menu