Template:ToolActions: Difference between revisions

From UCSB Nanofab Wiki
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{| style="border: 2px solid; border-radius: 5px; padding: 5px; text-align: center; background: #fbfbfb;"
<includeonly>{| style="border: 2px solid; border-radius: 5px; padding: 5px; text-align: center; background: #fbfbfb;"
| style="padding: 5px; width= 100%;" |
| style="padding: 5px;" |
{| class="wikitable" style="margin: 0 auto; width= 100%;"
{| class="wikitable" style="margin: 0 auto; width: 100%;"
!style="background: Cyan;" |[{{{InstructionsURL|{{PAGENAME}}}}} Instructions + Procedures]
!style="background: Cyan;" |[{{{InstructionsURL|{{PAGENAME}}}}} Instructions + Procedures]
|}
|}
|-
|-
| style="padding: 5px; width= 100%;" |
| style="padding: 5px;" |
{| class="wikitable" style="margin: 0 auto; width= 100%;"
{| class="wikitable" style="margin: 0 auto; width: 100%;"
!style="background: Cyan;" |[{{{ProcessControlURL}}} Process Control Data]
!style="background: Cyan;" |[{{{ProcessControlURL}}} Process Control Data]
|}
|}
<hr style="margin-top: 15px;">
<hr style="margin-top: 15px;">
|-
|-
| style="padding: 5px; width: 100%;" |
| style="padding: 5px;" |
{| class="wikitable" style="margin: 0 auto; width: 100%;"
{| class="wikitable" style="margin: 0 auto; width: 100%;"
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/browse.cgi?tool_ID={{{toolid}}} Sign Up]
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/browse.cgi?tool_ID={{{toolid}}} Sign Up]
Line 17: Line 17:
|-
|-
| style="padding: 5px;" |
| style="padding: 5px;" |
{| class="wikitable" style="margin: 0 auto; width= 100%;"
{| class="wikitable" style="margin: 0 auto; width: 100%;"
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/view-tool-reports.cgi?tool_ID={{{toolid}}} Maintenance<br>Messages]
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/view-tool-reports.cgi?tool_ID={{{toolid}}} Maintenance<br>Messages]
|}
|}
|-
|-
| style="padding: 5px;" |
| style="padding: 5px;" |
{| class="wikitable" style="margin: 0 auto; width= 100%;"
{| class="wikitable" style="margin: 0 auto; width: 100%;"
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/report-tool-issue.cgi?tool_ID={{{toolid}}} Report Issue]
!style="background: AliceBlue;" |[https://signupmonkey.ece.ucsb.edu/cgi-bin/users/report-tool-issue.cgi?tool_ID={{{toolid}}} Report Issue]
|}
|}

Revision as of 22:48, 5 December 2025


Example of a Tool's Actions Box generated by this "Tool" template.
Example of a Tool's Actions Box generated by this "Tool" template.



This template inserts a "Tool Actions" panel into a page, with various Buttons for SignUpMonkey actions such as (Report Tool Issue), (Maintenance Records) and links to (Process Control Data) wiki pages.


Copy/paste the following code to include this template in a page. Preferably inserted at the top of the page.

{{ToolActions
|toolid = 51 the Tool ID number from SignupMonkey URL
|ProcessControlURL = https://wiki.nanofab.ucsb.edu/wiki/Stepper_3_(ASML_DUV)#Process_Control_Data
|InstructionsURL = https://wiki.nanofab.ucsb.edu/wiki/Stepper_3_(ASML_DUV)#Operating_Procedures
}}


Options

You can add the following "arguments" in the template.

  • Tool ID on SignupMonkey: The |toolid = argument will create a link to the Signup Monkey page for this tool. This is the number at the end of the url for a tool on SignupMonkey.
  • ProcessControlURL: (if applicable) URL to the Process Control wiki page.
  • InstructionsURL: (if applicable) URL to the SOP's/Instructions wiki page.


Version

2025-12-05 (Demis): first version.