Team:UT-Tokyo/FormattingGuide

From 2011.igem.org

(Difference between revisions)
 
Line 25: Line 25:
;Another title
;Another title
:and the def
:and the def
 +
 +
<pre>
 +
==Definition list==
 +
;Title goes here
 +
:And the definition here
 +
;Another title
 +
:and the def
 +
</pre>
==Numbered list==
==Numbered list==
Line 30: Line 38:
# with a [[Wikipedia:Number_sign|number sign]] (#).
# with a [[Wikipedia:Number_sign|number sign]] (#).
# Blank lines
# Blank lines
-
 
+
<pre>
 +
# Start each line
 +
# with a [[Wikipedia:Number_sign|number sign]] (#).
 +
# Blank lines
 +
</pre>
==Unordered list==
==Unordered list==
Line 38: Line 50:
*** and deeper levels.
*** and deeper levels.
* Line breaksdon't break levels.
* Line breaksdon't break levels.
-
 
+
<pre>
-
==Mixture of these three listings==
+
* Start each line
-
# one
+
* with an [[Wikipedia:asterisk|asterisk]] (*).
-
# two
+
** More asterisks gives deeper
-
#* two point one
+
*** and deeper levels.
-
#* two point two
+
* Line breaksdon't break levels.
-
# three
+
</pre>
-
#; three item one
+
-
#: three def one
+
-
# four
+
-
#: four def one
+
-
#: this looks like a continuation
+
-
#: and is often used
+
-
#: instead<br>of <nowiki><br></nowiki>
+
-
# five
+
-
## five sub 1
+
-
### five sub 1 sub 1
+
-
## five sub 2
+
==Image==
==Image==

Latest revision as of 05:52, 18 September 2011

FormattingGuide

What's this?

This page demonstrates how various formattings look like with current UT-Tokyo wiki style. For list of available formatting markups, see [http://www.mediawiki.org/wiki/Help:Formatting here].

Top-level Heading

Second-level Heading

This is a normal paragraph. Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed molestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac.

Another paragraph here. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia.

=Top-level Heading=
==Second-level Heading==
This is a normal paragraph. Nulla facilisi...

Another paragraph here. Duis ...


Definition list

Title goes here
And the definition here
Another title
and the def
==Definition list==
;Title goes here
:And the definition here
;Another title
:and the def

Numbered list

  1. Start each line
  2. with a number sign (#).
  3. Blank lines
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
# Blank lines

Unordered list

  • Start each line
  • with an asterisk (*).
    • More asterisks gives deeper
      • and deeper levels.
  • Line breaksdon't break levels.
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks gives deeper
*** and deeper levels.
* Line breaksdon't break levels.

Image

This is a normal paragraph. To insert image, you should use Templates/Image instead of mediawiki syntax. Usage example:

{{:Team:UT-Tokyo/Templates/Image|file=Overview.png|caption=Figure 1. Caption}}

And the result is:

Figure 1. Caption
Figure 1. Caption