Difference between revisions of "Template:Instrument"

From the KNI Lab at Caltech
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| border="0" cellpadding="10" align="right" style="float: right;"
{| border="0" cellpadding="10" align="right" style="float: right;" font-size:smaller
|-
|-
|
|
{| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #aaaaaa" align="center"
{| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #aaaaaa" align="center"
|-
|-
! style="background:#F5A81C;" |{{{InstrumentName}}}
! style="background:#F5A81C;" |{{{InstrumentName}}}
|-
|-
|
|<span style="font-size:92%">
<!-- Begin Research Image -->
<!-- Begin Research Image -->
{| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 0px solid #aaaaaa" align="center"
{| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 1px solid #aaaaaa" align="center"
|-!
|-!
[[image:{{{ImageResearch|none.jpg}}}|320x373px|center|]]
[[image:{{{ImageResearch|none.jpg}}}|320x373px|center|]]
|-
|}
|}
<!-- End Research Image -->
<!-- End Research Image -->
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 1px solid #aaaaaa; text-align:left"
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 0px solid #aaaaaa; text-align:left"
!width=130|
!width=130|
!width=190|
!width=190|
Line 22: Line 20:
|{{{InstrumentType}}}
|{{{InstrumentType}}}
|-valign="top"
|-valign="top"
|'''Location'''
|'''Techniques'''
|{{{Location}}}
|{{{Techniques}}}
|}
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 1px solid #aaaaaa; text-align:left"
!width=130|
!width=190|
|-valign="top"
|-valign="top"
|'''Staff Manager'''
|'''Staff Manager'''
Line 33: Line 27:
|-valign="top"
|-valign="top"
|'''Staff Email'''
|'''Staff Email'''
|{{{StaffEmail}}}
|[mailto:{{{StaffEmail}}} {{{StaffEmail}}}]
|-valign="top"
|-valign="top"
|'''Staff Phone'''
|'''Staff Phone'''
|{{{StaffPhone}}}
|{{{StaffPhone}}}
|}
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 0px solid #aaaaaa; text-align:center"
!width=325 align=center{{!}}[mailto:{{{StaffEmail}}} Request training by email]
|-
<!-- !width=325 align=center{{!}}[https://lists.caltech.edu/listinfo/{{{EmailList}}} Sign up for {{{EmailListName}}} email list]-->
|-
|}
|}
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 1px solid #aaaaaa; text-align:left"
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 1px solid #aaaaaa; text-align:left"
!width=130|
!width=130|
!width=190|
!width=190|
|-valign="top"
|'''Lab Location'''
|{{{RoomLocation}}}
|-valign="top"
|'''Lab Phone'''
|{{{LabPhone}}}
|-valign="top"
|-valign="top"
|'''Manufacturer'''
|'''Manufacturer'''
|{{{Manufacturer}}}
|{{{Manufacturer}}}
|-valign="top"
|'''Techniques'''
|{{{Techniques}}}
|}
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top:1px solid #aaaaaa; text-align:center"
!width=325 align=center{{!}}[mailto:{{{StaffEmail}}} Request training by email]
|-
|}
|}
<!-- Begin Instrument Image -->
<!-- Begin Instrument Image -->
Line 61: Line 60:
|}
|}
|}
|}
 
