Help:Cheatsheet

From WikiLectures

Here you'll learn basic formatting options in wiki code. This applies when you use Edit source links for editing. If you prefer visual editing (as usual in word processors), click Edit link in Editing and tools dropdown above the article.

Basic formatting
Description You type You get
Italic text ''italic'' italic
Bold text '''bold text''' bold text
Link to another WikiLectures page [[Article]]

[[Article|Displayed text]]

Article

Displayed text

External links https://www.example.com

[https://www.example.com]
[https://www.example.com Displayed text]

https://www.example.com

[1]
Displayed text

Headings == Level 2 ==

=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======

Level 2

Level 3

Level 4

Level 5
Level 6
Add a page to a category [[Category:Category name]] (the category will appear at the bottom of the article)
Signature ~~~~ Slepi (talk) 15:18, 3 November 2020 (CET)
Advanced formatting
Description You type You get
Horizontal rule ---- ----
Bulleted list
* One
* Two
** Two point one
* Three
  • One
  • Two
    • Two point one
  • Three
Numbered list
# One
# Two
## Two point one
# Three
  1. One
  2. Two
    1. Two point one
  3. Three
Definition list
; Term : Definition
; Another term : Another definition
Term
Definition
Another term
Another definition
Indented text
Text
: Indented text
:: More indented text

Text

Indented text
More indented text
Templates {{Template|parameter=value}} Example:
{{Delete|reason=This is not useful article.}}