User:Fatestudio

From 2010.igem.org

(Difference between revisions)
m (New page: ''italic'' italic '''bold''' bold '''''bold & italic''''' bold & italic <nowiki>no ''markup''</nowiki> no ''markup'')
Line 7: Line 7:
<nowiki>no ''markup''</nowiki>
<nowiki>no ''markup''</nowiki>
   no ''markup''
   no ''markup''
 +
 +
=level 1=
 +
==level 2==
 +
===level 3===
 +
====level 4====
 +
=====level 5=====
 +
======level 6======
 +
 +
----
 +
* one
 +
* two
 +
* three
 +
** three point one
 +
** three point two
 +
 +
# one
 +
# two<br />spanning more lines<br />doesn't break numbering
 +
# three
 +
## three point one
 +
## three point two
 +
 +
;item 1
 +
: definition 1
 +
;item 2
 +
: definition 2-1
 +
: definition 2-2
 +
 +
: Single indent
 +
:: Double indent
 +
::::: Multiple indent
 +
This workaround may be controversial from the viewpoint of accessibility.
 +
 +
# one
 +
# two
 +
#* two point one
 +
#* two point two
 +
# three
 +
#; three item one
 +
#: three def one
 +
# four
 +
#: four def one
 +
#: this rather looks like the continuation of # four
 +
#: and thus often used instead of <br />
 +
# five
 +
## five sub 1
 +
### five sub 1 sub 1
 +
## five sub 2
 +
 +
;item 1
 +
:* definition 1-1
 +
:* definition 1-2
 +
:
 +
;item 2
 +
:# definition 2-1
 +
:# definition 2-2
 +
 +
preformatted text is done with
 +
a '''space''' at the
 +
''beginning'' of the line
 +
 +
MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags <br />.
 +
 +
----
 +
----
 +
<u>underscore</u>
 +
<del>Strikethrough</del> or <s>Strikethrough</s>
 +
 +
<pre>this way, all markups are '''ignored'''</pre>
 +
 +
<pre style="CSS text">this way, all markups are '''ignored''' and formatted with a CSS text</pre>

Revision as of 07:25, 15 July 2010

italic

 italic

bold

 bold

bold & italic

 bold & italic

no ''markup''

 no markup

Contents

level 1

level 2

level 3

level 4

level 5
level 6

  • one
  • two
  • three
    • three point one
    • three point two
  1. one
  2. two
    spanning more lines
    doesn't break numbering
  3. three
    1. three point one
    2. three point two
item 1
definition 1
item 2
definition 2-1
definition 2-2
Single indent
Double indent
Multiple indent

This workaround may be controversial from the viewpoint of accessibility.

  1. one
  2. two
    • two point one
    • two point two
  3. three
    three item one
    three def one
  4. four
    four def one
    this rather looks like the continuation of # four
    and thus often used instead of
  5. five
    1. five sub 1
      1. five sub 1 sub 1
    2. five sub 2
item 1
  • definition 1-1
  • definition 1-2
item 2
  1. definition 2-1
  2. definition 2-2

preformatted text is done with

a space at the 
beginning of the line

MediaWiki ignores single line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags
.



underscore Strikethrough or Strikethrough

this way, all markups are '''ignored'''
this way, all markups are '''ignored''' and formatted with a CSS text