<includeonly>[[Category:{{{type|NONE}}}]]</includeonly>
<includeonly>[[category:Tools]][[Category:{{{type|NONE}}}]]</includeonly>
<noinclude>
<noinclude>
[[category:Templates]]
[[category:Templates]]
Line 71: Line 69:
|ImageInstrument = Instrument.jpg
|ImageInstrument = Instrument.jpg
|InstrumentType = Choose from Lithography, Deposition, Etching, Microscopy, Support Tools
|InstrumentType = Choose from Lithography, Deposition, Etching, Microscopy, Support Tools
|Location = Bay #
|RoomLocation = Room #
|LabPhone = Lab phone #
|PrimaryStaff = Staff name
|PrimaryStaff = Staff name
|StaffEmail = Staff email address
|StaffEmail = Staff email address
Line 78: Line 77:
|Techniques = List techniques, e.g. SEM, Ga-FIB, EDS
|Techniques = List techniques, e.g. SEM, Ga-FIB, EDS
|RequestTraining = mailto: staff.name@caltech.edu
|RequestTraining = mailto: staff.name@caltech.edu
|EmailListName = name of email list to be displayed
|EmailList = email address of list
}}
}}
</pre></div>
</pre></div>
Line 86: Line 87:
{
{
"params": {
"params": {
"name": {},
"type": {},
"super": {},
"description": {},
"model": {},
"materials": {},
"recipe": {},
"toolid": {},
"!": {},
"InstrumentType": {},
"InstrumentType": {},
"InstrumentName": {
"InstrumentName": {
"required": true
"required": true
},
},
"Picture": {},
"Location": {},
"PrimaryStaff": {},
"PrimaryStaff": {},
"StaffEmail": {},
"StaffEmail": {},
Line 108: Line 98:
"RequestTraining": {},
"RequestTraining": {},
"ImageResearch": {},
"ImageResearch": {},
"ImageInstrument": {}
"ImageInstrument": {},
"EmailList": {},
"EmailListName": {},
"RoomLocation": {},
"LabPhone": {}
},
},
"paramOrder": [
"paramOrder": [
Line 115: Line 109:
"ImageInstrument",
"ImageInstrument",
"InstrumentType",
"InstrumentType",
"Location",
"RoomLocation",
"PrimaryStaff",
"PrimaryStaff",
"StaffEmail",
"StaffEmail",
Line 122: Line 116:
"Techniques",
"Techniques",
"RequestTraining",
"RequestTraining",
"name",
"EmailList",
"Picture",
"EmailListName",
"type",
"LabPhone"
"super",
"description",
"model",
"materials",
"recipe",
"toolid",
"!"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 17:58, 10 August 2023

{{{InstrumentName}}}
Instrument Type {{{InstrumentType}}}
Techniques {{{Techniques}}}
Staff Manager {{{PrimaryStaff}}}
Staff Email {{{StaffEmail}}}
Staff Phone {{{StaffPhone}}}
Request training by email
Lab Location {{{RoomLocation}}}
Lab Phone {{{LabPhone}}}
Manufacturer {{{Manufacturer}}}
{{instrument|{{PAGENAME}}
|InstrumentName = Full name of instrument
|ImageResearch = Research.jpg
|ImageInstrument = Instrument.jpg
|InstrumentType = Choose from Lithography, Deposition, Etching, Microscopy, Support Tools
|RoomLocation = Room #
|LabPhone = Lab phone #
|PrimaryStaff = Staff name
|StaffEmail = Staff email address
|StaffPhone = Staff phone number
|Manufacturer = Company name
|Techniques = List techniques, e.g. SEM, Ga-FIB, EDS
|RequestTraining = mailto: staff.name@caltech.edu
|EmailListName = name of email list to be displayed
|EmailList = email address of list
}}


No description.

Template parameters

ParameterDescriptionTypeStatus
InstrumentNameInstrumentName

no description

Unknownrequired
ImageResearchImageResearch

no description

Unknownoptional
ImageInstrumentImageInstrument

no description

Unknownoptional
InstrumentTypeInstrumentType

no description

Unknownoptional
RoomLocationRoomLocation

no description

Unknownoptional
PrimaryStaffPrimaryStaff

no description

Unknownoptional
StaffEmailStaffEmail

no description

Unknownoptional
StaffPhoneStaffPhone

no description

Unknownoptional
ManufacturerManufacturer

no description

Unknownoptional
TechniquesTechniques

no description

Unknownoptional
RequestTrainingRequestTraining

no description

Unknownoptional
EmailListEmailList

no description

Unknownoptional
EmailListNameEmailListName

no description

Unknownoptional
LabPhoneLabPhone

no description

Unknownoptional