Difference between revisions of "Template:Instrument"
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: | {| 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: | {| 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" | ||
|''' | |'''Techniques''' | ||
|{{{ | |{{{Techniques}}} | ||
|-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}}} | ||
|} | |} | ||
<!-- Begin Instrument Image --> | <!-- Begin Instrument Image --> | ||
Line 61: | Line 60: | ||
|} | |} | ||
|} | |} | ||
<includeonly>[[Category:{{{type|NONE}}}]]</includeonly> | |||
<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 | ||
| | |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": { | ||
"InstrumentType": {}, | "InstrumentType": {}, | ||
"InstrumentName": { | "InstrumentName": { | ||
"required": true | "required": true | ||
}, | }, | ||
"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", | ||
" | "RoomLocation", | ||
"PrimaryStaff", | "PrimaryStaff", | ||
"StaffEmail", | "StaffEmail", | ||
Line 122: | Line 116: | ||
"Techniques", | "Techniques", | ||
"RequestTraining", | "RequestTraining", | ||
" | "EmailList", | ||
" | "EmailListName", | ||
" | "LabPhone" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 17:58, 10 August 2023
|
{{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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
InstrumentName | InstrumentName | no description | Unknown | required |
ImageResearch | ImageResearch | no description | Unknown | optional |
ImageInstrument | ImageInstrument | no description | Unknown | optional |
InstrumentType | InstrumentType | no description | Unknown | optional |
RoomLocation | RoomLocation | no description | Unknown | optional |
PrimaryStaff | PrimaryStaff | no description | Unknown | optional |
StaffEmail | StaffEmail | no description | Unknown | optional |
StaffPhone | StaffPhone | no description | Unknown | optional |
Manufacturer | Manufacturer | no description | Unknown | optional |
Techniques | Techniques | no description | Unknown | optional |
RequestTraining | RequestTraining | no description | Unknown | optional |
EmailList | EmailList | no description | Unknown | optional |
EmailListName | EmailListName | no description | Unknown | optional |
LabPhone | LabPhone | no description | Unknown | optional |