Help:CheatSheet
From CISSTwiki
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
| 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== | Headings in different sizes |
| [[Link to another page]] [[Link|different title]] | Internal Link to another page
on the wiki |
|
http://www.example.org | External link Link with description |
| [[Category:Example]] | Add article to category “example“ |
|
---- | horizontal line (use it sparingly) |
|
* one | Bullet list |
|
# one | Numbered list |
| [[Image:File.jpg|Text]] [[Image:File.jpg|frame|Text]] | Image with alternative text Image aligned right with caption |
| [[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, |
- 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.