Difference between revisions of "Template:Instrument"
Jump to navigation
Jump to search
(31 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| border="0" cellpadding=" | {| 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;" |{{{ | ! style="background:#F5A81C;" |{{{InstrumentName}}} | ||
|- | |- | ||
|<span style="font-size:92%"> | |||
<!-- Begin Research Image --> | |||
{| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 1px solid #aaaaaa" align="center" | |||
|-! | |||
[[image:{{{ImageResearch|none.jpg}}}|320x373px|center|]] | |||
|} | |} | ||
<!-- | <!-- End Research Image --> | ||
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 0px solid #aaaaaa; text-align:left" | |||
!width=130| | |||
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: | !width=190| | ||
|-valign="top" | |||
|'''Instrument Type''' | |||
|{{{InstrumentType}}} | |||
|-valign="top" | |||
|'''Techniques''' | |||
|{{{Techniques}}} | |||
|-valign="top" | |-valign="top" | ||
|'''Staff Manager''' | |||
|{{{PrimaryStaff}}} | |||
|-valign="top" | |-valign="top" | ||
|'''Staff Email''' | |||
|[mailto:{{{StaffEmail}}} {{{StaffEmail}}}] | |||
|-valign="top" | |-valign="top" | ||
|'''Staff Phone''' | |||
|{{{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" | {| 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" | ||
|'''Lab Location''' | |||
|{{{RoomLocation}}} | |||
|-valign="top" | |-valign="top" | ||
|'''Lab Phone''' | |||
|{{{LabPhone}}} | |||
|-valign="top" | |-valign="top" | ||
|'''Manufacturer''' | |||
|{{{Manufacturer}}} | |||
|} | |||
}} | <!-- Begin Instrument Image --> | ||
| | {| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 0px solid #aaaaaa" align="center" | ||
|-! | |||
! | [[image:{{{ImageInstrument|none.jpg}}}|320x373px|center|]] | ||
|- | |- | ||
|} | |} | ||
<!-- End Instrument Image --> | |||
|} | |} | ||
|} | |} | ||
<includeonly> | <includeonly>[[Category:{{{type|NONE}}}]]</includeonly> | ||
<noinclude> | <noinclude> | ||
[[category:Templates]] | [[category:Templates]] | ||
Line 63: | Line 66: | ||
{{instrument|{{PAGENAME}} | {{instrument|{{PAGENAME}} | ||
|InstrumentName = Full name of instrument | |InstrumentName = Full name of instrument | ||
| | |ImageResearch = Research.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 | ||
| | |StaffPhone = Staff phone number | ||
|Manufacturer = Company name | |Manufacturer = Company name | ||
|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> | ||
</noinclude> | </noinclude> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"InstrumentType": {}, | "InstrumentType": {}, | ||
"InstrumentName": { | "InstrumentName": { | ||
"required": true | "required": true | ||
}, | }, | ||
"PrimaryStaff": {}, | "PrimaryStaff": {}, | ||
"StaffEmail": {}, | "StaffEmail": {}, | ||
Line 112: | Line 96: | ||
"Manufacturer": {}, | "Manufacturer": {}, | ||
"Techniques": {}, | "Techniques": {}, | ||
"RequestTraining": {} | "RequestTraining": {}, | ||
"ImageResearch": {}, | |||
"ImageInstrument": {}, | |||
"EmailList": {}, | |||
"EmailListName": {}, | |||
"RoomLocation": {}, | |||
"LabPhone": {} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"InstrumentName", | "InstrumentName", | ||
" | "ImageResearch", | ||
"ImageInstrument", | |||
"InstrumentType", | "InstrumentType", | ||
" | "RoomLocation", | ||
"PrimaryStaff", | "PrimaryStaff", | ||
"StaffEmail", | "StaffEmail", | ||
Line 125: | Line 116: | ||
"Techniques", | "Techniques", | ||
"RequestTraining", | "RequestTraining", | ||
" | "EmailList", | ||
" | "EmailListName", | ||
" | "LabPhone" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 05:41, 21 April 2019
|
{{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 |