Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2018-10-09 13:46:07
Size: 2501
Editor: ZhangYong
Comment:
Revision 7 as of 2018-10-09 13:56:24
Size: 2673
Editor: ZhangYong
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
{{attachment:homework1.doc}} [[attachment:homework1.doc]]
Line 22: Line 22:
to show attached file. to show the attached file:
Line 24: Line 24:
{{attachment:homework1.doc}} [[attachment:homework1.docx]]
Line 46: Line 46:
{{attachment:top.gif||align="right"}}

Group Logo: {{attachment:Pandas_sad_gif.gif||width="200"}}
Line 48: Line 52:
||<rowstyle="background-color: #6F6F6F;"> XXXXX ||
||<rowstyle="background-color: #A9A9A9;"> YYYYY ||
||AAAA || BBBB||
||<rowstyle="background-color: #6F6F6F;"> XXXXX ||ZZZZ ||
||<rowstyle="background-color: #A9A9A9;"> YYYYY ||ZZZZ ||
Line 51: Line 56:
||<rowstyle="background-color: #6F6F6F;"> XXXXX ||
||<rowstyle="background-color: #A9A9A9;"> YYYYY ||
||AAAA || BBBB||
||<rowstyle="background-color: #6F6F6F;"> XXXXX ||ZZZZ ||
||<rowstyle="background-color: #A9A9A9;"> YYYYY ||ZZZZ ||

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)