Team:KULeuven/Wiki Guide

From 2009.igem.org

(Difference between revisions)
 
(10 intermediate revisions not shown)
Line 1: Line 1:
-
{{Team:KULeuven/Common/BeginHeader}}
+
{{Team:KULeuven/Common2/BeginHeader}}
{{Team:KULeuven/Common/SubMenu_Tools}}
{{Team:KULeuven/Common/SubMenu_Tools}}
-
{{Team:KULeuven/Common/EndHeader}}
+
{{Team:KULeuven/Common2/EndHeader}}
 +
= Wiki Guide =
 +
== Table ==
-
== Titles ==
+
Here is an example table (click 'edit' on top to view and copy the code, then copy it to your page and modify the fields):
-
{| class="wikitable" border="1" cellpadding="2" width=”100%” align="center" style="background:#f5faff; border:#cedff2"
+
{| border="0" class="Generic"
-
|- valign="top"
+
|-
-
! width=“50%”|What it looks like
+
!
-
! width=“50%”|What you type
+
! class="top" |  A
-
|- id="emph" valign="top"
+
! class="top" |  B
-
| width=“50%”|
+
! class="top" | C
-
= Title 1 =
+
! class="top" |  D
-
== Title 2 ==
+
! class="top" | E
-
=== Title 3 ===
+
! class="top" | F
-
==== Title 4 ====
+
|-
-
===== Title 5 =====
+
!  class="left" | x
-
|
+
| x1 ||x2 || x3 || x4 || x5 || x6
-
  = Title 1 =
+
|-
-
== Title 2 ==
+
! class="left" | y
-
=== Title 3 ===
+
| y1 || y2 || y3 || y4 || y5 || y6
-
  ==== Title 4 ====
+
|-
-
===== Title 5 =====
+
! class="left" | z
 +
| z1 || z2 || z3 || z4 || z5 || z6
 +
|-
|}
|}
 +
 +
== Links ==
== Links ==
Line 50: Line 56:
== Biobricks ==
== Biobricks ==
-
Biobrick names are automatically recognized and linked to when enclosed in <nowiki><partinfo></nowiki> tags
+
Use this construct to mention biobricks:
 +
 
 +
<nowiki>{{kulpart|BBa_S03417}}</nowiki>
 +
<nowiki>{{kulpart|BBa_S03417|DeepComponents}}</nowiki>
 +
 
 +
This will result in the following link (and categories at the bottom of the page):
 +
 
 +
{{kulpart|BBa_S03417}}
 +
{{kulpart|BBa_S03417|DeepComponents}}
 +
 
 +
This will link to the biobrick on partsregistry
 +
and automatically fiddle with the categories so everything works
 +
 
 +
Biobrick names are automatically recognized and linked to when enclosed in <nowiki><partinfo></nowiki> tags.
 +
More information on [http://partsregistry.org/Help:Partinfo_Tag]
 +
 
 +
== Categories ==
 +
 
 +
== Titles ==
{| class="wikitable" border="1" cellpadding="2" width=”100%” align="center" style="background:#f5faff; border:#cedff2"
{| class="wikitable" border="1" cellpadding="2" width=”100%” align="center" style="background:#f5faff; border:#cedff2"
Line 58: Line 82:
|- id="emph" valign="top"
|- id="emph" valign="top"
| width=“50%”|
| width=“50%”|
-
<partinfo>BBa_S03417</partinfo>
+
= Title 1 =
 +
== Title 2 ==
 +
=== Title 3 ===
 +
==== Title 4 ====
 +
===== Title 5 =====
|
|
-
  <nowiki><partinfo>BBa_S03417</partinfo></nowiki>
+
  = Title 1 =
 +
== Title 2 ==
 +
=== Title 3 ===
 +
==== Title 4 ====
 +
===== Title 5 =====
|}
|}
-
 
+
{{Team:KULeuven/Common2/PageFooter}}
-
== Categories ==
+

Latest revision as of 19:56, 9 September 2009

Contents

Wiki Guide

Table

Here is an example table (click 'edit' on top to view and copy the code, then copy it to your page and modify the fields):

A B C D E F
x x1 x2 x3 x4 x5 x6
y y1 y2 y3 y4 y5 y6
z z1 z2 z3 z4 z5 z6


Links

What it looks like What you type

Wiki Guide

[[Team:KULeuven/Wiki Guide|Wiki Guide]]

Pictures

The picture generated by the code below, is seen at the right.

The description goes here

 [[Image:Team.png|right|thumb|365px|The description goes here]]
 

Biobricks

Use this construct to mention biobricks:

{{kulpart|BBa_S03417}} {{kulpart|BBa_S03417|DeepComponents}}

This will result in the following link (and categories at the bottom of the page):



This will link to the biobrick on partsregistry and automatically fiddle with the categories so everything works

Biobrick names are automatically recognized and linked to when enclosed in <partinfo> tags.
More information on [1]

Categories

Titles

What it looks like What you type

Title 1

Title 2

Title 3

Title 4

Title 5
= Title 1 =
== Title 2 ==
=== Title 3 ===
==== Title 4 ====
===== Title 5 =====