Team:Imperial College/Test Page

From 2008.igem.org

Revision as of 19:08, 5 August 2008 by Saint (Talk | contribs)

Hey guys, welcome to the official Imperial 2008 iGEM Wiki. There are a couple of basic things you'll need to know when editing this wiki (on top of the normal formatting and linking stuff!); these are mostly to do with the overall "theme" of the wiki (blue titles, navbar at the top, etc.). Basically, if you create a page the first thing you need to do is put {{Imperial/StartPage}} at the top of the page and {{Imperial/EndPage}} at the bottom - you can see the tags by clicking "Edit" on this page at the top. This applies a formatting template that'll put the navbar in, keep the theme consistent and format any calendars correctly. You then write in between those tags as normal. Remember to do this for every page!

If you get stuck or want to do something more complicated (like add a link into the Navbar) just ask me and I'll show you how. [:

~ Saint 15:42, 28 July 2008 (UTC)

Heading

/* Any JavaScript here will be loaded for all users on every page load. */ // <syntax type="javascript"> /** Toggles the display of elements on a page Author/contact: Austin Che http://openwetware.org/wiki/User:Austin_J._Che See http://openwetware.org/wiki/OpenWetWare:Toggle for examples and documentation */ // indexed array of toggler ids to array of associated toggle operations // each operation is a two element array, the first being the type, the second a class name or array of elements // operation types are strings like "_reset" or "" for the default toggle operation var togglers = new Array(); var allClasses = new Object(); // associative map of class names to page elements function toggler(id) { var toBeToggled = togglers[id]; if (!toBeToggled) return; // if some element is in list more than once, it will be toggled multiple times for (var i = 0; i < toBeToggled.length; i++) { // get array of elements to operate on var toggles = toBeToggled[i][1]; if (typeof(toggles) == "string") { if (toggles.charAt(0) == '-') { // treat as an element ID, not as class toggles = document.getElementById(toggles.substring(1)); if (toggles) toggles = new Array(toggles); } else toggles = allClasses[toggles]; } if (!toggles || !toggles.length) continue; var op = toBeToggled[i][0]; // what the operation will be switch (op) { case "_reset": for (var j in toggles) toggles[j].style.display = toggles[j]._toggle_original_display; break; case "_show": for (var j in toggles) toggles[j].style.display = ''; break; case "_hide": for (var j in toggles) toggles[j].style.display = 'none'; break; case "": default: // Toggle for (var j in toggles) toggles[j].style.display = ((toggles[j].style.display == 'none') ? '' : 'none'); break; } } } function createTogglerLink(toggler, id) { var toggle = document.createElement("a"); toggle.className = 'toggler-link'; toggle.setAttribute('id', 'toggler' + id); toggle.setAttribute('href', 'javascript:toggler("' + id + '");'); var child = toggler.firstChild; toggler.removeChild(child); toggle.appendChild(child); toggler.insertBefore(toggle, toggler.firstChild); } function toggleInit() { var togglerElems = new Array(); var toggleGroup = new Array(); // initialize/clear any old information togglers = new Array(); allClasses = new Object(); // make list of all document classes var elems = document.getElementsByTagName("*"); var numelems = elems.length; for (var i = 0; i < elems.length; i++) { var elem = elems[i]; if (!elem.className) continue; elem._toggle_original_display = elem.style.display; var togglerID = -1; var elemClasses = elem.className.split(' '); // get list of classes for (var j = 0; j < elemClasses.length; j++) { var elemClass = elemClasses[j]; if (! allClasses[elemClass]) allClasses[elemClass] = new Array(); allClasses[elemClass].push(elem); // all the special classes begin with _toggle if (elemClass.substring(0, 7) != "_toggle") continue; if (elemClass == "_togglegroup") toggleGroup = new Array(); else if (elemClass == "_toggle") toggleGroup.push(elem); else if (elemClass.substring(0, 12) == "_toggle_init") { // set initial value for display (ignore the original CSS set value) // understands _toggle_initshow and _toggle_inithide var disp = elemClass.substring(12); if (disp == "show") elem.style.display = ''; else if (disp == "hide") elem.style.display = 'none'; elem._toggle_original_display = disp; } else if (elemClass.substring(0, 8) == "_toggler") { if (togglerID == -1) { togglerID = togglers.length; togglers[togglerID] = new Array(); togglerElems[togglerID] = elem; } // all classes are of form _toggler_op-CLASS // figure out what class we're toggling // if none is specified, then we use the current toggle group var toBeToggled; var hyphen = elemClass.indexOf('-'); if (hyphen != -1) toBeToggled = elemClass.substring(hyphen+1); else { toBeToggled = toggleGroup; hyphen = elemClass.length; } var op = elemClass.substring(8, hyphen); togglers[togglerID].push(new Array(op, toBeToggled)); } } } // add javascript links to all toggler elements for (var i = 0; i < togglerElems.length; i++) createTogglerLink(togglerElems[i], i); } function owwsitesearch(f){ f.q.value='site:http://openwetware.org/wiki/'+ f.base.value+'++'+f.qfront.value } addOnloadHook(toggleInit); // </syntax>

hello world

Subheading

Lollin'

Subsubheading

Roflmao

Subsubsubheading

Lulz

Subsubsubsubheading
  • Bite
    • The
      • Bullet
References
  1. ref 1
  2. ref 2
This right here? This is a title, son EDGE
Contents of the paragraph or whatever I want to fhai fosfhiodshfof fsdhfid fhf sdo sdff fhifodhoi ds hfssd hdsi fdshdfs fiosd fdhfihdfhsif o fios ff f f sfo dishfio f foidsh dsff iosdf dsf f ds oidsf fiosd f f fifh sdf dsifhsdio hiodfiofhio f f fiodshf df fidfhdiosf isdo fsdf sd fshi f sdof write. EDGE
here I want a few rows EDGE
This right here? This is a title, son EDGE
Contents of the paragraph or whatever I want to fhai fosfhiodshfof fsdhfid fhf sdo sdff fhifodhoi ds hfssd hdsi fdshdfs fiosd fdhfihdfhsif o fios ff f f sfo dishfio f foidsh dsff iosdf dsf f ds oidsf fiosd f f fifh sdf dsifhsdio hiodfiofhio f f fiodshf df fidfhdiosf isdo fsdf sd fshi f sdof write. EDGE
here I want a few rows EDGE







This is a template page. READ THESE INSTRUCTIONS.
You are provided with this team page template with which to start the iGEM season. You may choose to personalize it to fit your team but keep the same "look." Or you may choose to take your team wiki to a different level and design your own wiki. You can find some examples HERE.
You MUST have a team description page, a project abstract, a complete project description, and a lab notebook. PLEASE keep all of your pages within your Team:Example namespace.



You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing.
Example logo.png

Tell us more about your project. Give us background. Use this is the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team Example 2


Home The Team The Project Parts Submitted to the Registry Modeling Notebook

(Or you can choose different headings. But you must have a team page, a project page, and a notebook page.)


    [[Team:Imperial_College/{{{1}}}|< Previous]]
    [[Team:Imperial_College/{{{2}}}|Next >]]