1. Text formating

Name/Sample

Markup

Notes

italic

''italic''

Double single quotes.

bold

'''bold'''

Triple single quotes.

monospace

`monospace`

Single backticks for inline monospaced text. If possible, try to avoid long monospaced texts, especially inside tables: sometimes they are not properly wrapped by the browsers. Wiki markup is ignored.

monospace

{{{monospace}}}

Same as backticks. Placing the braces in separate lines produces a code block.

underline

__underline__

superscript

^super^script

subscript

,,sub,,script

smaller

~-smaller-~

larger

~+larger+~

stroke

--(stroke)--

2. Attached file

You may use

[[attachment:homework1.doc]]

to show the attached file:

homework1.docx

3. Images

You may use

{{attachment:imagefile.png|text describing image|width=100}}

to have the attached file imagefile.png displayed with a width of 100px; the graphics' height will be reduced/ enlarged proportionally (e.g. if imagefile.png was actually 200px width and 400px heigh, height would be reduced in this example to 200px). You may also use

{{attachment:imagefile.png|text describing image|height=100}}

to have the attached file imagefile.png displayed with a height of 100px, and the graphics' width will be reduced/ enlarged proportionally. Use

{{attachment:imagefile.png|text describing image|width=100 height=150}}

to have the attached file imagefile.png displayed with a width of 100px and a height of 150px. Please do not omit the alternative text in neither case.

Note this does not alter the attached file itself, in only makes the browser scale the image down/ up to the value given while displaying it.

top.gif

Group Logo: Pandas_sad_gif.gif

4. Table's background

||AAAA || BBBB||
||<rowstyle="background-color: #6F6F6F;"> XXXXX ||ZZZZ ||
||<rowstyle="background-color: #A9A9A9;"> YYYYY ||ZZZZ ||

AAAA

BBBB

XXXXX

ZZZZ

YYYYY

ZZZZ

SpmEng/WikiUsage (last edited 2018-10-09 13:56:24 by ZhangYong)