Difference between revisions of "Dev/Page"

Line 1: Line 1:
 
{{Main2018}}
 
{{Main2018}}
 
<html>
 
<html>
 
 
<script>
 
 
$(document).ready(function() {
 
 
 
 
if ($("#HQ_info").length){
 
 
switch ( wgUserName) {
 
case "Sifuentes anita": case "Vinoo": case "THaddock": case "Meagan": case "MariaB":
 
$("#HQ_info").show();
 
break;
 
 
default:
 
$("#HQ_info").hide();
 
break;
 
}
 
    }
 
 
});
 
 
</script>
 
  
 
<style>
 
<style>

Revision as of 15:59, 25 January 2018

Loading...

All iGEM 2018 teams are given a namespace on the iGEM 2018 wiki with their team name: 2018.igem.org/Team:Example
Teams are allowed to create and edit pages within their respective team namespace. Teams are not allowed to create or edit pages belonging to another team's namespace.