Employees: Difference between revisions
AdamZachar (talk | contribs) No edit summary |
AdamZachar (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{#get_db_data: | {{#get_db_data: | ||
|db = DataDemo | |db = DataDemo | ||
Line 25: | Line 4: | ||
|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" | {| class="wikitable" | ||
Line 30: | Line 15: | ||
{{#for_external_table: | {{#for_external_table: | ||
|{{!}}- | |{{!}}- | ||
{{!}} | {{!}} {{{officeAddress}}} {{!}}{{!}} [[{{{officeCity}}}]] {{!}}{{!}} {{{officeState}}} {{!}}{{!}} {{{officeZip}}} | ||
}} | }} | ||
|} | |} |