Offices: Difference between revisions
Appearance
AdamZachar (talk | contribs) Created page with "{{#get_db_data: |db = DataDemo |query = officeQuery |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip }} {{#external_value:officeCity}}" |
AdamZachar (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#get_db_data: | {{#get_db_data: | ||
|db = DataDemo | |db = DataDemo | ||
|query = | |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}} | {{#external_value:officeCity}} | ||
Testing the wikitable functionality: | |||
{| class="wikitable" | |||
! Office Address !! City !! State !! Zip | |||
{{#for_external_table: | |||
|{{!}}- | |||
{{!}} {{{officeAddress}}} {{!}}{{!}} [[{{{officeCity}}}]] {{!}}{{!}} {{{officeState}}} {{!}}{{!}} {{{officeZip}}} | |||
}} | |||
|} |
Latest revision as of 11:51, 31 May 2025
Testing the #external_value functionality:
Springfield
Testing the wikitable functionality:
Office Address | City | State | Zip |
---|---|---|---|
3412 Freedom Dr | Springfield | IL | 62704 |
42 Memorial Plaza | Pleasantville | NY | 10570 |
24885 Iris Ave | Moreno Valley | CA | 92551 |
11404 Gulf Fwy | Houston | TX | 77034 |
513 S Florida Ave | Tampa | FL | 33602 |
1748 Pacific Ave | Tacoma | WA | 98402 |