Difference between revisions of "Template:Tool2"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(deleted Staff contact info {{ifeq}}, replaced with {{StaffContactInfo_DJ}})
(updated documentation pointing to Template:StaffContactInfo_DJ)
Line 27: Line 27:
 
|}
 
|}
 
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top:1px solid #aaaaaa"
 
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top:1px solid #aaaaaa"
|-valign="top"
+
|-valign="middle"
 
{{StaffInfoSecondary_DJ|{{{super2}}} }}
 
{{StaffInfoSecondary_DJ|{{{super2}}} }}
 
|}
 
|}
Line 96: Line 96:
 
*:<pre>|name = Optional Tool Name</pre>
 
*:<pre>|name = Optional Tool Name</pre>
   
=== Supervisor Information ===
+
=== Supervisor Contact Information ===
The Supervisor information (email, phone) is inserted automatically by the template. Their info is coded in the template, hence there is no "email" or "phone" argument in the above example. This allows you to change their contact info in this template only, and the change will show up on all of their tool pages automatically.
+
The Supervisor information (email, phone) is inserted automatically by the template [[Template:StaffContactInfo_DJ]]. Their contact info is coded in that template, hence there is no "email" or "phone" argument in the above example. This allows you to change their contact info in the [[Template:StaffContactInfo_DJ]] template only, and the change will show up on all of their tool pages automatically.
 
<b>To edit the Supervisor info listed, you must edit this template in <tt>Edit Source</tt> mode.</b>
 
 
Then find the line that shows the list of '''<tt>if equals</tt>''' for each supervisor, which looks like this:
 
