Difference between revisions of "Template:Staff"

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(link to Tool Tempalte in documentation)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| border="0" cellpadding="20" align="right"
+
{| border="0" cellpadding="20" style="float: right;"
 
|-
 
|-
 
|
 
|
Line 18: Line 18:
 
!width=150|{{{phone|NONE}}}
 
!width=150|{{{phone|NONE}}}
 
|-
 
|-
  +
{{#if:{{{cell|}}} |
!width=150|Cell
 
!width=150|{{{cell|NONE}}}
+
!width=150{{!}}Cell
 
!width=150{{!}}{{{cell|}}}
  +
}}
 
|-
 
|-
 
!width=150|E-Mail
 
!width=150|E-Mail
!width=150|[mailto:{{{email|NONE}}}]
+
!width=150|[mailto:{{{email|NONE}}} {{{email|NONE}}}]
 
|-
 
|-
 
|}
 
|}
Line 30: Line 32:
 
<noinclude>
 
<noinclude>
 
[[category:Templates]]
 
[[category:Templates]]
  +
  +
Used on Staff pages to add an info-box of staff contact information, as so:
   
 
<div style="width: 30%;"><pre>
 
<div style="width: 30%;"><pre>
 
{{staff|{{PAGENAME}}
 
{{staff|{{PAGENAME}}
  +
|position =
|picture = toolName.jpg
 
|position = [[:Category:TOOLTYPE|TOOLTYPE]]
 
 
|room =
 
|room =
 
|phone = (805)839-3918x###
 
|phone = (805)839-3918x###
Line 41: Line 44:
 
}}
 
}}
 
</pre></div>
 
</pre></div>
  +
  +
To edit the '''Contact Information for NanoFab staff''', please see the [[Template:Tool|Tool Template page]]

Latest revision as of 21:33, 13 September 2020

Position NONE
Room Number NONE
Phone NONE
E-Mail NONE

Used on Staff pages to add an info-box of staff contact information, as so:

{{staff|{{PAGENAME}}
|position  = 
|room = 
|phone = (805)839-3918x###
|cell = .....
|email = NAME@ece.ucsb.edu
}}

To edit the Contact Information for NanoFab staff, please see the Tool Template page