Help:Editing
Wiki CheatsheetFor more advanced details, see How to edit a page | ||
| Description | You type | You get |
| Italic text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic |
'''''bold & italic''''' |
bold & italic |
| Code |
Leading space at the beginning of each line |
Leading space at the beginning of each line |
| Syntax highlighting for source code |
<source lang=cpp>#include <iostream.h>
int main ( int argc, char **argv ) {
cout << "Hello World!";
return 0;
}</source>
It supports many languages including scripting, please check the link. |
<source lang=cpp>#include <iostream.h> int main ( int argc, char **argv ) { cout << "Hello World!"; return 0; }</source> |
| Internal link (within Wikipedia)
|
[[Name of page]] |
|
| External link (to other websites)
|
[http://www.example.org Text to display] |
|
| Redirect to another page |
#REDIRECT [[Target page]] |
|
| Footnotes/References
Numbering is generated automatically.
|
To create a footnote or reference, use this format:
Article text.<ref name="test">[http://www.example.org Link text], additional text.</ref> |
Article text.[1] |
To reuse the same note, reuse the name with a trailing slash:
Article text.<ref name="test" /> | ||
To display notes, add either of these lines to the References section
<references/> |
||
| Section headings[1] A Table of Contents will automatically be generated when four headings are added to an article.
|
== Level 1 == |
Level 1Level 2Level 3Level 4Level 5 |
| Bulleted list[1]
Empty lines between list items discouraged, (see numbered lists).
|
* One |
|
| Numbered list[1]
Empty lines between list items restarts numbering at 1.
|
# One |
|
| Thumbnail image |
[[Image:Logo.png|thumb|Caption text]] |
|
| For Talk Pages | ||
| Signature |
~~~~ |
Your username 14:43, |
| Indenting Text[1] |
no indent (normal) |
no indent (normal)
|