Template:Staff: Difference between revisions

From UCSB Nanofab Wiki
Jump to navigation Jump to search
(Created page with "{| border="0" cellpadding="20" align="right" |- | {| border="0" cellpadding="2" cellspacing="0" style="background: whitesmoke; border: 1px solid #aaaaaa" align="center" |- ! styl…")
 
(link to Tool Tempalte in documentation)
 
(9 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 5: Line 5:
|-
|-
! style="background:skyblue;" |{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
! style="background:skyblue;" |{{{name|<includeonly>{{PAGENAME}}</includeonly>}}}
|-
|
<!-- BORDER AROUND THE IMAGE -->
{| border="0" cellpadding="2" cellspacing="0" style="background: black; border: 1px solid #aaaaaa" align="center"
|-
![[image:{{{picture|none.jpg}}}|300px|center|]]
|-
|}
<!-- END OF BORDER AROUND IMAGE -->
|-
|-
|
|
Line 27: 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 39: 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 50: 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 04:33, 14 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