|
Tags: Blanking Manual revert |
Line 1: |
Line 1: |
| {{#get_db_data:
| | |
| |db=DataDemo
| |
| |query=oneOffice
| |
| |format=auto
| |
| |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip
| |
| |parameters={{PAGENAME}}
| |
| }}{{#get_db_data:
| |
| |db=DataDemo
| |
| |query=employeeCount
| |
| |format=auto
| |
| |data=empCount=employee_count
| |
| |parameters={{PAGENAME}}
| |
| }}{{#get_db_data:
| |
| |db=DataDemo
| |
| |query=officeManager
| |
| |format=auto
| |
| |data=mgrFirst=emp_first, mgrLast=emp_last
| |
| |parameters={{PAGENAME}}
| |
| }}{{#get_db_data:
| |
| |db=DataDemo
| |
| |query=officeReceptionist
| |
| |format=auto
| |
| |data=recFirst=emp_first, recLast=emp_last
| |
| |parameters={{PAGENAME}}
| |
| }}{{OfficeInfobox
| |
| | office_Name = {{#external_value:officeCity}}
| |
| | office_Address = {{#external_value:officeAddress}}
| |
| | office_City = {{#external_value:officeCity}}
| |
| | office_State = {{#external_value:officeState}}
| |
| | office_Zip = {{#external_value:officeZip}}
| |
| | mgr_First = {{#external_value:mgrFirst}}
| |
| | mgr_Last = {{#external_value:mgrLast}}
| |
| | rec_First = {{#external_value:recFirst}}
| |
| | rec_Last = {{#external_value:recLast}}
| |
| | emp_Count = {{#external_value:empCount}}
| |
| }}
| |
| This page contains notes about the '''{{#external_value:officeCity}}''' office. View the [[Offices|List of Offices]].
| |
| {{#display_map:
| |
| center={{#external_value:officeAddress}}, {{#external_value:officeCity}} {{#external_value:officeState}} {{#external_value:officeZip}}
| |
| | zoom=13
| |
| | addresses={{#external_value:officeAddress}}, {{#external_value:officeCity}} {{#external_value:officeState}} {{#external_value:officeZip}}
| |
| }}
| |