Team:Aachen/Help

From 2014.igem.org

(Difference between revisions)
m (Basic Text Formatting)
m
 
(30 intermediate revisions not shown)
Line 15: Line 15:
Put you content here.
Put you content here.
 +
 +
{{Team:Aachen/BlockSeparator}}
 +
 +
Put another content here.
{{Team:Aachen/Footer}}
{{Team:Aachen/Footer}}
</textarea></html>
</textarea></html>
 +
== Filling the page with graphics ==
 +
 +
[https://2014.igem.org/Special:Upload Upload URL]
 +
 +
Find first of our uploads: [https://2014.igem.org/wiki/index.php?title=Special:ListFiles&offset=AMU_Team-bacteria-home.png&sort=img_name]
 +
 +
== Layout for Project pages ==
 +
...we're working on it...
= Basic Text Formatting =
= Basic Text Formatting =
Line 26: Line 38:
http://en.wikipedia.org/wiki/Help:Formatting
http://en.wikipedia.org/wiki/Help:Formatting
 +
 +
maybe not, but having *everything* on one page helps when writing texts :P
 +
 +
== Special Characters ==
 +
Some greek letters: α β Δ Ω σ
 +
 +
protected space: <code>&amp;nbsp;</code>
 +
 +
some{{sup|superscript}}: <nowiki>{{sup|text}}</nowiki>
 +
 +
some{{sub|subscript}}: <nowiki>{{sub|text}}</nowiki>
= Pictures/Figures =
= Pictures/Figures =
 +
== Pictures in the center==
 +
To include a picture with subtitle, use the following template:
 +
<html><textarea>{{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}}</textarea></html>
 +
This will result in something like this:
 +
 +
{{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}}
 +
 +
If you want it to also appear perfectly centered use the following commands before and after the picture URL:
 +
<html><textarea><center> and </center></textarea></html>
 +
 +
You will get a picture like this:
 +
 +
<center>
 +
{{Team:Aachen/Figure|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}}
 +
</center>
 +
 +
== Pictures embedded in the text==
 +
{{Team:Aachen/FigureFloat|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}}
 +
For pictures embedded in the text like this use the FigureFloat Template. Just copy the same Template text like above in the Template for the centered picture. Just replace Team:Aachen/Figure with Team:Aachen/FigureFloat and the text will appear on the left embedded in the text. If you want to have the picture on the right side replace Team:Aachen/Figure with Team:Aachen/FigureFloatRight just like you see on the right.
 +
 +
{{Team:Aachen/FigureFloatRight|Aachen_Team_Logo_01.png|title=Figure 1|subtitle=This is our team logo|width=200px}}
 +
 +
Agaryulnaerea Poikaerea Nwalmaerea amin utue ta. Tula sinome mani naa essa en lle Numen Valanya. Yavannie tanya nae sai eina estolada sinome Spangaerea. Ehtele'mele ram en' ondo malia ten' fion laure sereg Helkaerea. Yavannie amin irma fion laure sereg amin nauva auta yeste' amin harmuva onalle e' cormamin.
 +
 +
Re caele beika fion laure sereg amin irma fion laure sereg Amrun'quessir ndengina ta ho. Anthatal gurth gothrimlye Elear Spangaerea. Manke tanya tuula tincya en' russe tuulo' moriloomir Edan elen sila lumenn omentilmo. Lanta kaima Yee! Rah'edan lle naa haran e' nausalle. Tincya en' russe tuulo' moriloomir ro caele beika fion laure sereg Mith'quessir Megiltura.
= 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>
 +
 +
If you want to customize individual tablepart, like highlighting a row you have to include it after the |- line.
 +
Example:
 +
{| class="wikitable"
 +
! element !! function
 +
|-
 +
| <nowiki>{| class="wikitable"</nowiki> || opens a standard table
 +
|-
 +
| <nowiki>!! column 1 !! column 2</nowiki> || column headers
 +
|- style="border-top: 2px #808080 solid; border-bottom: 2px #808080 solid; background: #cfe2f4; font-weight: bold;"
 +
| <nowiki>|-</nowiki> || starts a new line
 +
|-
 +
| <nowiki>| ... || ...</nowiki> || a line with two cells, like this one:
 +
|-
 +
| ... || ...
 +
|-
 +
| <nowiki>|}</nowiki> || closes the table
 +
|}
 +
 +
Source:
 +
<html><textarea rows="15">
 +
{| class="wikitable"
 +
! element !! function
 +
|-
 +
| <nowiki>{| class="wikitable"</nowiki> || opens a standard table
 +
|-
 +
| <nowiki>!! column 1 !! column 2</nowiki> || column headers
 +
|- style="border-top: 2px #808080 solid; border-bottom: 2px #808080 solid; background: #cfe2f4; font-weight: bold;"
 +
| <nowiki>|-</nowiki> || starts a new line
 +
|-
 +
| <nowiki>| ... || ...</nowiki> || a line with two cells, like this one:
 +
|-
 +
| ... || ...
 +
|-
 +
| <nowiki>|}</nowiki> || closes the table
 +
|}
 +
</textarea></html>
 +
You can use any style attribute you want to e.g. font-family, font-weight, background and so on.
 +
 +
More information: http://www.mediawiki.org/wiki/Help:Tables
{{Team:Aachen/Footer}}
{{Team:Aachen/Footer}}

Latest revision as of 23:37, 17 October 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:

Filling the page with graphics

Upload URL

Find first of our uploads: [1]

Layout for Project pages

...we're working on it...

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

maybe not, but having *everything* on one page helps when writing texts :P

Special Characters

Some greek letters: α β Δ Ω σ

protected space: &nbsp;

somesuperscript: {{sup|text}}

somesubscript: {{sub|text}}

Pictures/Figures

Pictures in the center

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

If you want it to also appear perfectly centered use the following commands before and after the picture URL:

You will get a picture like this:

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

Pictures embedded in the text

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

For pictures embedded in the text like this use the FigureFloat Template. Just copy the same Template text like above in the Template for the centered picture. Just replace Team:Aachen/Figure with Team:Aachen/FigureFloat and the text will appear on the left embedded in the text. If you want to have the picture on the right side replace Team:Aachen/Figure with Team:Aachen/FigureFloatRight just like you see on the right.

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

Agaryulnaerea Poikaerea Nwalmaerea amin utue ta. Tula sinome mani naa essa en lle Numen Valanya. Yavannie tanya nae sai eina estolada sinome Spangaerea. Ehtele'mele ram en' ondo malia ten' fion laure sereg Helkaerea. Yavannie amin irma fion laure sereg amin nauva auta yeste' amin harmuva onalle e' cormamin.

Re caele beika fion laure sereg amin irma fion laure sereg Amrun'quessir ndengina ta ho. Anthatal gurth gothrimlye Elear Spangaerea. Manke tanya tuula tincya en' russe tuulo' moriloomir Edan elen sila lumenn omentilmo. Lanta kaima Yee! Rah'edan lle naa haran e' nausalle. Tincya en' russe tuulo' moriloomir ro caele beika fion laure sereg Mith'quessir Megiltura.

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:

If you want to customize individual tablepart, like highlighting a row you have to include it after the |- line. Example:

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

Source: You can use any style attribute you want to e.g. font-family, font-weight, background and so on.

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