Rivertown: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|format=auto | |format=auto | ||
|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 | ||
|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=officeManager | |||
|format=auto | |||
|data=recFirst=emp_first, recLast=emp_last | |||
|parameters={{PAGENAME}} | |parameters={{PAGENAME}} | ||
}} | }} | ||
Line 12: | Line 26: | ||
| office_State = {{#external_value:officeState}} | | office_State = {{#external_value:officeState}} | ||
| office_Zip = {{#external_value:officeZip}} | | office_Zip = {{#external_value:officeZip}} | ||
| mgr_First = {{#external_value:mgrFirst}} | |||
| mgr_Last = {{#external_value:mgrLast}} | |||
}} | }} |
Revision as of 14:54, 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: | {{{emp_Count}}} |
Manager: | Error: no local variable "mgrFirst" has been set. Error: no local variable "mgrLast" has been set. |
Receptionist: | {{{rec_First}}} {{{rec_Last}}} |