Template:Staff and contractors: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
No edit summary
Guillom (talk | contribs)
fix hierarchy of section per org chart, the previous situation was a mess
Line 118: Line 118:
}}
}}


== Community Tech ==
=== Community Tech ===
{{staff member
{{staff member
| name =
| name =
Line 140: Line 140:
| image =
| image =
}}
}}
== Editing ==
=== Editing ===
{{staff member
{{staff member
| name = Trevor Parscal
| name = Trevor Parscal
Line 153: Line 153:
| image = Brion Vibber May 2008.JPG
| image = Brion Vibber May 2008.JPG
}}
}}
===== Collaboration =====
==== Collaboration ====
{{staff member
{{staff member
| name = Roan Kattouw
| name = Roan Kattouw
Line 209: Line 209:
| image = Tonkovidova,_Elena_Jan_2015_04.jpg
| image = Tonkovidova,_Elena_Jan_2015_04.jpg
}}
}}
===== Language =====
==== Language ====
{{staff member
{{staff member
| name = Runa Bhattacharjee
| name = Runa Bhattacharjee
Line 240: Line 240:
| image = Santhosh Thottingal.jpg
| image = Santhosh Thottingal.jpg
}}
}}
===== Multimedia =====
==== Multimedia ====
{{staff member
{{staff member
| name = Bartosz Dziewoński
| name = Bartosz Dziewoński
Line 259: Line 259:
| image = Saxena,_Prateek_2014.jpg
| image = Saxena,_Prateek_2014.jpg
}}
}}
===== Parsing =====
==== Parsing ====
{{staff member
{{staff member
| name = Subbu Sastry
| name = Subbu Sastry
Line 290: Line 290:
| image = Tim Starling June08.jpg
| image = Tim Starling June08.jpg
}}
}}
===== VisualEditor =====
==== VisualEditor ====
{{staff member
{{staff member
| name = James Forrester
| name = James Forrester
Line 357: Line 357:
| image = Yasmeen,_Rummana_May_2014.jpg
| image = Yasmeen,_Rummana_May_2014.jpg
}}
}}
==Fundraising Tech==
===Fundraising Tech===
{{staff member
{{staff member
| name = Katie Horn
| name = Katie Horn
Line 406: Line 406:
| image = Adam Roses Wight.jpg
| image = Adam Roses Wight.jpg
}}
}}
== Infrastructure ==
=== Infrastructure ===
{{staff member
{{staff member
| image =
| image =
Line 634: Line 634:
| image = Marc-Andre Pelletier Sept 2013.jpg
| image = Marc-Andre Pelletier Sept 2013.jpg
}}
}}
== Reading ==
=== Reading ===
{{staff member
{{staff member
| name = Toby Negrin
| name = Toby Negrin
Line 805: Line 805:
| image = S Page March 2013.jpg
| image = S Page March 2013.jpg
}}
}}
== Search & Discovery ==
=== Search & Discovery ===
{{staff member
{{staff member
| name = Wes Moran
| name = Wes Moran
Line 900: Line 900:
}}
}}


== Architecture ==
=== Architecture ===
{{staff member
{{staff member
| name = Rob Lanphier
| name = Rob Lanphier
Line 907: Line 907:
| image = Rob Lanphier 014 - Berlin 2011.jpg
| image = Rob Lanphier 014 - Berlin 2011.jpg
}}
}}
== Performance ==
=== Performance ===
{{staff member
{{staff member
| name = Ori Livneh
| name = Ori Livneh
Line 926: Line 926:
| image = Dubuc,_Gilles_January_2015_05.jpg
| image = Dubuc,_Gilles_January_2015_05.jpg
}}
}}
== Research ==
=== Research ===
{{staff member
{{staff member
| name = Dario Taraborelli
| name = Dario Taraborelli
Line 997: Line 997:
| image = Jonathan-Morgan.png
| image = Jonathan-Morgan.png
}}
}}
== Security ==
=== Security ===
{{staff member
{{staff member
| name = Chris Steipp
| name = Chris Steipp

Revision as of 16:25, 26 May 2015

<html> <style> div.expand {

 background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
 padding-left: 15px;
 margin: 1em 0;

} div.expand a, div.expand a:hover {

 color: #5E5E5E;
 outline: 0;

} /* Control the "expand all" link */ p.switch a, p.switch a:hover, p.switch a:active {

 float: right;
 color: #231F20;
 background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
 padding-left: 15px;

} h2 {

 border-bottom: 2px dotted #BBBDBF;

} </style> <script src="//wikimediafoundation.org/w/index.php?title=MediaWiki:Expand.js&action=raw&ctype=text/javascript&version=2"></script> <script> mw.loader.using(['mediawiki.util', 'mediawiki.Uri'], function () {

jQuery(function ($) {

   $('#expand-wrapper div.expand').toggler({
     speed : 'fast',
     hoverTxt : 'Expand or collapse'
   });
   $('#expand-wrapper').expandAll({
     expTxt : 'Expand all departments',
     cllpsTxt : 'Collapse all departments',
     trigger: 'div.expand',
     ref: 'span#expand-all',
     showMethod: 'slideDown',
     hideMethod: 'slideUp',
     speed: 'fast',
     state: mw.util.getParamValue('hideall') ? 'hidden' : 'shown',
     initTxt: mw.util.getParamValue('hideall') ? 'show' : 'hide',
     hoverTxt : 'Expand all or collapse all'
   });
   var $togglers = $('#expand-wrapper').find('.collapse').findSibling().find('> a');
   $togglers
   .add( $('span#expand-all')[$.fn.expandAll.defaults.switchPosition === 'before' ? 'prev' : 'next']().find('a').data('expand-all', true) )
   .click(function () {
       var $src, u;
       $src = $(this).data('expand-all') ? $togglers.first() : $(this);
       // Don't use && since MediaWiki's <html> tag handler escapes it as &
       if (window.history) if (window.history.replaceState) {
           u = new mw.Uri(window.location.href);
           if (!$src.data('state')) {
               u.query.hideall = 1;
           } else if (u.query.hasOwnProperty('hideall')) {
               delete u.query.hideall;
           }
           window.history.replaceState({}, document.title, u.toString());
       }
   });

}); }); </script> </html>


  1. REDIRECT Template:TOCright

Office of the Executive Director

Template:Department

Engineering and Product

Template:Department

Technology

Template:Department

Community Engagement

Template:Department

Advancement

Template:Department

Legal

Template:Department

Communications

Template:Department

Finance, Administration, and Human Resources

Template:Department


Information

Please note: this page ("Template:Staff and contractors") intentionally behaves differently than "Staff and contractors".