Markup Cheat Sheet



Sheet

Wiki's use symbols such as asterisks, single-quotes, square-brackets and braces to represent formatting elements like making words into links to other sites or articles, or creating tables for layout and dividing the text into headings. This kind of text markup used in the MediaWiki (Wikipedia) project is called wikitext.

  1. Markdown Cheatsheet for Github Readme.md. Contribute to emrebilal/markdown-cheatsheet development by creating an account on GitHub.
  2. The content of a separate page can be transcluded (incorporated) into the text of an existing page. The most common instance of transclusions is templates.Regular pages are transcluded by putting the page name inside curly brackets with a leading colon.
  3. We would like to show you a description here but the site won’t allow us.

Wiki Markup Cheat Sheet

Below is a table of the most commonly used wikitext formatting, the middle column is what you type into the article in 'edit mode' (after clicking the edit link at the top of the page), and the right-hand column shows what the result would be when viewing the article normally. For more detailed information about editing and wikitext, see Help:Wikitext.

DescriptionYou typeYou get
Applies anywhere
Italicise text

'italic'

italic

Bold text

''bold''

bold

Bold and italic

'''bold & italic'''

bold & italic

Internal link

Technical drawingthe mechanic. (within this wiki)
Internal link
(to a category)
Interwiki Link
(to partner wiki)

[[name of page]]
[[name of page|display text]]
[[:Category:name of category]]
[[w:name of article]]
[[wiki:name of article]]
[[wiki:name of article|display text]]

name of page
display text
Category:name of category
w:name of article
wiki:name of article
display text

How to transfer my contacts from google account to iphone.

Note: red links mean
the page doesn't exist yet

External link

(to other websites)

[http://www.example.com]
[http://www.example.com display text]
http://www.example.com
[mailto:bob@yahoo.com Bob's email]

[1]
display text
http://www.example.com
Bob's email

Redirect

#redirect [[Target page]]

1. redirect Target page

Signature

~~~
~~~~
~~~~~

J.Doe
J.Doe 09:19, 25 April 2021
09:19, 25 April 2021

Escape wiki markup

with 'markup'
<nowiki>without 'markup'</nowiki> Designer gown drawing.

with markup
without 'markup'

Applies only at the beginning of the line
Headings

of different sizes

level 1
level 2
level 3
level 4
Tip: put __NOTOC__ in an article
to remove its table-of-contents

Level 1

Level 2

Level 3

Level 4
Outline Numbered
Headings

# one
# two
## two point one
# three

1. one

2. two

2.1 two point one

3. three

Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Menu

{{#menu:

  • one
  • two
    • two point one
    • two point two
    • two point three
  • three

}}

Tree

{{#tree:root=Example Tree|

  • one
  • two
    • two point one
    • two point two
    • two point three
  • three

}}

Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
Thumbnail image

[[File:Example.jpg|thumb|Caption text]]

Caption text


Markdown Language Cheat Sheet

Wikipedia articles with wiki markup. For more help, see shortcut H:MARKUP. To make a citation What you type What you get. Created Date: 1/9/2014 11:11:26 AM.

Markdown Syntax Cheat Sheet Pdf

Retrieved from 'https://www.mediawiki.org/w/index.php?title=Cheatsheet&oldid=4517421'