<nowiki>{{#ifeq: {{{super}}}|Tony Bosch|{{StaffInfo|Tony Bosch|(805) 893-3486||bosch@ece.ucsb.edu}} }}{{#ifeq: {{{super}}}|Ning Cao|{{StaffInfo|Ning Cao|(805) 893-4689| |ningcao@ece.ucsb.edu}} }} ....</nowiki>
 
 
It is a bit of an eyesore because no newlines or spaces can be inserted between each supervisor's options.
 
 
You can see the First option ''Tony Bosch'' here is the name you type into the Tool Template's '''<tt>|super=</tt>''' argument. Then the '''<tt><nowiki>{{StaffInfo|</nowiki></tt>''' section lists the Supervisor's information that will be inserted.
 
   
 
<b>To edit the Supervisor info listed, you must edit the [[Template:StaffContactInfo_DJ]] template in <tt>Edit Source</tt> mode.</b>
To make a new supervisor option, copy one of the sections from the first pair of curly brackets '''<tt><nowiki>{{</nowiki></tt>''' to the ending 4 brackets '''<tt><nowiki>}} }}</nowiki></tt>''', add it to the end of the list and edit the info as needed.
 
   
 
=== Arguments with Specific Values ===
 
=== Arguments with Specific Values ===
 
The following arguments have specific options, only enter one of these values:
 
The following arguments have specific options, only enter one of these values:
* '''super''':
+
* '''super''': primary tool supervisor
 
*: Tony Bosch
 
*: Tony Bosch
 
*: Ning Cao
 
*: Ning Cao
Line 131: Line 122:
 
*: Jack Whaley
 
*: Jack Whaley
 
*: Luis Zuzunaga
 
*: Luis Zuzunaga
* '''type''':
+
* '''super2''': secondary tool supervisor/backup
  +
*: Same options as above '''super'''
  +
* '''type''': type of tool
 
*: Vacuum Deposition
 
*: Vacuum Deposition
 
*: Dry Etch
 
*: Dry Etch
Line 139: Line 132:
 
*: Inspection, Test and Characterization
 
*: Inspection, Test and Characterization
 
*:: (spaces are ok)
 
*:: (spaces are ok)
* '''recipe''':
+
* '''recipe''': type of recipes
 
*: Lithography
 
*: Lithography
 
*: Vacuum Deposition (auto if `type` is set to this)
 
*: Vacuum Deposition (auto if `type` is set to this)
Line 148: Line 141:
   
 
== Version ==
 
== Version ==
2022-06-21: Added "_DJ" to the name. Removed 2nd args from StafInfo and StaffInfoSecondary. Added _DJ to StaffInfo & StaffinforSecondary.
+
2022-06-21: (Demis) Added "_DJ" to the name. Removed 2nd args from StafInfo and StaffInfoSecondary. Added _DJ to StaffInfo & StaffinforSecondary.
  +
2022-06-22: (Demis) moved contact info to https://wiki.nanotech.ucsb.edu/wiki/Template:StaffContactInfo_DJ
   
 
</noinclude>
 
</noinclude>

Revision as of 01:07, 27 June 2022

Tool Type NONE
Location

Secondary Supervisor

[[{{{super2}}} ]]

Description NONE
Manufacturer NONE

This template inserts a "Tool Info" panel into a page, including a tool photo, supervisor contact info and other relevant links.

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

{{tool
|super = Tool Supervisor name from the list below
|super2 = Backup Tool Supervisor name from the list below
|picture=Photo_of_the_tool_01.jpg
|type  = One of the tool types from the list below
|recipe = One of the process types, from the list below
|toolid = ### the Tool ID number from SignupMonkey
|location = Bay #
|description = This is a machine
|manufacturer = MfgCorp.
|model = (if applicable)
|materials = (If applicable)
}}


Options

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

  • Supervisor: The |super = argument must match one of the names listed below, and email/phone will be filled in automatically. See the section below for available options/how to edit info.
  • picture: A photograph of the tool. You must Upload the image file first (see Upload File on the left sidebar), then
    Copy the resulting filename and Paste it into this argument. No Spaces Allowed in the filename!
  • Type of Tool: The |type = argument must match one of the defined values below. This will will automatically link to the correct Tool Listing wiki page (eg. Dry Etching vs. Deposition etc.)
  • Recipe Link: The |recipes = argument must match one of the defined values below. This will will automatically link to the correct Recipes wiki page (eg. Dry Etching vs. Deposition etc.)
  • 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. Using 999 will link to the Main tool list on SignupMonkey.
  • location, description, manufacturer, model, materials : You can type anything you want for these, or leave them out entirely to omit that section.
  • Name: By default, this argument is not included, and the title of the page will be used (which should be the name of the tool). If you want to change the name printed, add a line like:
    |name = Optional Tool Name

Supervisor Contact Information

The Supervisor information (email, phone) is inserted automatically by the template Template:StaffContactInfo_DJ. Their contact info is coded in that template, hence there is no "email" or "phone" argument in the above example. This allows you to change their contact info in the Template:StaffContactInfo_DJ template only, and the change will show up on all of their tool pages automatically.

To edit the Supervisor info listed, you must edit the Template:StaffContactInfo_DJ template in Edit Source mode.

Arguments with Specific Values

The following arguments have specific options, only enter one of these values:

  • super: primary tool supervisor
    Tony Bosch
    Ning Cao
    Mike Day
    Don Freeborn
    Aidan Hopkins
    Demis D. John
    Brian Lingg
    Bill Mitchell
    Dan Read
    Tom Reynolds
    Lee Sawyer
    Mike Silva
    Biljana Stamenic
    Tino Sy
    Brian Thibeault
    Zack Warburg
    Jack Whaley
    Luis Zuzunaga
  • super2: secondary tool supervisor/backup
    Same options as above super
  • type: type of tool
    Vacuum Deposition
    Dry Etch
    Wet Processing
    Thermal Processing
    Packaging
    Inspection, Test and Characterization
    (spaces are ok)
  • recipe: type of recipes
    Lithography
    Vacuum Deposition (auto if `type` is set to this)
    Dry Etching (auto if `type` is set to this)
    Wet Etching
    Thermal Processing
    Packaging

Version

2022-06-21: (Demis) Added "_DJ" to the name. Removed 2nd args from StafInfo and StaffInfoSecondary. Added _DJ to StaffInfo & StaffinforSecondary. 2022-06-22: (Demis) moved contact info to https://wiki.nanotech.ucsb.edu/wiki/Template:StaffContactInfo_DJ