Help:CheatSheet

From CISSTwiki

Jump to: navigation, search

CISST wiki Cheatsheet

Simply click on the link “Edit“ on top of an article and start writing. This cheatsheet shows the basic formatting tricks.

Wiki text Result
''italic'' italic
'''bold''' bold
'''''bold and italic''''' bold and italic
An empty


line starts a new paragraph

An empty

line starts a new paragraph

You can break lines<br/>

without starting a new paragraph.

You can break lines

without starting a new paragraph.

==heading==
===level 2===
====level 3====
=====level 4=====

Headings in different sizes
[[Link to another page]]

[[Link|different title]]

Internal Link to another page

on the wiki

http://www.example.org
[http://www.example.org Text]

External link

Link with description

[[Category:Example]] Add article to category “example“

----

horizontal line (use it sparingly)

* one
* two
* three

Bullet list

# one
# two
# three

Numbered list
[[Image:File.jpg|Text]]

[[Image:File.jpg|frame|Text]]
[[Image:File.jpg|thumb|Text]]

Image with alternative text

Image aligned right with caption
Thumbnail

[[Media:File.ogg]] Download link
{{Name}} Include template “Name“
--~~~ Signature (Link to userpage)

--~~~~

Signature with timestamp

<cpp>source code</cpp>

for (i=0;i<n;i++) {
 if (i!=2) process(i);
}

Available: actionscript, ada, apache, asm, asp,
bash, caddcl, cadlisp, c, cpp, css, delphi, html4strict,
java, javascript, lisp, lua, nsis, oobas, pascal,
perl, php-brief, php, python, qbasic, sql, vb,
visualfoxpro, xml


There's much more

  • Character Formatting
  • Diacritical marks
  • Subscripts/Superscripts
  • Greek and Mathematical characters
  • Complex Formulas
  • Variables like "Today is Thursday, Jul 24" or "Number of pages: 2,062"

etc.

Views
Personal tools