Rivertown: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#get_db_data: |db=DataDemo |query=oneOffice |format=auto |data=office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip |parameters={{PAGENAME}} }} * Address: {{#external_value:office_address}}") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|query=oneOffice | |query=oneOffice | ||
|format=auto | |format=auto | ||
|data= | |data=officeAddress=office_address, officeCity=office_city, officeState=office_state, officeZip=office_zip | ||
|parameters={{PAGENAME}} | |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}} | |||
}} |
Latest revision as of 15:06, 3 June 2024
Error: no local variable "officeCity" has been set. | |
---|---|
Address: | Error: no local variable "officeAddress" has been set. |
City, ST Zip: | Error: no local variable "officeCity" has been set., Error: no local variable "officeState" has been set. Error: no local variable "officeZip" has been set. |
Employees: | Error: no local variable "empCount" has been set. |
Manager: | Error: no local variable "mgrFirst" has been set. Error: no local variable "mgrLast" has been set. |
Receptionist: | Error: no local variable "recFirst" has been set. Error: no local variable "recLast" has been set. |