Team:Aachen/Help

From 2014.igem.org

(Difference between revisions)
m (Layout for Project pages)
Line 53: Line 53:
= Pictures/Figures =
= Pictures/Figures =
 +
== Pictures in the center==
To include a picture with subtitle, use the following template:
To include a picture with subtitle, use the following template:
Line 62: Line 63:
<html></br></br></br></br></br></br></br></br></br></html>
<html></br></br></br></br></br></br></br></br></br></html>
 +
== 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}}
= Tables =
= Tables =
{| class="wikitable"
{| class="wikitable"

Revision as of 18:29, 13 October 2014

Contents


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










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

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