Template:ToolActions: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 67: | Line 67: | ||
<div style="width: 70%;"><pre> |
<div style="width: 70%;"><pre> |
||
{{ToolActions |
{{ToolActions |
||
|toolid = 51 |
|toolid = 51 |
||
|ProcessControlURL = https://wiki.nanofab.ucsb.edu/wiki/Stepper_3_(ASML_DUV)#Process_Control_Data |
|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 |
|InstructionsURL = https://wiki.nanofab.ucsb.edu/wiki/Stepper_3_(ASML_DUV)#Operating_Procedures |
||
| Line 81: | Line 81: | ||
* '''ProcessControlURL''': (if applicable) URL to the Process Control wiki page. |
* '''ProcessControlURL''': (if applicable) URL to the Process Control wiki page. |
||
* '''InstructionsURL''': (if applicable) URL to the SOP's/Instructions wiki page. |
* '''InstructionsURL''': (if applicable) URL to the SOP's/Instructions wiki page. |
||
* '''TrainingURL''': (if applicable) URL to |
* '''TrainingURL''': (if applicable) URL to a Training Video or Training procedure wiki page. If omitted, it will go directly to the SUM "request training" page according to the specified toolid. |
||
== Version == |
== Version == |
||
2025-12-05 (Demis): first version. |
2025-12-05 (Demis): first version, HTML tables, conditionals for toolid etc. |
||
</noinclude> |
</noinclude> |
||
Revision as of 02:18, 6 December 2025
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
|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
|TrainingURL = https://wiki.nanofab.ucsb.edu/wiki/Stepper_3_(ASML_DUV)#Video_Training
}}
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.
- TrainingURL: (if applicable) URL to a Training Video or Training procedure wiki page. If omitted, it will go directly to the SUM "request training" page according to the specified toolid.
Version
2025-12-05 (Demis): first version, HTML tables, conditionals for toolid etc.