Springfield: Difference between revisions

From ExternalDataDemo
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(55 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#get_db_data:
{{#get_db_data:
|db = DataDemo
|db=DataDemo
|query = oneOffice
|query=oneOffice
|data = office_name=office_name, office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip
|format=auto
|params = Springfield
  |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]].
<!-- Debugging: Output fetched variables -->
{{#display_map:
<pre>
center={{#external_value:officeAddress}}, {{#external_value:officeCity}} {{#external_value:officeState}} {{#external_value:officeZip}}
office_name: {{{office_name}}}
| zoom=13
office_address: {{{office_address}}}
| addresses={{#external_value:officeAddress}}, {{#external_value:officeCity}} {{#external_value:officeState}} {{#external_value:officeZip}}
office_city: {{{office_city}}}
office_state: {{{office_state}}}
office_zip: {{{office_zip}}}
</pre>
 
{{OfficeInfobox
| office_name = {{{office_name}}}
| office_address = {{{office_address}}}
| office_city = {{{office_city}}}
| office_state = {{{office_state}}}
| office_zip = {{{office_zip}}}
}}
}}
== Overview ==
The New York Office is located in the heart of the city...
== Contact Information ==
* Phone: (123) 456-7890
* Email: nyoffice@example.com
== Services ==
The New York Office offers the following services...

Latest revision as of 16:47, 23 June 2024

Springfield
Address: 3412 Freedom Dr
City, ST Zip: Springfield, IL 62704
Employees: 6
Manager: Tommy Gumble
Receptionist: John Smith

This page contains notes about the Springfield office. View the List of Offices.

Loading map...