Offices: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#get_db_data:
{{#get_db_data:
  |db = DataDemo
  |db = DataDemo
  |query = officeQuery
  |query = office
  |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip
  |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip
}}
}}
Testing the #external_value functionality:
{{#external_value:officeCity}}
Testing the wikitable functionality:
{| class="wikitable"
! Office Address !! City !! State !! Zip
  {{#for_external_table:
    |{{!}}-
    {{!}} {{{officeAddress}}} {{!}}{{!}} [[{{{officeCity}}}]] {{!}}{{!}} {{{officeState}}} {{!}}{{!}} {{{officeZip}}}
  }}
|}