Team:Aachen/Help

From 2014.igem.org

(Difference between revisions)
m (Pictures/Figures)
m (Tables)
Line 38: Line 38:
= Tables =
= Tables =
 +
{| class="wikitable"
 +
! element !! function
 +
|-
 +
| <nowiki>{| class="wikitable"</nowiki> || opens a standard table
 +
|-
 +
| <nowiki>!! column 1 !! column 2</nowiki> || column headers
 +
|-
 +
| <nowiki>|-</nowiki> || starts a new line
 +
|-
 +
| <nowiki>| ... || ...</nowiki> || a line with two cells, like this one:
 +
|-
 +
| ... || ...
 +
|-
 +
| <nowiki>|}</nowiki> || closes the table
 +
|}
 +
You can copy this table and modify it to your needs:
 +
 +
<html><textarea rows="11">
 +
{| class="wikitable"
 +
! clone # !! concentration [ng/µl]
 +
|-
 +
| 1 || 73.5
 +
|-
 +
| 2 || 94.5
 +
|-
 +
| 3 || 100.5
 +
|}
 +
</textarea></html>
 +
 +
 +
More information: http://www.mediawiki.org/wiki/Help:Tables
{{Team:Aachen/Footer}}
{{Team:Aachen/Footer}}

Revision as of 22:12, 1 August 2014

Page Creation and Layout

Creating a page

  1. do you really need this page?
  2. what should the name of the page be?
  3. navigate to the URL of the page to create. eg. https://2014.igem.org/Team:Aachen/Interlab_Study
  4. select "create"
  5. now paste the following code:


Basic Text Formatting

Can't do it better than these two:

http://www.mediawiki.org/wiki/Help:Formatting#Text_formatting_markup

http://en.wikipedia.org/wiki/Help:Formatting

Pictures/Figures

To include a picture with subtitle, use the following template:

This will result in something like this:

Aachen Team Logo 01.png
Figure 1
This is our team logo










Tables

element function
{| class="wikitable" opens a standard table
!! column 1 !! column 2 column headers
|- starts a new line
| ... || ... a line with two cells, like this one:
... ...
|} closes the table

You can copy this table and modify it to your needs:


More information: http://www.mediawiki.org/wiki/Help:Tables