Help:Cheatsheet
BACON WORKS ANYWHERE IN THE TEXT
style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"
| style="border-bottom:2px #a3b1bf solid" width="30%" | Description
| style="border-bottom:2px #a3b1bf solid" | You type
| style="border-bottom:2px #a3b1bf solid" width="30%" | You get
|-
|Italics, bold, and both
|
''italics'', '''bold''', and '''''both'''''
|
italics, bold, and both
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Link to another page
|
[[football]]
[[football]]ers
|
football
footballers
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|
"Pipe" a link to change the link's text
|
[[Android (operating system)|Android]]
|
Android
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|
Link to a section
|
[[Frog#Jumping]]
[[Frog#Jumping|the jumping of frogs]]
|
Frog#Jumping
the jumping of frogs
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Red link
| [[something missing]] | something missing |- |colspan="3" style="border-top:1px solid #cee0f2;"| |- |References and footnotes
|
Hello,<ref>Library of Congress</ref> World.<ref>http://www.w3.org/</ref>
References:
{{reflist}}
References:
- ↑ Library of Congress
- ↑ http://www.w3.org/
|- |colspan="3" style="border-top:1px solid #cee0f2;"| |- |Signature
|
~~~~
do not sign in an article, only on talk pages
|
Username (talk) 01:53, 30 July 2025 (UTC)
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Plain website
|
http://www.wikipedia.org
|
http://www.wikipedia.org
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Link a website
|
[http://www.wikipedia.org]
|
[1]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Link and name a website
|
[http://www.wikipedia.org Wikipedia]
|
Wikipedia
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Strike your talk page comment
|
<s>This topic isn't [[WP:N|notable]].</s>
|
This topic isn't notable.
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Hide text somewhere for editors
| <!--This had consensus, discuss at talk page--> | |- |colspan="3" style="border-top:1px solid #cee0f2;"| |- |Show an image
| [[File:Wiki.png|thumb|Caption]] |

|- |colspan="3" style="border-top:1px solid #cee0f2;"| |- |Template:Citation needed
|
Hello, World.{{cn}}
|
Hello, World.[source?]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Add a page to a category
|[[Category:Category name]]
place near the bottom of a page
|shows "Category name" in a bar at bottom when the page is previewed or saved
|- | colspan="3" style="background:#E6F2FF; border-top:2px #a3b1bf solid" |
|- style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;" | style="border-bottom:2px #a3b1bf solid" width="30%" | Description | style="border-bottom:2px #a3b1bf solid" | You type | style="border-bottom:2px #a3b1bf solid" width="30%" | You get |- |Redirect to another page
|
#REDIRECT [[Target page]]
|
Target page
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Redirect to a section of another page
|
#REDIRECT [[Target page#anchorName]]
|
Target page#anchorName
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Section headings
|
==Level 2==
===Level 3===
====Level 4====
=====Level 5=====
======Level 6======
do not use =Level 1= as it is for page titles
|
Level 2
Level 3
Level 4
Level 5
Level 6
|- |colspan="3" style="border-top:1px solid #cee0f2;"| |-
|Nonindexed headers|
; Header name
|
Header name
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bulleted list
|
* One
* Two
** Two point one
* Three
|
- One
- Two
- Two point one
- Three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Numbered list
|
# One
# Two
## Two point one
# Three
|
- One
- Two
- Two point one
- Three
|- |colspan="3" style="border-top:1px solid #cee0f2;"| |- |Indenting text
|
no indent (normal)
:first indent
::second indent
:::third indent
|
no indent (normal)
- first indent
- second indent
- third indent
- second indent
|}
Related pages
- To experiment with editing, use the sandbox
- For a guide to editing, see How to change pages
- For a PDF, printable guide, see m:WMDOC/Cheatsheet or the Wiki markup quick reference.