|
Tags: Blanking Manual revert Reverted |
Line 1: |
Line 1: |
| {{#get_db_data:
| | |
| |db = DataDemo
| |
| |query = officeQuery
| |
| |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip
| |
| }}
| |
| {| class="wikitable"
| |
| ! Office Address !! City !! State !! Zip
| |
| {{#for_external_table:
| |
| |{{!}}-
| |
| {{!}} {{{officeAddress}}} {{!}}{{!}} [[{{{officeCity}}}]] {{!}}{{!}} {{{officeState}}} {{!}}{{!}} {{{officeZip}}}
| |
| }}
| |
| |}
| |
| {{#display_map:
| |
| center=United States
| |
| | zoom=4
| |
| | addresses={{#for_external_table:
| |
| {{!}} {{!}} {{{officeAddress}}}, {{{officeCity}}}, {{{officeState}}} {{{officeZip}}}~Popup title~Popup text~~Group~[[{{{officeCity}}}]];
| |
| }}
| |
| }}
| |