Template:StaffMemberInfobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| border="0" cellpadding="10" align="right" style="float: right;" font-size:smaller |- | {| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border:...") |
No edit summary |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| border="0" cellpadding="10" align=" | {| border="0" cellpadding="10" align="top" 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:# | ! style="background:#whitesmoke" |{{{StaffName}}} | ||
|- | |- | ||
|<span style="font-size:92%"> | |<span style="font-size:92%"> | ||
<!-- Begin | <!-- Begin Staff Photo --> | ||
{| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 1px solid #aaaaaa" align="center" | {| border="0" cellpadding="2" cellspacing="1" style="background: black; border: 1px solid #aaaaaa" align="center" | ||
|-! | |-! | ||
[[image:{{{StaffPhoto|noimage.jpg}}}|320x373px|center|]] | [[image:{{{StaffPhoto|noimage.jpg}}}|320x373px|center|]] | ||
|} | |} | ||
<!-- End | <!-- End Staff Photo --> | ||
{| border="0" cellpadding="2" cellspacing="1" style="background: none; border-top: 0px 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| | ||
|-valign="top" | |-valign="top" | ||
|''' | |'''Title''' | ||
|{{{JobTitle}}} | |||
|-valign="top" | |||
|'''Responsibilities''' | |||
|{{{AreasResponsibility}}} | |{{{AreasResponsibility}}} | ||
|-valign="top" | |-valign="top" | ||
|'''Email''' | |'''Email''' | ||
|[mailto:{{{ | |[mailto:{{{CaltechID}}}@caltech.edu {{{CaltechID}}}@caltech.edu] | ||
|-valign="top" | |-valign="top" | ||
|'''Phone''' | |'''Phone''' | ||
|{{{ | |{{{Phone}}} | ||
|-valign="top" | |-valign="top" | ||
|'''Office''' | |'''Office''' | ||
|{{{ | |{{{OfficeLocation}}} | ||
|} | |} | ||
|} | |} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
[[Category:{{{InstrumentType|NONE}}}]] | |||
[[category:Templates]] | [[category:Templates]] | ||
<div style="width: 70%;"><pre> | <div style="width: 70%;"><pre> | ||
Line 38: | Line 41: | ||
|StaffName = Full name of staff | |StaffName = Full name of staff | ||
|StaffPhoto = photo.jpg | |StaffPhoto = photo.jpg | ||
|Title = job title | |||
|AreasResponsibility = list areas of responsibility | |AreasResponsibility = list areas of responsibility | ||
|StaffEmail = Staff email address | |StaffEmail = Staff email address | ||
| | |Phone = office & fax/cell (if applicable) numbers | ||
| | |OfficeLocation = office number | ||
}} | }} | ||
</pre></div> | </pre></div> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"StaffName": { | "StaffName": { | ||
"required": true | "required": true | ||
Line 57: | Line 57: | ||
"deprecated": true | "deprecated": true | ||
}, | }, | ||
" | "AreasResponsibility": {}, | ||
" | "JobTitle": {}, | ||
"OfficeLocation": {}, | |||
"CaltechID": {}, | |||
"Phone": {} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"StaffName", | "StaffName", | ||
"StaffPhoto", | "StaffPhoto", | ||
"JobTitle", | |||
"AreasResponsibility", | "AreasResponsibility", | ||
" | "CaltechID", | ||
" | "Phone", | ||
" | "OfficeLocation" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 06:46, 28 April 2019
|
{{StaffMemberInfobox |StaffName = Full name of staff |StaffPhoto = photo.jpg |Title = job title |AreasResponsibility = list areas of responsibility |StaffEmail = Staff email address |Phone = office & fax/cell (if applicable) numbers |OfficeLocation = office number }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
StaffName | StaffName | no description | Unknown | required |
StaffPhoto | StaffPhoto | no description | Unknown | deprecated |
JobTitle | JobTitle | no description | Unknown | optional |
AreasResponsibility | AreasResponsibility | no description | Unknown | optional |
CaltechID | CaltechID | no description | Unknown | optional |
Phone | Phone | no description | Unknown | optional |
OfficeLocation | OfficeLocation | no description | Unknown | optional |