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 |
||
Line 17: | Line 17: | ||
!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''' | ||
|{{{ | |{{{PhoneOffice}}} (office}<br>{{{PhoneCell}}} (cell) | ||
|-valign="top" | |-valign="top" | ||
|'''Office''' | |'''Office''' | ||
|{{{ | |{{{OfficeLocation}}} | ||
|} | |} | ||
|} | |} | ||
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 | ||
| | |PhoneOffice = Staff office phone # | ||
| | |PhoneCell = Staff cell phone # (if applicable) | ||
|OfficeLocation = office number | |||
}} | }} | ||
</pre></div> | </pre></div> | ||
Line 49: | Line 54: | ||
{ | { | ||
"params": { | "params": { | ||
"StaffName": { | "StaffName": { | ||
"required": true | "required": true | ||
Line 57: | Line 60: | ||
"deprecated": true | "deprecated": true | ||
}, | }, | ||
" | "AreasResponsibility": {}, | ||
" | "JobTitle": {}, | ||
"PhoneOffice": {}, | |||
"PhoneCell": {}, | |||
"OfficeLocation": {}, | |||
"CaltechID": {} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"StaffName", | "StaffName", | ||
"StaffPhoto", | "StaffPhoto", | ||
"JobTitle", | |||
"AreasResponsibility", | "AreasResponsibility", | ||
" | "CaltechID", | ||
" | "PhoneOffice", | ||
" | "PhoneCell", | ||
"OfficeLocation" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 21:15, 27 April 2019
|
{{StaffMemberInfobox |StaffName = Full name of staff |StaffPhoto = photo.jpg |Title = job title |AreasResponsibility = list areas of responsibility |StaffEmail = Staff email address |PhoneOffice = Staff office phone # |PhoneCell = Staff cell phone # (if applicable) |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 |
PhoneOffice | PhoneOffice | no description | Unknown | optional |
PhoneCell | PhoneCell | no description | Unknown | optional |
OfficeLocation | OfficeLocation | no description | Unknown | optional |